diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2012-12-11 17:10:00 +0000 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2012-12-11 17:10:00 +0000 |
commit | 924e46179bb7dbab7bfc34d6234c97602f898b79 (patch) | |
tree | c721d745d5e3fe272d7101f341ebc6d680ba2736 /lib/Data/MultiValued/Ranges.pm | |
parent | Build results of 0221a2c (on master) (diff) | |
download | data-multivalued-924e46179bb7dbab7bfc34d6234c97602f898b79.tar.gz data-multivalued-924e46179bb7dbab7bfc34d6234c97602f898b79.tar.bz2 data-multivalued-924e46179bb7dbab7bfc34d6234c97602f898b79.zip |
Build results of 2008730 (on master)
Diffstat (limited to 'lib/Data/MultiValued/Ranges.pm')
-rw-r--r-- | lib/Data/MultiValued/Ranges.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Data/MultiValued/Ranges.pm b/lib/Data/MultiValued/Ranges.pm index 12ec278..123bbea 100644 --- a/lib/Data/MultiValued/Ranges.pm +++ b/lib/Data/MultiValued/Ranges.pm @@ -1,6 +1,6 @@ package Data::MultiValued::Ranges; { - $Data::MultiValued::Ranges::VERSION = '0.0.6_2'; + $Data::MultiValued::Ranges::VERSION = '0.0.7_1'; } { $Data::MultiValued::Ranges::DIST = 'Data-MultiValued'; @@ -83,6 +83,7 @@ __PACKAGE__->meta->make_immutable(); 1; __END__ + =pod =encoding utf-8 @@ -93,7 +94,7 @@ Data::MultiValued::Ranges - Handle values with validity ranges =head1 VERSION -version 0.0.6_2 +version 0.0.7_1 =head1 SYNOPSIS @@ -215,4 +216,3 @@ This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut - |