diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-11-24 17:56:49 +0000 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-11-24 17:56:49 +0000 |
commit | 56ba1df54ad5be89a30fb280fb334853e0e307f0 (patch) | |
tree | fb7ab5bf9c491285500e4a7d988efcc4257be760 /lib/Data/MultiValued/Exceptions.pm | |
parent | Build results of 039e09e (on master) (diff) | |
parent | changelog bump (diff) | |
download | data-multivalued-56ba1df54ad5be89a30fb280fb334853e0e307f0.tar.gz data-multivalued-56ba1df54ad5be89a30fb280fb334853e0e307f0.tar.bz2 data-multivalued-56ba1df54ad5be89a30fb280fb334853e0e307f0.zip |
Build results of 008e42d (on master)
Diffstat (limited to 'lib/Data/MultiValued/Exceptions.pm')
-rw-r--r-- | lib/Data/MultiValued/Exceptions.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Data/MultiValued/Exceptions.pm b/lib/Data/MultiValued/Exceptions.pm index 0c07943..b86199e 100644 --- a/lib/Data/MultiValued/Exceptions.pm +++ b/lib/Data/MultiValued/Exceptions.pm @@ -1,13 +1,13 @@ package Data::MultiValued::Exceptions; { - $Data::MultiValued::Exceptions::VERSION = '0.0.1'; + $Data::MultiValued::Exceptions::VERSION = '0.0.1_1'; } { $Data::MultiValued::Exceptions::DIST = 'Data-MultiValued'; } package Data::MultiValued::Exceptions::NotFound; { - $Data::MultiValued::Exceptions::NotFound::VERSION = '0.0.1'; + $Data::MultiValued::Exceptions::NotFound::VERSION = '0.0.1_1'; } { $Data::MultiValued::Exceptions::NotFound::DIST = 'Data-MultiValued'; @@ -32,7 +32,7 @@ sub as_string { } package Data::MultiValued::Exceptions::TagNotFound; { - $Data::MultiValued::Exceptions::TagNotFound::VERSION = '0.0.1'; + $Data::MultiValued::Exceptions::TagNotFound::VERSION = '0.0.1_1'; } { $Data::MultiValued::Exceptions::TagNotFound::DIST = 'Data-MultiValued'; @@ -46,7 +46,7 @@ has '+message' => ( } package Data::MultiValued::Exceptions::RangeNotFound; { - $Data::MultiValued::Exceptions::RangeNotFound::VERSION = '0.0.1'; + $Data::MultiValued::Exceptions::RangeNotFound::VERSION = '0.0.1_1'; } { $Data::MultiValued::Exceptions::RangeNotFound::DIST = 'Data-MultiValued'; @@ -60,7 +60,7 @@ has '+message' => ( } package Data::MultiValued::Exceptions::BadRange; { - $Data::MultiValued::Exceptions::BadRange::VERSION = '0.0.1'; + $Data::MultiValued::Exceptions::BadRange::VERSION = '0.0.1_1'; } { $Data::MultiValued::Exceptions::BadRange::DIST = 'Data-MultiValued'; @@ -95,7 +95,7 @@ Data::MultiValued::Exceptions =head1 VERSION -version 0.0.1 +version 0.0.1_1 =head1 AUTHOR |