r38129 - in /branches/upstream/libmoosex-attributehelpers-perl/current: ./ inc/Module/ inc/Module/Install/ 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/ t/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Jun 15 19:01:41 UTC 2009


Author: ansgar-guest
Date: Mon Jun 15 19:01:35 2009
New Revision: 38129

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

Added:
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/
    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/
    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
    branches/upstream/libmoosex-attributehelpers-perl/current/t/201_trait_counter.t
    branches/upstream/libmoosex-attributehelpers-perl/current/t/202_trait_array.t
    branches/upstream/libmoosex-attributehelpers-perl/current/t/203_trait_hash.t
    branches/upstream/libmoosex-attributehelpers-perl/current/t/204_trait_number.t
    branches/upstream/libmoosex-attributehelpers-perl/current/t/205_trait_list.t
    branches/upstream/libmoosex-attributehelpers-perl/current/t/206_trait_bag.t
    branches/upstream/libmoosex-attributehelpers-perl/current/t/207_trait_string.t
    branches/upstream/libmoosex-attributehelpers-perl/current/t/208_trait_bool.t
Removed:
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Base.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Collection.pm
Modified:
    branches/upstream/libmoosex-attributehelpers-perl/current/ChangeLog
    branches/upstream/libmoosex-attributehelpers-perl/current/MANIFEST
    branches/upstream/libmoosex-attributehelpers-perl/current/META.yml
    branches/upstream/libmoosex-attributehelpers-perl/current/README
    branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Can.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Fetch.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Win32.pm
    branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/WriteAll.pm
    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/t/002_basic_array.t
    branches/upstream/libmoosex-attributehelpers-perl/current/t/003_basic_hash.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/ChangeLog?rev=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/MANIFEST?rev=38129&op=diff

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=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/README?rev=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install.pm?rev=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Base.pm?rev=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Can.pm?rev=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Fetch.pm?rev=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Makefile.pm?rev=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Metadata.pm?rev=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/Win32.pm?rev=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/inc/Module/Install/WriteAll.pm?rev=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

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=38129&op=diff

Added: 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=38129&op=file

Added: 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=38129&op=file

Added: 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=38129&op=file

Added: 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=38129&op=file

Added: 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=38129&op=file

Added: 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=38129&op=file

Added: 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=38129&op=file

Added: 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=38129&op=file

Added: 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=38129&op=file

Added: 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=38129&op=file

Added: 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=38129&op=file

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/t/002_basic_array.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/t/002_basic_array.t?rev=38129&op=diff

Modified: branches/upstream/libmoosex-attributehelpers-perl/current/t/003_basic_hash.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/t/003_basic_hash.t?rev=38129&op=diff

Added: branches/upstream/libmoosex-attributehelpers-perl/current/t/201_trait_counter.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/t/201_trait_counter.t?rev=38129&op=file

Added: branches/upstream/libmoosex-attributehelpers-perl/current/t/202_trait_array.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/t/202_trait_array.t?rev=38129&op=file

Added: branches/upstream/libmoosex-attributehelpers-perl/current/t/203_trait_hash.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/t/203_trait_hash.t?rev=38129&op=file

Added: branches/upstream/libmoosex-attributehelpers-perl/current/t/204_trait_number.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/t/204_trait_number.t?rev=38129&op=file

Added: branches/upstream/libmoosex-attributehelpers-perl/current/t/205_trait_list.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/t/205_trait_list.t?rev=38129&op=file

Added: branches/upstream/libmoosex-attributehelpers-perl/current/t/206_trait_bag.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/t/206_trait_bag.t?rev=38129&op=file

Added: branches/upstream/libmoosex-attributehelpers-perl/current/t/207_trait_string.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/t/207_trait_string.t?rev=38129&op=file

Added: branches/upstream/libmoosex-attributehelpers-perl/current/t/208_trait_bool.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-attributehelpers-perl/current/t/208_trait_bool.t?rev=38129&op=file




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