bump copyright year to 2010
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait / Code.pm
index b1333cf..c4b55ff 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Meta::Attribute::Native::Trait::Code;
 use Moose::Role;
 
-our $VERSION   = '1.15';
+our $VERSION   = '1.20';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -44,7 +44,12 @@ Moose::Meta::Attribute::Native::Trait::Code - Helper trait for Code attributes
 
 =head1 DESCRIPTION
 
-This provides operations on coderef attributes.
+This trait provides native delegation methods for code references.
+
+=head1 DEFAULT TYPE
+
+If you don't provide an C<isa> value for your attribute, it will default to
+C<CodeRef>.
 
 =head1 PROVIDED METHODS
 
@@ -70,7 +75,7 @@ See L<Moose/BUGS> for details on reporting bugs.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2007-2009 by Infinity Interactive, Inc.
+Copyright 2007-2010 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>