From: Hans Dieter Pearcey Date: Thu, 25 Jun 2009 23:08:44 +0000 (-0400) Subject: make version match Moose X-Git-Tag: 0.89_02~120 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dbd466761ec8d81500670b27f10b62ec97a69342;p=gitmo%2FMoose.git make version match Moose --- diff --git a/lib/Moose/AttributeHelpers.pm b/lib/Moose/AttributeHelpers.pm index 392f8c5..82ce7b5 100644 --- a/lib/Moose/AttributeHelpers.pm +++ b/lib/Moose/AttributeHelpers.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers; -our $VERSION = '0.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Bool.pm b/lib/Moose/AttributeHelpers/Bool.pm index 0ca690b..cb64545 100644 --- a/lib/Moose/AttributeHelpers/Bool.pm +++ b/lib/Moose/AttributeHelpers/Bool.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers::Bool; use Moose; -our $VERSION = '0.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Collection/Array.pm b/lib/Moose/AttributeHelpers/Collection/Array.pm index fbb1ac7..29997e8 100644 --- a/lib/Moose/AttributeHelpers/Collection/Array.pm +++ b/lib/Moose/AttributeHelpers/Collection/Array.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Collection::Array; use Moose; -our $VERSION = '0.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Collection/Bag.pm b/lib/Moose/AttributeHelpers/Collection/Bag.pm index af8606d..d0fb263 100644 --- a/lib/Moose/AttributeHelpers/Collection/Bag.pm +++ b/lib/Moose/AttributeHelpers/Collection/Bag.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Collection::Bag; use Moose; -our $VERSION = '0.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Collection/Hash.pm b/lib/Moose/AttributeHelpers/Collection/Hash.pm index 2fe28b3..8230050 100644 --- a/lib/Moose/AttributeHelpers/Collection/Hash.pm +++ b/lib/Moose/AttributeHelpers/Collection/Hash.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Collection::Hash; use Moose; -our $VERSION = '0.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Collection/ImmutableHash.pm b/lib/Moose/AttributeHelpers/Collection/ImmutableHash.pm index 54c4cb4..22fb5dd 100644 --- a/lib/Moose/AttributeHelpers/Collection/ImmutableHash.pm +++ b/lib/Moose/AttributeHelpers/Collection/ImmutableHash.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Collection::ImmutableHash; use Moose; -our $VERSION = '0.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Collection/List.pm b/lib/Moose/AttributeHelpers/Collection/List.pm index 29e93c6..ef17502 100644 --- a/lib/Moose/AttributeHelpers/Collection/List.pm +++ b/lib/Moose/AttributeHelpers/Collection/List.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Collection::List; use Moose; -our $VERSION = '0.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Counter.pm b/lib/Moose/AttributeHelpers/Counter.pm index 2ed8300..3c7c156 100644 --- a/lib/Moose/AttributeHelpers/Counter.pm +++ b/lib/Moose/AttributeHelpers/Counter.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Counter; use Moose; -our $VERSION = '0.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Array.pm b/lib/Moose/AttributeHelpers/MethodProvider/Array.pm index 7496ccb..691c55d 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Bag.pm b/lib/Moose/AttributeHelpers/MethodProvider/Bag.pm index 78051d6..1738bdb 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Bool.pm b/lib/Moose/AttributeHelpers/MethodProvider/Bool.pm index 9736d6f..b84cfa1 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Counter.pm b/lib/Moose/AttributeHelpers/MethodProvider/Counter.pm index 0e27345..78edffc 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Hash.pm b/lib/Moose/AttributeHelpers/MethodProvider/Hash.pm index d82ef5d..416e1f6 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/ImmutableHash.pm b/lib/Moose/AttributeHelpers/MethodProvider/ImmutableHash.pm index 6d26a35..c56fc82 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/List.pm b/lib/Moose/AttributeHelpers/MethodProvider/List.pm index a04ff15..6e011c6 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/String.pm b/lib/Moose/AttributeHelpers/MethodProvider/String.pm index f9b54ff..a99bf70 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Number.pm b/lib/Moose/AttributeHelpers/Number.pm index 1f8bc7f..04225db 100644 --- a/lib/Moose/AttributeHelpers/Number.pm +++ b/lib/Moose/AttributeHelpers/Number.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers::Number; use Moose; -our $VERSION = '0.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/String.pm b/lib/Moose/AttributeHelpers/String.pm index 1a0bc63..1ce5730 100644 --- a/lib/Moose/AttributeHelpers/String.pm +++ b/lib/Moose/AttributeHelpers/String.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::String; use Moose; -our $VERSION = '0.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Base.pm b/lib/Moose/AttributeHelpers/Trait/Base.pm index e1302c1..42c98a1 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Bool.pm b/lib/Moose/AttributeHelpers/Trait/Bool.pm index 79c0299..f3da980 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Collection.pm b/lib/Moose/AttributeHelpers/Trait/Collection.pm index c734c68..14bd873 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.19'; +our $VERSION = '0.83'; $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 f433fc0..d59c991 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.19'; +our $VERSION = '0.83'; $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 2501653..d0f4d4d 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.19'; +our $VERSION = '0.83'; $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 d38146d..710aad2 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.19'; +our $VERSION = '0.83'; $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 b110a69..a1f9a02 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.19'; +our $VERSION = '0.83'; $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 fabd029..68566e0 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Counter.pm b/lib/Moose/AttributeHelpers/Trait/Counter.pm index e56189e..c7358ce 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Number.pm b/lib/Moose/AttributeHelpers/Trait/Number.pm index 80d6759..df2662c 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/String.pm b/lib/Moose/AttributeHelpers/Trait/String.pm index 4fd453a..50d5a7a 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.19'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';