diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-11-25 15:15:01 +0000 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-11-25 15:15:01 +0000 |
commit | 22cbedcbd3b8ebfcd2b2e945fdad13a4108d640d (patch) | |
tree | 083fd2c946ec615cde31529ab00b23ccbb90e870 /lib/Data/MultiValued/AttributeTrait.pm | |
parent | Build results of 6e5e90b (on master) (diff) | |
parent | changes bump for CPAN release (diff) | |
download | data-multivalued-22cbedcbd3b8ebfcd2b2e945fdad13a4108d640d.tar.gz data-multivalued-22cbedcbd3b8ebfcd2b2e945fdad13a4108d640d.tar.bz2 data-multivalued-22cbedcbd3b8ebfcd2b2e945fdad13a4108d640d.zip |
Build results of 44cf53d (on master)
Diffstat (limited to 'lib/Data/MultiValued/AttributeTrait.pm')
-rw-r--r-- | lib/Data/MultiValued/AttributeTrait.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Data/MultiValued/AttributeTrait.pm b/lib/Data/MultiValued/AttributeTrait.pm index 6fb2b94..988144b 100644 --- a/lib/Data/MultiValued/AttributeTrait.pm +++ b/lib/Data/MultiValued/AttributeTrait.pm @@ -1,6 +1,6 @@ package Data::MultiValued::AttributeTrait; { - $Data::MultiValued::AttributeTrait::VERSION = '0.0.1_1'; + $Data::MultiValued::AttributeTrait::VERSION = '0.0.1_2'; } { $Data::MultiValued::AttributeTrait::DIST = 'Data-MultiValued'; @@ -285,7 +285,7 @@ Data::MultiValued::AttributeTrait - "base role" for traits of multi-valued Moose =head1 VERSION -version 0.0.1_1 +version 0.0.1_2 =head1 DESCRIPTION @@ -338,7 +338,7 @@ C<$name> is the attribute name. The names to use for the various additional accessors. See L<Class::MOP::Attribute> for details. These default to -C<"multi_$name"> where C<$name> is the name of the corresponding +C<"${name}_multi"> where C<$name> is the name of the corresponding non-multi accessor. So, for example, has stuff => ( @@ -492,7 +492,7 @@ Gianni Ceccarelli <dakkar@thenautilus.net> =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2011 by Net-a-porter.com. +This software is copyright (c) 2011 by Net-a-Porter.com. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. |