version bump to 0.03
[gitmo/Task-Moose.git] / lib / Task / Moose.pm
index 384cea6..9d8214f 100644 (file)
@@ -1,6 +1,6 @@
 package Task::Moose;
 
-our $VERSION   = '0.02';
+our $VERSION   = '0.03';
 our $AUTHORITY = 'cpan:STEVAN';
 
 1;
@@ -35,7 +35,7 @@ Moose-ish method parameter handling
 
 =head3 L<MooseX::Role::TraitConstructor>
 
-Runtime Trait application in constructors
+Runtime trait application in constructors
 
 =head3 L<MooseX::Traits>
 
@@ -57,11 +57,11 @@ Globref instance type for Moose
 
 =head3 L<MooseX::InsideOut>
 
-Inside-Out instance type for Moose
+Inside out instance type for Moose
 
 =head3 L<MooseX::Singleton>
 
-Singleton support role
+Singleton instance type for Moose
 
 =head3 L<MooseX::NonMoose>
 
@@ -71,12 +71,16 @@ Subclassing of non-Moose classes
 
 =head3 L<MooseX::Declare>
 
-Declarative syntax
+Declarative syntax with L<Devel::Declare>
 
 =head3 L<MooseX::Method::Signatures>
 
 Declarative method syntax
 
+=head3 L<TryCatch>
+
+Declarative exception handling
+
 =head2 Types
 
 =head3 L<MooseX::Types>
@@ -99,7 +103,7 @@ L<Set::Object> Moose type extension
 
 L<DateTime> Moose type extension
 
-=head2 Command line integration
+=head2 Command Line Integration
 
 =head3 L<MooseX::Getopt>
 
@@ -125,11 +129,11 @@ Easily wrap command line apps with Moose
 
 =head3 L<MooseX::LogDispatch>
 
-L<LogDispatch> support for Moose
+L<Log::Dispatch> support for Moose
 
 =head3 L<MooseX::LazyLogDispatch>
 
-Lazy loaded LogDispatch support for Moose
+Lazy loaded L<Log::Dispatch> support for Moose
 
 =head3 L<MooseX::Log::Log4perl>
 
@@ -143,7 +147,7 @@ Moose wrapped L<POE>
 
 =head3 L<MooseX::Workers>
 
-Sub-process management for asynchronous tasks using Moose and POE
+Sub-process management for asynchronous tasks using Moose and L<POE>
 
 =head2 Utility Roles
 
@@ -157,7 +161,7 @@ CGI-style parameter role
 
 =head3 L<MooseX::Iterator>
 
-Moose-ish Iterator support role
+Moose-ish iterator support role
 
 =head3 L<MooseX::Clone>
 
@@ -171,7 +175,7 @@ Moose serialization
 
 =head3 L<Moose::Autobox>
 
-Autoboxing support
+L<Autoboxing|autobox> support
 
 =head3 L<MooseX::ClassAttribute>
 
@@ -181,6 +185,10 @@ Class attributes for Moose
 
 Support for PBP style accessors
 
+=head3 L<namespace::autoclean>
+
+Keep imported subroutines out of your class's namespace
+
 =head2 Utilities
 
 =head3 L<Pod::Coverage::Moose>
@@ -203,9 +211,13 @@ to cpan-RT.
 
 Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
 
+Jesse Luehrs E<lt>doy at tozt dot netE<gt>
+
+Chris Prather E<lt>chris@prather.orgE<gt>
+
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2008 Infinity Interactive, Inc.
+Copyright 2008-2009 Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>