From: Dave Rolsky Date: Fri, 26 Jun 2009 20:41:25 +0000 (-0500) Subject: get everything onto the same version X-Git-Tag: 0.89_02~111 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=37b7c240679cc0aa92b97335d3c33c0d67602bab;p=gitmo%2FMoose.git get everything onto the same version --- diff --git a/lib/Moose/AttributeHelpers.pm b/lib/Moose/AttributeHelpers.pm index 8b05ce7..038f891 100644 --- a/lib/Moose/AttributeHelpers.pm +++ b/lib/Moose/AttributeHelpers.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Array.pm b/lib/Moose/AttributeHelpers/MethodProvider/Array.pm index 9fc17bb..488eae9 100644 --- a/lib/Moose/AttributeHelpers/MethodProvider/Array.pm +++ b/lib/Moose/AttributeHelpers/MethodProvider/Array.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers::MethodProvider::Array; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Bag.pm b/lib/Moose/AttributeHelpers/MethodProvider/Bag.pm index 1738bdb..e5f8df9 100644 --- a/lib/Moose/AttributeHelpers/MethodProvider/Bag.pm +++ b/lib/Moose/AttributeHelpers/MethodProvider/Bag.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers::MethodProvider::Bag; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Bool.pm b/lib/Moose/AttributeHelpers/MethodProvider/Bool.pm index b84cfa1..261cbc4 100644 --- a/lib/Moose/AttributeHelpers/MethodProvider/Bool.pm +++ b/lib/Moose/AttributeHelpers/MethodProvider/Bool.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::MethodProvider::Bool; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Counter.pm b/lib/Moose/AttributeHelpers/MethodProvider/Counter.pm index 78edffc..e99ebbc 100644 --- a/lib/Moose/AttributeHelpers/MethodProvider/Counter.pm +++ b/lib/Moose/AttributeHelpers/MethodProvider/Counter.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::MethodProvider::Counter; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Hash.pm b/lib/Moose/AttributeHelpers/MethodProvider/Hash.pm index 416e1f6..1f919ae 100644 --- a/lib/Moose/AttributeHelpers/MethodProvider/Hash.pm +++ b/lib/Moose/AttributeHelpers/MethodProvider/Hash.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers::MethodProvider::Hash; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/ImmutableHash.pm b/lib/Moose/AttributeHelpers/MethodProvider/ImmutableHash.pm index c56fc82..e31089c 100644 --- a/lib/Moose/AttributeHelpers/MethodProvider/ImmutableHash.pm +++ b/lib/Moose/AttributeHelpers/MethodProvider/ImmutableHash.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers::MethodProvider::ImmutableHash; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/List.pm b/lib/Moose/AttributeHelpers/MethodProvider/List.pm index c1d425c..884de75 100644 --- a/lib/Moose/AttributeHelpers/MethodProvider/List.pm +++ b/lib/Moose/AttributeHelpers/MethodProvider/List.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers::MethodProvider::List; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/String.pm b/lib/Moose/AttributeHelpers/MethodProvider/String.pm index a99bf70..1a02cd5 100644 --- a/lib/Moose/AttributeHelpers/MethodProvider/String.pm +++ b/lib/Moose/AttributeHelpers/MethodProvider/String.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::MethodProvider::String; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Base.pm b/lib/Moose/AttributeHelpers/Trait/Base.pm index 42c98a1..e237372 100644 --- a/lib/Moose/AttributeHelpers/Trait/Base.pm +++ b/lib/Moose/AttributeHelpers/Trait/Base.pm @@ -3,7 +3,7 @@ package Moose::AttributeHelpers::Trait::Base; use Moose::Role; use Moose::Util::TypeConstraints; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Bool.pm b/lib/Moose/AttributeHelpers/Trait/Bool.pm index b41d734..9cda87c 100644 --- a/lib/Moose/AttributeHelpers/Trait/Bool.pm +++ b/lib/Moose/AttributeHelpers/Trait/Bool.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Trait::Bool; use Moose::Role; use Moose::AttributeHelpers::MethodProvider::Bool; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Collection.pm b/lib/Moose/AttributeHelpers/Trait/Collection.pm index 14bd873..d4e134f 100644 --- a/lib/Moose/AttributeHelpers/Trait/Collection.pm +++ b/lib/Moose/AttributeHelpers/Trait/Collection.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Trait::Collection; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Collection/Array.pm b/lib/Moose/AttributeHelpers/Trait/Collection/Array.pm index 53e36c6..2784b6a 100644 --- a/lib/Moose/AttributeHelpers/Trait/Collection/Array.pm +++ b/lib/Moose/AttributeHelpers/Trait/Collection/Array.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Trait::Collection::Array; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Collection/Bag.pm b/lib/Moose/AttributeHelpers/Trait/Collection/Bag.pm index 5fb342b..3a8fef3 100644 --- a/lib/Moose/AttributeHelpers/Trait/Collection/Bag.pm +++ b/lib/Moose/AttributeHelpers/Trait/Collection/Bag.pm @@ -3,7 +3,7 @@ package Moose::AttributeHelpers::Trait::Collection::Bag; use Moose::Role; use Moose::Util::TypeConstraints; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm b/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm index b0d7c2b..4c5e73a 100644 --- a/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm +++ b/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Trait::Collection::Hash; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Collection/ImmutableHash.pm b/lib/Moose/AttributeHelpers/Trait/Collection/ImmutableHash.pm index c12a4bb..307df5c 100644 --- a/lib/Moose/AttributeHelpers/Trait/Collection/ImmutableHash.pm +++ b/lib/Moose/AttributeHelpers/Trait/Collection/ImmutableHash.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Trait::Collection::ImmutableHash; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Collection/List.pm b/lib/Moose/AttributeHelpers/Trait/Collection/List.pm index 1f1a309..36c6630 100644 --- a/lib/Moose/AttributeHelpers/Trait/Collection/List.pm +++ b/lib/Moose/AttributeHelpers/Trait/Collection/List.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Trait::Collection::List; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Counter.pm b/lib/Moose/AttributeHelpers/Trait/Counter.pm index 2cbb835..6a3d700 100644 --- a/lib/Moose/AttributeHelpers/Trait/Counter.pm +++ b/lib/Moose/AttributeHelpers/Trait/Counter.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Trait::Counter; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Number.pm b/lib/Moose/AttributeHelpers/Trait/Number.pm index 8e666ad..1adb8f7 100644 --- a/lib/Moose/AttributeHelpers/Trait/Number.pm +++ b/lib/Moose/AttributeHelpers/Trait/Number.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers::Trait::Number; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/String.pm b/lib/Moose/AttributeHelpers/Trait/String.pm index 1e62902..e9737e2 100644 --- a/lib/Moose/AttributeHelpers/Trait/String.pm +++ b/lib/Moose/AttributeHelpers/Trait/String.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Trait::String; use Moose::Role; -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';