r49912 - 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/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 2 03:40:09 UTC 2010


Author: jawnsy-guest
Date: Sat Jan  2 03:40:04 2010
New Revision: 49912

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

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=49912&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/ChangeLog (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/ChangeLog Sat Jan  2 03:40:04 2010
@@ -1,4 +1,8 @@
 Revision history for Perl extension MooseX-AttributeHelpers
+
+0.23 Fri Jan 1, 2010
+    - A small internals fix to prevent breakage with the next version of
+      Moose. (Dave Rolsky)
 
 0.22 Mon Sep 14, 2009
     - Fix to work with Moose 0.90. Ignore meta when auto-providing a method

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=49912&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/META.yml (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/META.yml Sat Jan  2 03:40:04 2010
@@ -1,5 +1,5 @@
 ---
-abstract: 'Extend your attribute interfaces'
+abstract: 'Extend your attribute interfaces (deprecated)'
 author:
   - 'Stevan Little <stevan at iinteractive.com>'
 build_requires:
@@ -23,99 +23,99 @@
 provides:
   MooseX::AttributeHelpers:
     file: lib/MooseX/AttributeHelpers.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Bool:
     file: lib/MooseX/AttributeHelpers/Bool.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Collection::Array:
     file: lib/MooseX/AttributeHelpers/Collection/Array.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Collection::Bag:
     file: lib/MooseX/AttributeHelpers/Collection/Bag.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Collection::Hash:
     file: lib/MooseX/AttributeHelpers/Collection/Hash.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Collection::ImmutableHash:
     file: lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Collection::List:
     file: lib/MooseX/AttributeHelpers/Collection/List.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Counter:
     file: lib/MooseX/AttributeHelpers/Counter.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Meta::Method::Curried:
     file: lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Meta::Method::Provided:
     file: lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::MethodProvider::Array:
     file: lib/MooseX/AttributeHelpers/MethodProvider/Array.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::MethodProvider::Bag:
     file: lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::MethodProvider::Bool:
     file: lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::MethodProvider::Counter:
     file: lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::MethodProvider::Hash:
     file: lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::MethodProvider::ImmutableHash:
     file: lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::MethodProvider::List:
     file: lib/MooseX/AttributeHelpers/MethodProvider/List.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::MethodProvider::String:
     file: lib/MooseX/AttributeHelpers/MethodProvider/String.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Number:
     file: lib/MooseX/AttributeHelpers/Number.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::String:
     file: lib/MooseX/AttributeHelpers/String.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::Base:
     file: lib/MooseX/AttributeHelpers/Trait/Base.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::Bool:
     file: lib/MooseX/AttributeHelpers/Trait/Bool.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::Collection:
     file: lib/MooseX/AttributeHelpers/Trait/Collection.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::Collection::Array:
     file: lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::Collection::Bag:
     file: lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::Collection::Hash:
     file: lib/MooseX/AttributeHelpers/Trait/Collection/Hash.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::Collection::ImmutableHash:
     file: lib/MooseX/AttributeHelpers/Trait/Collection/ImmutableHash.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::Collection::List:
     file: lib/MooseX/AttributeHelpers/Trait/Collection/List.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::Counter:
     file: lib/MooseX/AttributeHelpers/Trait/Counter.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::Number:
     file: lib/MooseX/AttributeHelpers/Trait/Number.pm
-    version: 0.22
+    version: 0.23
   MooseX::AttributeHelpers::Trait::String:
     file: lib/MooseX/AttributeHelpers/Trait/String.pm
-    version: 0.22
+    version: 0.23
 requires:
   Moose: 0.56
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.22
+version: 0.23

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/README?rev=49912&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/README (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/README Sat Jan  2 03:40:04 2010
@@ -1,4 +1,4 @@
-MooseX::AttributeHelpers version 0.22
+MooseX::AttributeHelpers version 0.23
 ===========================
 
 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=49912&op=diff
==============================================================================
--- branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers.pm (original)
+++ branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers.pm Sat Jan  2 03:40:04 2010
@@ -1,7 +1,7 @@
 
 package MooseX::AttributeHelpers;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -38,7 +38,7 @@
 
 =head1 NAME
 
-MooseX::AttributeHelpers - Extend your attribute interfaces
+MooseX::AttributeHelpers - Extend your attribute interfaces (deprecated)
 
 =head1 SYNOPSIS
 
@@ -80,6 +80,10 @@
 
 =head1 DESCRIPTION
 
+B<This distribution is deprecated. The features it provides have been added to
+the Moose core code as L<Moose::Meta::Attribute::Native>. This distribution
+should not be used by any new code.>
+
 While L<Moose> attributes provide you with a way to name your accessors,
 readers, writers, clearers and predicates, this library provides commonly
 used attribute helper methods for more specific types of data.

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=49912&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 Sat Jan  2 03:40:04 2010
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::Bool;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::Array;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::Bag;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::Hash;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::ImmutableHash;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::List;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Counter;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Meta::Method::Curried;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Meta::Method::Provided;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::MethodProvider::Array;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::MethodProvider::Bag;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::MethodProvider::Bool;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::MethodProvider::Counter;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::MethodProvider::Hash;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::MethodProvider::ImmutableHash;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::MethodProvider::List;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::MethodProvider::String;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::Number;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::String;
 use Moose;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -3,7 +3,7 @@
 use Moose::Role;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -51,11 +51,6 @@
     },
 );
 
-# extend the parents stuff to make sure
-# certain bits are now required ...
-has '+default'         => (required => 1);
-has '+type_constraint' => (required => 1);
-
 ## Methods called prior to instantiation
 
 sub process_options_for_provides {

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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 use Moose::Role;
 use MooseX::AttributeHelpers::MethodProvider::Bool;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Collection;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Collection::Array;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -3,7 +3,7 @@
 use Moose::Role;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Collection::Hash;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Collection::ImmutableHash;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Collection::List;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::Counter;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -1,7 +1,7 @@
 package MooseX::AttributeHelpers::Trait::Number;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $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=49912&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 Sat Jan  2 03:40:04 2010
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Trait::String;
 use Moose::Role;
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 




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