r66538 - in /branches/upstream/libpath-dispatcher-perl/current: ./ inc/Module/ inc/Module/Install/ lib/Path/ lib/Path/Dispatcher/ lib/Path/Dispatcher/Role/ lib/Path/Dispatcher/Rule/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 28 00:42:02 UTC 2010


Author: jawnsy-guest
Date: Tue Dec 28 00:41:56 2010
New Revision: 66538

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66538
Log:
[svn-upgrade] new version libpath-dispatcher-perl (1.02)

Added:
    branches/upstream/libpath-dispatcher-perl/current/t/026-named-captures.t
    branches/upstream/libpath-dispatcher-perl/current/t/030-exceptions.t
    branches/upstream/libpath-dispatcher-perl/current/t/031-structured-match.t
    branches/upstream/libpath-dispatcher-perl/current/t/100-match-object.t
Removed:
    branches/upstream/libpath-dispatcher-perl/current/t/900-use-path-dispatcher.t
Modified:
    branches/upstream/libpath-dispatcher-perl/current/Changes
    branches/upstream/libpath-dispatcher-perl/current/MANIFEST
    branches/upstream/libpath-dispatcher-perl/current/META.yml
    branches/upstream/libpath-dispatcher-perl/current/Makefile.PL
    branches/upstream/libpath-dispatcher-perl/current/inc/Module/Install.pm
    branches/upstream/libpath-dispatcher-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libpath-dispatcher-perl/current/inc/Module/Install/Can.pm
    branches/upstream/libpath-dispatcher-perl/current/inc/Module/Install/Fetch.pm
    branches/upstream/libpath-dispatcher-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libpath-dispatcher-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libpath-dispatcher-perl/current/inc/Module/Install/Win32.pm
    branches/upstream/libpath-dispatcher-perl/current/inc/Module/Install/WriteAll.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Cookbook.pod
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Dispatch.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Match.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Path.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Role/Rules.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Alternation.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Always.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Chain.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/CodeRef.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Dispatch.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Empty.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Enum.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Eq.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Intersection.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Metadata.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Regex.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Sequence.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Tokens.pm
    branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Under.pm
    branches/upstream/libpath-dispatcher-perl/current/t/000-compile.t
    branches/upstream/libpath-dispatcher-perl/current/t/001-api.t
    branches/upstream/libpath-dispatcher-perl/current/t/002-rule.t
    branches/upstream/libpath-dispatcher-perl/current/t/003-404.t
    branches/upstream/libpath-dispatcher-perl/current/t/004-run.t
    branches/upstream/libpath-dispatcher-perl/current/t/005-multi-rule.t
    branches/upstream/libpath-dispatcher-perl/current/t/006-abort.t
    branches/upstream/libpath-dispatcher-perl/current/t/007-coderef-matcher.t
    branches/upstream/libpath-dispatcher-perl/current/t/009-args.t
    branches/upstream/libpath-dispatcher-perl/current/t/010-return.t
    branches/upstream/libpath-dispatcher-perl/current/t/011-next-rule.t
    branches/upstream/libpath-dispatcher-perl/current/t/012-under.t
    branches/upstream/libpath-dispatcher-perl/current/t/013-tokens.t
    branches/upstream/libpath-dispatcher-perl/current/t/014-tokens-prefix.t
    branches/upstream/libpath-dispatcher-perl/current/t/015-regex-prefix.t
    branches/upstream/libpath-dispatcher-perl/current/t/017-intersection.t
    branches/upstream/libpath-dispatcher-perl/current/t/018-metadata.t
    branches/upstream/libpath-dispatcher-perl/current/t/019-intersection-metadata.t
    branches/upstream/libpath-dispatcher-perl/current/t/022-numbers-undef.t
    branches/upstream/libpath-dispatcher-perl/current/t/023-alternation.t
    branches/upstream/libpath-dispatcher-perl/current/t/024-sequence.t
    branches/upstream/libpath-dispatcher-perl/current/t/025-sequence-custom-rule.t
    branches/upstream/libpath-dispatcher-perl/current/t/901-return-values.t
    branches/upstream/libpath-dispatcher-perl/current/t/902-coderef.t

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

Modified: branches/upstream/libpath-dispatcher-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/Changes?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/MANIFEST?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/META.yml?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/Makefile.PL?rev=66538&op=diff

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

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

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

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

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

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

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

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

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Cookbook.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Cookbook.pod?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Dispatch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Dispatch.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Match.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Match.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Path.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Path.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Role/Rules.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Role/Rules.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Alternation.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Alternation.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Always.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Always.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Chain.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Chain.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/CodeRef.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/CodeRef.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Dispatch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Dispatch.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Empty.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Empty.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Enum.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Enum.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Eq.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Eq.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Intersection.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Intersection.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Metadata.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Regex.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Regex.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Sequence.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Sequence.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Tokens.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Tokens.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Under.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/lib/Path/Dispatcher/Rule/Under.pm?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/000-compile.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/000-compile.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/001-api.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/001-api.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/002-rule.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/002-rule.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/003-404.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/003-404.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/004-run.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/004-run.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/005-multi-rule.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/005-multi-rule.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/006-abort.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/006-abort.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/007-coderef-matcher.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/007-coderef-matcher.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/009-args.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/009-args.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/010-return.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/010-return.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/011-next-rule.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/011-next-rule.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/012-under.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/012-under.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/013-tokens.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/013-tokens.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/014-tokens-prefix.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/014-tokens-prefix.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/015-regex-prefix.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/015-regex-prefix.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/017-intersection.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/017-intersection.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/018-metadata.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/018-metadata.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/019-intersection-metadata.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/019-intersection-metadata.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/022-numbers-undef.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/022-numbers-undef.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/023-alternation.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/023-alternation.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/024-sequence.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/024-sequence.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/025-sequence-custom-rule.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/025-sequence-custom-rule.t?rev=66538&op=diff

Added: branches/upstream/libpath-dispatcher-perl/current/t/026-named-captures.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/026-named-captures.t?rev=66538&op=file

Added: branches/upstream/libpath-dispatcher-perl/current/t/030-exceptions.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/030-exceptions.t?rev=66538&op=file

Added: branches/upstream/libpath-dispatcher-perl/current/t/031-structured-match.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/031-structured-match.t?rev=66538&op=file

Added: branches/upstream/libpath-dispatcher-perl/current/t/100-match-object.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/100-match-object.t?rev=66538&op=file

Modified: branches/upstream/libpath-dispatcher-perl/current/t/901-return-values.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/901-return-values.t?rev=66538&op=diff

Modified: branches/upstream/libpath-dispatcher-perl/current/t/902-coderef.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpath-dispatcher-perl/current/t/902-coderef.t?rev=66538&op=diff




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