From: Hans Dieter Pearcey Date: Wed, 8 Jul 2009 15:16:19 +0000 (-0400) Subject: sync versions X-Git-Tag: 0.89_02~95 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=96539d20445778d8318b35c58322d37586891a6e;p=gitmo%2FMoose.git sync versions --- diff --git a/lib/Moose/AttributeHelpers.pm b/lib/Moose/AttributeHelpers.pm index da66cb9..a0cc528 100644 --- a/lib/Moose/AttributeHelpers.pm +++ b/lib/Moose/AttributeHelpers.pm @@ -1,7 +1,7 @@ package Moose::AttributeHelpers; -our $VERSION = '0.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Array.pm b/lib/Moose/AttributeHelpers/MethodProvider/Array.pm index bae6f73..f2d00ca 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Bag.pm b/lib/Moose/AttributeHelpers/MethodProvider/Bag.pm index 37e10ff..452b7cc 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Bool.pm b/lib/Moose/AttributeHelpers/MethodProvider/Bool.pm index fde5f3b..52aa999 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Counter.pm b/lib/Moose/AttributeHelpers/MethodProvider/Counter.pm index 957c039..0a82303 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/Hash.pm b/lib/Moose/AttributeHelpers/MethodProvider/Hash.pm index 927871a..9109810 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/ImmutableHash.pm b/lib/Moose/AttributeHelpers/MethodProvider/ImmutableHash.pm index cb9caec..21e0eda 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/List.pm b/lib/Moose/AttributeHelpers/MethodProvider/List.pm index dc0b0fd..32c1122 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/MethodProvider/String.pm b/lib/Moose/AttributeHelpers/MethodProvider/String.pm index 655ad65..9385bfc 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Base.pm b/lib/Moose/AttributeHelpers/Trait/Base.pm index 07f19c1..59c1bd5 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Bool.pm b/lib/Moose/AttributeHelpers/Trait/Bool.pm index 05bbc81..2743028 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Collection.pm b/lib/Moose/AttributeHelpers/Trait/Collection.pm index 0d4de4b..f456371 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.85'; +our $VERSION = '0.87'; $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 5642ba4..1279f63 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.85'; +our $VERSION = '0.87'; $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 9c697e3..3c66027 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.85'; +our $VERSION = '0.87'; $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 215169e..08aaaeb 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.85'; +our $VERSION = '0.87'; $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 bc5daf2..96c0e28 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.85'; +our $VERSION = '0.87'; $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 a3e1713..f9b0b43 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Counter.pm b/lib/Moose/AttributeHelpers/Trait/Counter.pm index 118cd9f..e1d21ef 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/Number.pm b/lib/Moose/AttributeHelpers/Trait/Number.pm index 7225b94..b9a837c 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; diff --git a/lib/Moose/AttributeHelpers/Trait/String.pm b/lib/Moose/AttributeHelpers/Trait/String.pm index fc9e0b0..22c69c5 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.85'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';