r44179 - in /branches/upstream/libmoosex-attributehelpers-perl/current: ./ lib/MooseX/ lib/MooseX/AttributeHelpers/ lib/MooseX/AttributeHelpers/Collection/ lib/MooseX/AttributeHelpers/Meta/Method/ lib/MooseX/AttributeHelpers/MethodProvider/ lib/MooseX/AttributeHelpers/Trait/ lib/MooseX/AttributeHelpers/Trait/Collection/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Sep 17 13:12:05 UTC 2009


Author: ansgar-guest
Date: Thu Sep 17 13:11:57 2009
New Revision: 44179

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44179
Log:
[svn-upgrade] Integrating new upstream version, libmoosex-attributehelpers-perl (0.22)

Modified:
    branches/upstream/libmoosex-attributehelpers-perl/current/ChangeLog
    branches/upstream/libmoosex-attributehelpers-perl/current/META.yml
    branches/upstream/libmoosex-attributehelpers-perl/current/README
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Bool.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Array.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Bag.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Hash.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/List.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Counter.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Array.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/List.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/String.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Number.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/String.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Base.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Bool.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Hash.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/ImmutableHash.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/List.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Counter.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Number.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/String.pm

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/ChangeLog?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/ChangeLog (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/ChangeLog Thu Sep 17 13:11:57 2009
@@ -1,5 +1,9 @@
 Revision history for Perl extension MooseX-AttributeHelpers
 
+0.22 Mon Sep 14, 2009
+    - Fix to work with Moose 0.90. Ignore meta when auto-providing a method
+      provider's methods. (Dave Rolsky)
+	
 0.21 Sun July 19, 2009
     - Add length to String (Florian Ragwitz).
     - Specify build dependency on Test::Moose (Closes RT#47258) (Florian Ragwitz).

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/META.yml?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/META.yml (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/META.yml Thu Sep 17 13:11:57 2009
@@ -23,99 +23,99 @@
 provides:
   MooseX::AttributeHelpers:
     file: lib/MooseX/AttributeHelpers.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Bool:
     file: lib/MooseX/AttributeHelpers/Bool.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Collection::Array:
     file: lib/MooseX/AttributeHelpers/Collection/Array.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Collection::Bag:
     file: lib/MooseX/AttributeHelpers/Collection/Bag.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Collection::Hash:
     file: lib/MooseX/AttributeHelpers/Collection/Hash.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Collection::ImmutableHash:
     file: lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Collection::List:
     file: lib/MooseX/AttributeHelpers/Collection/List.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Counter:
     file: lib/MooseX/AttributeHelpers/Counter.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Meta::Method::Curried:
     file: lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Meta::Method::Provided:
     file: lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::MethodProvider::Array:
     file: lib/MooseX/AttributeHelpers/MethodProvider/Array.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::MethodProvider::Bag:
     file: lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::MethodProvider::Bool:
     file: lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::MethodProvider::Counter:
     file: lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::MethodProvider::Hash:
     file: lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::MethodProvider::ImmutableHash:
     file: lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::MethodProvider::List:
     file: lib/MooseX/AttributeHelpers/MethodProvider/List.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::MethodProvider::String:
     file: lib/MooseX/AttributeHelpers/MethodProvider/String.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Number:
     file: lib/MooseX/AttributeHelpers/Number.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::String:
     file: lib/MooseX/AttributeHelpers/String.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::Base:
     file: lib/MooseX/AttributeHelpers/Trait/Base.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::Bool:
     file: lib/MooseX/AttributeHelpers/Trait/Bool.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::Collection:
     file: lib/MooseX/AttributeHelpers/Trait/Collection.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::Collection::Array:
     file: lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::Collection::Bag:
     file: lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::Collection::Hash:
     file: lib/MooseX/AttributeHelpers/Trait/Collection/Hash.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::Collection::ImmutableHash:
     file: lib/MooseX/AttributeHelpers/Trait/Collection/ImmutableHash.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::Collection::List:
     file: lib/MooseX/AttributeHelpers/Trait/Collection/List.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::Counter:
     file: lib/MooseX/AttributeHelpers/Trait/Counter.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::Number:
     file: lib/MooseX/AttributeHelpers/Trait/Number.pm
-    version: 0.21
+    version: 0.22
   MooseX::AttributeHelpers::Trait::String:
     file: lib/MooseX/AttributeHelpers/Trait/String.pm
-    version: 0.21
+    version: 0.22
 requires:
   Moose: 0.56
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.21
+version: 0.22

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/README?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/README (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/README Thu Sep 17 13:11:57 2009
@@ -1,4 +1,4 @@
-MooseX::AttributeHelpers version 0.17
+MooseX::AttributeHelpers version 0.22
 ===========================
 
 See the individual module documentation for more information

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers.pm Thu Sep 17 13:11:57 2009
@@ -1,7 +1,7 @@
 
 package MooseX::AttributeHelpers;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Bool.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Bool.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Bool.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Bool.pm Thu Sep 17 13:11:57 2009
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::Bool;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Array.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Array.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Array.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Array.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::Array;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Bag.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Bag.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Bag.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Bag.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::Bag;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Hash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Hash.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Hash.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/Hash.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::Hash;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::ImmutableHash;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/List.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/List.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/List.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection/List.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::List;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Counter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Counter.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Counter.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Counter.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Counter;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Meta::Method::Curried;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Meta::Method::Provided;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Array.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Array.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Array.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Array.pm Thu Sep 17 13:11:57 2009
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::MethodProvider::Array;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm Thu Sep 17 13:11:57 2009
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::MethodProvider::Bag;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::MethodProvider::Bool;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::MethodProvider::Counter;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm Thu Sep 17 13:11:57 2009
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::MethodProvider::Hash;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm Thu Sep 17 13:11:57 2009
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::MethodProvider::ImmutableHash;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/List.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/List.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/List.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/List.pm Thu Sep 17 13:11:57 2009
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::MethodProvider::List;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
  

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/String.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/String.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/String.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/MethodProvider/String.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::MethodProvider::String;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Number.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Number.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Number.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Number.pm Thu Sep 17 13:11:57 2009
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::Number;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/String.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/String.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/String.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/String.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::String;
 use Moose;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Base.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Base.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Base.pm Thu Sep 17 13:11:57 2009
@@ -3,7 +3,7 @@
 use Moose::Role;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -45,7 +45,8 @@
         return +{
             map {
                 $_ => $method_provider->get_method($_)
-            } $method_provider->get_method_list
+            }
+            grep { $_ ne 'meta' } $method_provider->get_method_list
         };
     },
 );

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Bool.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Bool.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Bool.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Bool.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 use Moose::Role;
 use MooseX::AttributeHelpers::MethodProvider::Bool;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Collection;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Collection::Array;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm Thu Sep 17 13:11:57 2009
@@ -3,7 +3,7 @@
 use Moose::Role;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Hash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Hash.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Hash.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/Hash.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Collection::Hash;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/ImmutableHash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/ImmutableHash.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/ImmutableHash.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/ImmutableHash.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Collection::ImmutableHash;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/List.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/List.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/List.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Collection/List.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Collection::List;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Counter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Counter.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Counter.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Counter.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Counter;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Number.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Number.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Number.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/Number.pm Thu Sep 17 13:11:57 2009
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::Trait::Number;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/String.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/String.pm?rev=44179&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/String.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/String.pm Thu Sep 17 13:11:57 2009
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::String;
 use Moose::Role;
 
-our $VERSION   = '0.21';
+our $VERSION   = '0.22';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 




More information about the Pkg-perl-cvs-commits mailing list