r38132 - in /trunk/libmoosex-attributehelpers-perl: ./ debian/ debian/patches/ 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/ t/

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


Author: ansgar-guest
Date: Mon Jun 15 19:54:06 2009
New Revision: 38132

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38132
Log:
* New upstream release.
  + debian/copyright: Update years of copyright.
  + Add additional whatis entries to whatis-in-manpages.
* Use minimal debian/rules.
  + requires debhelper (>= 7.0.8), quilt (>= 0.46-7)
* Add myself to Uploaders.

Added:
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Trait/
      - copied from r38130, branches/upstream/libmoosex-attributehelpers-perl/current/lib/MooseX/AttributeHelpers/Trait/
    trunk/libmoosex-attributehelpers-perl/t/201_trait_counter.t
      - copied unchanged from r38130, branches/upstream/libmoosex-attributehelpers-perl/current/t/201_trait_counter.t
    trunk/libmoosex-attributehelpers-perl/t/202_trait_array.t
      - copied unchanged from r38130, branches/upstream/libmoosex-attributehelpers-perl/current/t/202_trait_array.t
    trunk/libmoosex-attributehelpers-perl/t/203_trait_hash.t
      - copied unchanged from r38130, branches/upstream/libmoosex-attributehelpers-perl/current/t/203_trait_hash.t
    trunk/libmoosex-attributehelpers-perl/t/204_trait_number.t
      - copied unchanged from r38130, branches/upstream/libmoosex-attributehelpers-perl/current/t/204_trait_number.t
    trunk/libmoosex-attributehelpers-perl/t/205_trait_list.t
      - copied unchanged from r38130, branches/upstream/libmoosex-attributehelpers-perl/current/t/205_trait_list.t
    trunk/libmoosex-attributehelpers-perl/t/206_trait_bag.t
      - copied unchanged from r38130, branches/upstream/libmoosex-attributehelpers-perl/current/t/206_trait_bag.t
    trunk/libmoosex-attributehelpers-perl/t/207_trait_string.t
      - copied unchanged from r38130, branches/upstream/libmoosex-attributehelpers-perl/current/t/207_trait_string.t
    trunk/libmoosex-attributehelpers-perl/t/208_trait_bool.t
      - copied unchanged from r38130, branches/upstream/libmoosex-attributehelpers-perl/current/t/208_trait_bool.t
Removed:
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Base.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection.pm
Modified:
    trunk/libmoosex-attributehelpers-perl/ChangeLog
    trunk/libmoosex-attributehelpers-perl/MANIFEST
    trunk/libmoosex-attributehelpers-perl/META.yml
    trunk/libmoosex-attributehelpers-perl/README
    trunk/libmoosex-attributehelpers-perl/debian/changelog
    trunk/libmoosex-attributehelpers-perl/debian/control
    trunk/libmoosex-attributehelpers-perl/debian/copyright
    trunk/libmoosex-attributehelpers-perl/debian/patches/whatis-in-manpages
    trunk/libmoosex-attributehelpers-perl/debian/rules
    trunk/libmoosex-attributehelpers-perl/inc/Module/Install.pm
    trunk/libmoosex-attributehelpers-perl/inc/Module/Install/Base.pm
    trunk/libmoosex-attributehelpers-perl/inc/Module/Install/Can.pm
    trunk/libmoosex-attributehelpers-perl/inc/Module/Install/Fetch.pm
    trunk/libmoosex-attributehelpers-perl/inc/Module/Install/Makefile.pm
    trunk/libmoosex-attributehelpers-perl/inc/Module/Install/Metadata.pm
    trunk/libmoosex-attributehelpers-perl/inc/Module/Install/Win32.pm
    trunk/libmoosex-attributehelpers-perl/inc/Module/Install/WriteAll.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Bool.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/Array.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/Bag.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/Hash.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/List.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Counter.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Array.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/List.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/String.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Number.pm
    trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/String.pm
    trunk/libmoosex-attributehelpers-perl/t/002_basic_array.t
    trunk/libmoosex-attributehelpers-perl/t/003_basic_hash.t

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

Modified: trunk/libmoosex-attributehelpers-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/ChangeLog?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/MANIFEST?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/META.yml?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/README?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/changelog?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/control?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/copyright?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/debian/patches/whatis-in-manpages
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/patches/whatis-in-manpages?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/rules?rev=38132&op=diff

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

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

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

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

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

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

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

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

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Bool.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Bool.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/Array.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/Array.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/Bag.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/Bag.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/Hash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/Hash.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/List.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Collection/List.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Counter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Counter.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Array.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Array.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/List.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/List.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/String.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/MethodProvider/String.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Number.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/Number.pm?rev=38132&op=diff

Modified: trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/String.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/lib/MooseX/AttributeHelpers/String.pm?rev=38132&op=diff

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

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




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