summaryrefslogtreecommitdiff
path: root/lib/Data/MultiValued/AttributeTrait/Ranges.pm
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-12-20 10:00:16 +0000
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-12-20 10:00:16 +0000
commitde45e3579f74f3edc03c77cc3c8d0084be6aa9ae (patch)
tree813d34a7f91c1e511a98af2465c6eccc8d3865a2 /lib/Data/MultiValued/AttributeTrait/Ranges.pm
parentBuild results of 12ab14c (on master) (diff)
parentlighter exception classes (diff)
downloaddata-multivalued-de45e3579f74f3edc03c77cc3c8d0084be6aa9ae.tar.gz
data-multivalued-de45e3579f74f3edc03c77cc3c8d0084be6aa9ae.tar.bz2
data-multivalued-de45e3579f74f3edc03c77cc3c8d0084be6aa9ae.zip
Build results of f39fe87 (on master)
Diffstat (limited to 'lib/Data/MultiValued/AttributeTrait/Ranges.pm')
-rw-r--r--lib/Data/MultiValued/AttributeTrait/Ranges.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Data/MultiValued/AttributeTrait/Ranges.pm b/lib/Data/MultiValued/AttributeTrait/Ranges.pm
index 59d973c..56e0e72 100644
--- a/lib/Data/MultiValued/AttributeTrait/Ranges.pm
+++ b/lib/Data/MultiValued/AttributeTrait/Ranges.pm
@@ -1,11 +1,12 @@
package Data::MultiValued::AttributeTrait::Ranges;
{
- $Data::MultiValued::AttributeTrait::Ranges::VERSION = '0.0.1_3';
+ $Data::MultiValued::AttributeTrait::Ranges::VERSION = '0.0.1_4';
}
{
$Data::MultiValued::AttributeTrait::Ranges::DIST = 'Data-MultiValued';
}
use Moose::Role;
+use namespace::autoclean;
use Data::MultiValued::Ranges;
with 'Data::MultiValued::AttributeTrait';
@@ -18,7 +19,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_3';
+ $Moose::Meta::Attribute::Custom::Trait::MultiValued::Ranges::VERSION = '0.0.1_4';
}
{
$Moose::Meta::Attribute::Custom::Trait::MultiValued::Ranges::DIST = 'Data-MultiValued';
@@ -39,7 +40,7 @@ Data::MultiValued::AttributeTrait::Ranges - attribute traits for attributes hold
=head1 VERSION
-version 0.0.1_3
+version 0.0.1_4
=head1 SYNOPSIS