version bump to 0.03
[gitmo/Task-Moose.git] / lib / Task / Moose.pm
index eaba1a1..9d8214f 100644 (file)
@@ -1,6 +1,6 @@
 package Task::Moose;
 
-our $VERSION   = '0.02';
+our $VERSION   = '0.03';
 our $AUTHORITY = 'cpan:STEVAN';
 
 1;
@@ -77,6 +77,10 @@ Declarative syntax with L<Devel::Declare>
 
 Declarative method syntax
 
+=head3 L<TryCatch>
+
+Declarative exception handling
+
 =head2 Types
 
 =head3 L<MooseX::Types>
@@ -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>