X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTask%2FMoose.pm;h=e895f2e111866afa2905d85190e1310821979b6a;hb=3e44701a9e78baf7cc2a04289e35762e2920dcda;hp=ead188af6f6e5b243790a4d5e70c9e5ac188b3c5;hpb=dc00a89644c7a4234be1ada9cd7396fd718d2d8f;p=gitmo%2FTask-Moose.git diff --git a/lib/Task/Moose.pm b/lib/Task/Moose.pm index ead188a..e895f2e 100644 --- a/lib/Task/Moose.pm +++ b/lib/Task/Moose.pm @@ -1,6 +1,6 @@ package Task::Moose; -our $VERSION = '0.01'; +our $VERSION = '0.02'; our $AUTHORITY = 'cpan:STEVAN'; 1; @@ -19,130 +19,183 @@ 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 - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L - -=item I - -L -L - -=item I - -L - -=back +=head1 MODULES + +=head2 Make Moose Stricter + +=head3 L + +Making Moose constructors stricter + +=head3 L + +Moose-ish method parameter handling + +=head2 Traits / Roles + +=head3 L + +Runtime trait application in constructors + +=head3 L + +Easy creation of objects with traits + +=head3 L + +Moose-ish plugin system + +=head3 L + +Parameterized roles + +=head2 Instance Types + +=head3 L + +Globref instance type for Moose + +=head3 L + +Inside out instance type for Moose + +=head3 L + +Singleton instance type for Moose + +=head3 L + +Subclassing of non-Moose classes + +=head2 Declarative Syntax + +=head3 L + +Declarative syntax with L + +=head3 L + +Declarative method syntax + +=head3 L + +Declarative exception handling + +=head2 Types + +=head3 L + +Moose type extensions + +=head3 L + +Structured type constraints + +=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 + +=head2 Utilities + +=head3 L + +L extension for Moose + +=head1 NOTES + +L has been removed from this list because +its functionality has been subsumed into L itself. See +L for more details. =head1 BUGS