r59991 - in /branches/upstream/libmoosex-types-structured-perl/current: ./ inc/ lib/MooseX/Meta/TypeCoercion/ lib/MooseX/Meta/TypeCoercion/Structured/ lib/MooseX/Meta/TypeConstraint/ lib/MooseX/Meta/TypeConstraint/Structured/ lib/MooseX/Types/ lib/MooseX/Types/Structured/ t-author/ t/ t/regressions/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Jul 3 02:29:28 UTC 2010


Author: ansgar-guest
Date: Sat Jul  3 02:29:18 2010
New Revision: 59991

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59991
Log:
[svn-upgrade] new version libmoosex-types-structured-perl (0.23)

Added:
    branches/upstream/libmoosex-types-structured-perl/current/LICENSE
    branches/upstream/libmoosex-types-structured-perl/current/META.json
    branches/upstream/libmoosex-types-structured-perl/current/dist.ini
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/MessageStack.pm
    branches/upstream/libmoosex-types-structured-perl/current/t/13-deeper_error.t
    branches/upstream/libmoosex-types-structured-perl/current/t/release-eol.t
    branches/upstream/libmoosex-types-structured-perl/current/t/release-no-tabs.t
    branches/upstream/libmoosex-types-structured-perl/current/t/release-pod-coverage.t
    branches/upstream/libmoosex-types-structured-perl/current/t/release-pod-syntax.t
Removed:
    branches/upstream/libmoosex-types-structured-perl/current/inc/
    branches/upstream/libmoosex-types-structured-perl/current/t-author/
Modified:
    branches/upstream/libmoosex-types-structured-perl/current/Changes
    branches/upstream/libmoosex-types-structured-perl/current/MANIFEST
    branches/upstream/libmoosex-types-structured-perl/current/META.yml
    branches/upstream/libmoosex-types-structured-perl/current/Makefile.PL
    branches/upstream/libmoosex-types-structured-perl/current/README
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/OverflowHandler.pm
    branches/upstream/libmoosex-types-structured-perl/current/t/00-load.t
    branches/upstream/libmoosex-types-structured-perl/current/t/01-basic.t
    branches/upstream/libmoosex-types-structured-perl/current/t/02-tuple.t
    branches/upstream/libmoosex-types-structured-perl/current/t/03-dict.t
    branches/upstream/libmoosex-types-structured-perl/current/t/04-combined.t
    branches/upstream/libmoosex-types-structured-perl/current/t/05-advanced.t
    branches/upstream/libmoosex-types-structured-perl/current/t/06-api.t
    branches/upstream/libmoosex-types-structured-perl/current/t/07-coerce.t
    branches/upstream/libmoosex-types-structured-perl/current/t/08-examples.t
    branches/upstream/libmoosex-types-structured-perl/current/t/09-optional.t
    branches/upstream/libmoosex-types-structured-perl/current/t/10-recursion.t
    branches/upstream/libmoosex-types-structured-perl/current/t/11-overflow.t
    branches/upstream/libmoosex-types-structured-perl/current/t/12-error.t
    branches/upstream/libmoosex-types-structured-perl/current/t/regressions/01-is_type_of.t

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

Modified: branches/upstream/libmoosex-types-structured-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/Changes?rev=59991&op=diff

Added: branches/upstream/libmoosex-types-structured-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/LICENSE?rev=59991&op=file

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

Added: branches/upstream/libmoosex-types-structured-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/META.json?rev=59991&op=file

Modified: branches/upstream/libmoosex-types-structured-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/META.yml?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/Makefile.PL?rev=59991&op=diff

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

Added: branches/upstream/libmoosex-types-structured-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/dist.ini?rev=59991&op=file

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured.pm?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured.pm?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured.pm?rev=59991&op=diff

Added: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/MessageStack.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/MessageStack.pm?rev=59991&op=file

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/OverflowHandler.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/OverflowHandler.pm?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/00-load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/00-load.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/01-basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/01-basic.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/02-tuple.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/02-tuple.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/03-dict.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/03-dict.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/04-combined.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/04-combined.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/05-advanced.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/05-advanced.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/06-api.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/06-api.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/07-coerce.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/07-coerce.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/08-examples.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/08-examples.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/09-optional.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/09-optional.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/10-recursion.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/10-recursion.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/11-overflow.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/11-overflow.t?rev=59991&op=diff

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/12-error.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/12-error.t?rev=59991&op=diff

Added: branches/upstream/libmoosex-types-structured-perl/current/t/13-deeper_error.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/13-deeper_error.t?rev=59991&op=file

Modified: branches/upstream/libmoosex-types-structured-perl/current/t/regressions/01-is_type_of.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/regressions/01-is_type_of.t?rev=59991&op=diff

Added: branches/upstream/libmoosex-types-structured-perl/current/t/release-eol.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/release-eol.t?rev=59991&op=file

Added: branches/upstream/libmoosex-types-structured-perl/current/t/release-no-tabs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/release-no-tabs.t?rev=59991&op=file

Added: branches/upstream/libmoosex-types-structured-perl/current/t/release-pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/release-pod-coverage.t?rev=59991&op=file

Added: branches/upstream/libmoosex-types-structured-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/t/release-pod-syntax.t?rev=59991&op=file




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