r37849 - in /branches/upstream/libcatalyst-perl/current: ./ inc/Module/ inc/Module/Install/ lib/ lib/Catalyst/ lib/Catalyst/DispatchType/ lib/Catalyst/Engine/ t/ t/aggregate/ t/lib/ t/lib/Catalyst/Plugin/Test/ t/lib/DeprecatedTestApp/C/ t/lib/TestApp/Controller/ t/lib/TestApp/Controller/Action/ t/lib/TestApp/Controller/Priorities/ t/lib/TestApp/View/ t/lib/TestApp/View/Dump/ t/lib/TestAppMatchSingleArg/ t/lib/TestAppMatchSingleArg/Controller/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Mon Jun 8 10:06:20 UTC 2009


Author: eloy
Date: Mon Jun  8 10:06:15 2009
New Revision: 37849

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

Added:
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_path_matchsingle.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_request_env.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_request_remote_user.t
    branches/upstream/libcatalyst-perl/current/t/dead_load_bad_args.t
    branches/upstream/libcatalyst-perl/current/t/lib/Catalyst/Plugin/Test/MangleDollarUnderScore.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/View/Dump/Env.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppMatchSingleArg/
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppMatchSingleArg.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppMatchSingleArg/Controller/
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppMatchSingleArg/Controller/Root.pm
Modified:
    branches/upstream/libcatalyst-perl/current/Changes
    branches/upstream/libcatalyst-perl/current/MANIFEST
    branches/upstream/libcatalyst-perl/current/META.yml
    branches/upstream/libcatalyst-perl/current/Makefile.PL
    branches/upstream/libcatalyst-perl/current/TODO
    branches/upstream/libcatalyst-perl/current/inc/Module/AutoInstall.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/AutoInstall.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/Can.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/Fetch.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/Include.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/Scripts.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/Win32.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/WriteAll.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Action.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Component.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Chained.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Path.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine/CGI.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine/FastCGI.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Request.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Response.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Runtime.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Test.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Upgrading.pod
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_chained.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_local.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_response_headers.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_plugin_loaded.t
    branches/upstream/libcatalyst-perl/current/t/lib/DeprecatedTestApp/C/Root.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Chained.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Local.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Dump.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Priorities/MultiMethod.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/View/Dump.pm
    branches/upstream/libcatalyst-perl/current/t/unit_controller_config.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_plugin.t
    branches/upstream/libcatalyst-perl/current/t/unit_utils_subdir.t

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

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

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

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

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

Modified: branches/upstream/libcatalyst-perl/current/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/TODO?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/inc/Module/AutoInstall.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/inc/Module/AutoInstall.pm?rev=37849&op=diff

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

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

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

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

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

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

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

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

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

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

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

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Action.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Action.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Component.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Component.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Chained.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Chained.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Path.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Path.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine/CGI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine/CGI.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine/FastCGI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine/FastCGI.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Request.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Request.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Response.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Response.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Runtime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Runtime.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Test.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Upgrading.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Upgrading.pod?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_chained.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_chained.t?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_local.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_local.t?rev=37849&op=diff

Added: branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_path_matchsingle.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_path_matchsingle.t?rev=37849&op=file

Added: branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_request_env.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_request_env.t?rev=37849&op=file

Added: branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_request_remote_user.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_request_remote_user.t?rev=37849&op=file

Modified: branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_response_headers.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_response_headers.t?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/aggregate/live_plugin_loaded.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/aggregate/live_plugin_loaded.t?rev=37849&op=diff

Added: branches/upstream/libcatalyst-perl/current/t/dead_load_bad_args.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/dead_load_bad_args.t?rev=37849&op=file

Added: branches/upstream/libcatalyst-perl/current/t/lib/Catalyst/Plugin/Test/MangleDollarUnderScore.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/Catalyst/Plugin/Test/MangleDollarUnderScore.pm?rev=37849&op=file

Modified: branches/upstream/libcatalyst-perl/current/t/lib/DeprecatedTestApp/C/Root.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/DeprecatedTestApp/C/Root.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/lib/TestApp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/TestApp.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Chained.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Chained.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Local.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Local.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Dump.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Dump.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Priorities/MultiMethod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Priorities/MultiMethod.pm?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/lib/TestApp/View/Dump.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/TestApp/View/Dump.pm?rev=37849&op=diff

Added: branches/upstream/libcatalyst-perl/current/t/lib/TestApp/View/Dump/Env.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/TestApp/View/Dump/Env.pm?rev=37849&op=file

Added: branches/upstream/libcatalyst-perl/current/t/lib/TestAppMatchSingleArg.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/TestAppMatchSingleArg.pm?rev=37849&op=file

Added: branches/upstream/libcatalyst-perl/current/t/lib/TestAppMatchSingleArg/Controller/Root.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/lib/TestAppMatchSingleArg/Controller/Root.pm?rev=37849&op=file

Modified: branches/upstream/libcatalyst-perl/current/t/unit_controller_config.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/unit_controller_config.t?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/unit_core_plugin.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/unit_core_plugin.t?rev=37849&op=diff

Modified: branches/upstream/libcatalyst-perl/current/t/unit_utils_subdir.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/unit_utils_subdir.t?rev=37849&op=diff




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