I recently did my first Lightning talk at my local PerlMongers group (to.pm) on Moose::CAP.
Moose::CAP was my attempt to port CGI::Application (a lightweight webapp Framework) to the Moose object system. It was really just an exercise for me to get to know Moose.
Obviously, if I ever chose to release this on CPAN I’d have to rename it (folk don’t like you using their namespace) but the name was too good to pass up. As of this writing, I’ve got Moose::CAP passing CGI::Application’s test suite!
So, the slides are here.




Hey
Why not publish to CPAN? I’d be interested – since I’m a regular user of CAP but most of my non-web work uses Moose… I’ve often wanted to marry the two
Dan
Hah. That’s certainly my intent but I admit to having a big case of “I’m not good enough”. It is being worked on though. I’ve never released anything on CPAN. I still need to 1) polish it up 2) write a wack of documentation 3) write some more tests 4) figure out all this Module::Buld stuff.