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/Ranges.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/Ranges.pm')
-rw-r--r-- | lib/Data/MultiValued/AttributeTrait/Ranges.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Data/MultiValued/AttributeTrait/Ranges.pm b/lib/Data/MultiValued/AttributeTrait/Ranges.pm index 01dd3da..db01513 100644 --- a/lib/Data/MultiValued/AttributeTrait/Ranges.pm +++ b/lib/Data/MultiValued/AttributeTrait/Ranges.pm @@ -1,6 +1,6 @@ package Data::MultiValued::AttributeTrait::Ranges; { - $Data::MultiValued::AttributeTrait::Ranges::VERSION = '0.0.1_1'; + $Data::MultiValued::AttributeTrait::Ranges::VERSION = '0.0.1_2'; } { $Data::MultiValued::AttributeTrait::Ranges::DIST = 'Data-MultiValued'; @@ -18,7 +18,7 @@ sub opts_to_pass_get { qw(at) } package Moose::Meta::Attribute::Custom::Trait::MultiValued::Ranges; { - $Moose::Meta::Attribute::Custom::Trait::MultiValued::Ranges::VERSION = '0.0.1_1'; + $Moose::Meta::Attribute::Custom::Trait::MultiValued::Ranges::VERSION = '0.0.1_2'; } { $Moose::Meta::Attribute::Custom::Trait::MultiValued::Ranges::DIST = 'Data-MultiValued'; @@ -37,7 +37,7 @@ Data::MultiValued::AttributeTrait::Ranges - attribute traits for attributes hold =head1 VERSION -version 0.0.1_1 +version 0.0.1_2 =head1 SYNOPSIS @@ -78,7 +78,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. |