summaryrefslogtreecommitdiff
path: root/lib/Data/MultiValued/Exceptions.pm
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-12-01 17:40:31 +0000
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-12-01 17:40:31 +0000
commit2d15d9c09057b7faa619518186ce59f74e62aab1 (patch)
tree176134983eaa6ed53a5a22c264e73343db22e84c /lib/Data/MultiValued/Exceptions.pm
parentBuild results of 51124a5 (on master) (diff)
parentMerge remote branch 'dzil-test/master' (diff)
downloaddata-multivalued-2d15d9c09057b7faa619518186ce59f74e62aab1.tar.gz
data-multivalued-2d15d9c09057b7faa619518186ce59f74e62aab1.tar.bz2
data-multivalued-2d15d9c09057b7faa619518186ce59f74e62aab1.zip
Build results of 6d60c5f (on master)
Diffstat (limited to 'lib/Data/MultiValued/Exceptions.pm')
-rw-r--r--lib/Data/MultiValued/Exceptions.pm14
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/Data/MultiValued/Exceptions.pm b/lib/Data/MultiValued/Exceptions.pm
index 27f6dbf..c908388 100644
--- a/lib/Data/MultiValued/Exceptions.pm
+++ b/lib/Data/MultiValued/Exceptions.pm
@@ -1,6 +1,6 @@
package Data::MultiValued::Exceptions;
{
- $Data::MultiValued::Exceptions::VERSION = '0.0.1_2';
+ $Data::MultiValued::Exceptions::VERSION = '0.0.1_3';
}
{
$Data::MultiValued::Exceptions::DIST = 'Data-MultiValued';
@@ -11,7 +11,7 @@ package Data::MultiValued::Exceptions;
package Data::MultiValued::Exceptions::NotFound;
{
- $Data::MultiValued::Exceptions::NotFound::VERSION = '0.0.1_2';
+ $Data::MultiValued::Exceptions::NotFound::VERSION = '0.0.1_3';
}
{
$Data::MultiValued::Exceptions::NotFound::DIST = 'Data-MultiValued';
@@ -37,7 +37,7 @@ sub as_string {
package Data::MultiValued::Exceptions::TagNotFound;
{
- $Data::MultiValued::Exceptions::TagNotFound::VERSION = '0.0.1_2';
+ $Data::MultiValued::Exceptions::TagNotFound::VERSION = '0.0.1_3';
}
{
$Data::MultiValued::Exceptions::TagNotFound::DIST = 'Data-MultiValued';
@@ -53,7 +53,7 @@ has '+message' => (
package Data::MultiValued::Exceptions::RangeNotFound;
{
- $Data::MultiValued::Exceptions::RangeNotFound::VERSION = '0.0.1_2';
+ $Data::MultiValued::Exceptions::RangeNotFound::VERSION = '0.0.1_3';
}
{
$Data::MultiValued::Exceptions::RangeNotFound::DIST = 'Data-MultiValued';
@@ -69,7 +69,7 @@ has '+message' => (
package Data::MultiValued::Exceptions::BadRange;
{
- $Data::MultiValued::Exceptions::BadRange::VERSION = '0.0.1_2';
+ $Data::MultiValued::Exceptions::BadRange::VERSION = '0.0.1_3';
}
{
$Data::MultiValued::Exceptions::BadRange::DIST = 'Data-MultiValued';
@@ -98,13 +98,15 @@ sub as_string {
__END__
=pod
+=encoding utf-8
+
=head1 NAME
Data::MultiValued::Exceptions - exception classes
=head1 VERSION
-version 0.0.1_2
+version 0.0.1_3
=head1 DESCRIPTION