X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTask%2FMoose.pm;h=9d8214f5f6f28dfd6163dea4918b9700286c2cf9;hb=3809d530886fb9b03c354891f4d82bb5b2364ada;hp=a905f2fde99da74d4347a2097230e7b4c9cbab27;hpb=a621b37d93eac8263600943d72ec47c37f90706e;p=gitmo%2FTask-Moose.git diff --git a/lib/Task/Moose.pm b/lib/Task/Moose.pm index a905f2f..9d8214f 100644 --- a/lib/Task/Moose.pm +++ b/lib/Task/Moose.pm @@ -1,6 +1,6 @@ package Task::Moose; -our $VERSION = '0.02'; +our $VERSION = '0.03'; our $AUTHORITY = 'cpan:STEVAN'; 1; @@ -19,141 +19,181 @@ This Task installs Moose and then optionally installs a number of Moose extensions listed below. This list is meant to be comprehensive, so if I missed something please let me know. -=over 4 +=head1 MODULES -=item I +=head2 Make Moose Stricter -L +=head3 L -=item I - -L +Making Moose constructors stricter -=item I +=head3 L -L +Moose-ish method parameter handling -=item I +=head2 Traits / Roles -L +=head3 L -=item I - -L - -=item I +Runtime trait application in constructors -L +=head3 L -=item I - -L +Easy creation of objects with traits -=item I +=head3 L -L - -=item I +Moose-ish plugin system -L +=head3 L -=item I - -L - -=item I +Parameterized roles -L +=head2 Instance Types -=item I - -L - -=item I +=head3 L -L - -=item I +Globref instance type for Moose -L - -=item I +=head3 L -L +Inside out instance type for Moose -=item I - -L +=head3 L -=item I - -L +Singleton instance type for Moose -=item I +=head3 L -L +Subclassing of non-Moose classes -=item I +=head2 Declarative Syntax -L - -=item I - -L +=head3 L -=item I - -L +Declarative syntax with L -=item I - -L +=head3 L -=item I - -L - -=item I - -L - -=item I - -L +Declarative method syntax -=item I +=head3 L -L +Declarative exception handling -=item I - -L - -=item I - -L +=head2 Types -=item I - -L +=head3 L -=item I - -L - -=item I +Moose type extensions -L - -=item I - -L +=head3 L -=item I - -L +Structured type constraints -=back +=head3 L + +L Moose type extension + +=head3 L + +L Moose type extension + +=head3 L + +L Moose type extension + +=head2 Command Line Integration + +=head3 L + +Better script writing with Moose + +=head3 L + +Support for config with L + +=head3 L + +Config file support for L with L + +=head3 L + +L integration for Moose + +=head3 L + +Easily wrap command line apps with Moose + +=head2 Logging + +=head3 L + +L support for Moose + +=head3 L + +Lazy loaded L support for Moose + +=head3 L + +L support for Moose + +=head2 Async + +=head3 L + +Moose wrapped L + +=head3 L + +Sub-process management for asynchronous tasks using Moose and L + +=head2 Utility Roles + +=head3 L + +Daemonization support roles for Moose + +=head3 L + +CGI-style parameter role + +=head3 L + +Moose-ish iterator support role + +=head3 L + +More robust and flexible cloning support + +=head3 L + +Moose serialization + +=head2 Other Useful Extensions + +=head3 L + +L support + +=head3 L + +Class attributes for Moose + +=head3 L + +Support for PBP style accessors + +=head3 L + +Keep imported subroutines out of your class's namespace + +=head2 Utilities + +=head3 L + +L extension for Moose =head1 NOTES @@ -171,9 +211,13 @@ to cpan-RT. Stevan Little Estevan.little@iinteractive.comE +Jesse Luehrs Edoy at tozt dot netE + +Chris Prather Echris@prather.orgE + =head1 COPYRIGHT AND LICENSE -Copyright 2008 Infinity Interactive, Inc. +Copyright 2008-2009 Infinity Interactive, Inc. L