r63244 - in /branches/upstream/libcatalyst-engine-apache-perl/current: ./ inc/Module/ inc/Module/Install/ lib/Catalyst/Engine/ lib/Catalyst/Engine/Apache2/ t/ t/author/ t/lib/ t/lib/ACLTestApp/ t/lib/ACLTestApp/Controller/ t/lib/Catalyst/Action/ t/lib/Catalyst/Plugin/Test/ t/lib/Catalyst/Script/ t/lib/ChainedActionsApp/ t/lib/ChainedActionsApp/Controller/ t/lib/DeprecatedTestApp/ t/lib/DeprecatedTestApp/C/ t/lib/PluginTestApp/ t/lib/PluginTestApp/Controller/ t/lib/ScriptTestApp/ t/lib/ScriptTestApp/Script/ t/lib/TestApp/ t/lib/TestApp/Action/ t/lib/TestApp/Controller/ t/lib/TestApp/Controller/Action/ t/lib/TestApp/Controller/Action/Chained/ t/lib/TestApp/Controller/Action/Chained/ParentChain/ t/lib/TestApp/Controller/Engine/Request/ t/lib/TestApp/Controller/Engine/Response/ t/lib/TestApp/Controller/Immutable/ t/lib/TestApp/Controller/Moose/ t/lib/TestApp/Controller/Priorities/ t/lib/TestApp/DispatchType/ t/lib/TestApp/Model/ t/lib/TestApp/Plugin/ t/lib/TestApp/View/ t/lib/TestApp/View/Dump/ t/lib/TestAppDoubleAutoBug/ t/lib/TestAppDoubleAutoBug/Controller/ t/lib/TestAppEncoding/ t/lib/TestAppEncoding/Controller/ t/lib/TestAppIndexDefault/ t/lib/TestAppIndexDefault/Controller/ t/lib/TestAppMatchSingleArg/ t/lib/TestAppMatchSingleArg/Controller/ t/lib/TestAppMetaCompat/ t/lib/TestAppMetaCompat/Controller/ t/lib/TestAppNonMooseController/ t/lib/TestAppNonMooseController/Controller/ t/lib/TestAppOnDemand/ t/lib/TestAppOnDemand/Controller/ t/lib/TestAppOneView/ t/lib/TestAppOneView/Controller/ t/lib/TestAppOneView/View/ t/lib/TestAppPluginWithConstructor/ t/lib/TestAppPluginWithConstructor/Controller/ t/lib/TestAppShowInternalActions/ t/lib/TestAppShowInternalActions/Controller/ t/lib/TestAppStats/ t/lib/TestAppStats/Controller/ t/lib/TestAppWithMeta/ t/lib/TestAppWithMeta/Controller/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Oct 3 19:25:42 UTC 2010


Author: jawnsy-guest
Date: Sun Oct  3 19:25:23 2010
New Revision: 63244

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63244
Log:
[svn-upgrade] new version libcatalyst-engine-apache-perl (1.14)

Added:
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/AuthorRequires.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/AuthorTests.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/00compiles.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_action.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_auto.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_begin.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_chained.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_default.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_detach.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_end.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_forward.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_global.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_index.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_inheritance.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_local.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_multipath.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_path.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_private.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_regexp.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_streaming.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_args.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_body.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_body_demand.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_cookies.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_headers.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_parameters.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_uploads.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_uri.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_cookies.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_errors.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_headers.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_large.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_redirect.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_status.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_setup_basics.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_setup_plugins.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_fork.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_loop.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_plugin_loaded.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_priorities.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_recursion.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/notabs.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/pod.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/author/podcoverage.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ACLTestApp/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ACLTestApp.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ACLTestApp/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ACLTestApp/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/CDICompatTestPlugin.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Plugin/Test/Deprecated.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Plugin/Test/MangleDollarUnderScore.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Script/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Script/Bar.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Script/Baz.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Script/CompileTest.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ChainedActionsApp/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ChainedActionsApp.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ChainedActionsApp/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ChainedActionsApp/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/DeprecatedActionsInAppClassTestApp.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/DeprecatedTestApp/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/DeprecatedTestApp.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/DeprecatedTestApp/C/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/DeprecatedTestApp/C/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/NullPackage.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/PluginTestApp/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/PluginTestApp/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/PluginTestApp/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ScriptTestApp/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ScriptTestApp/Script/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ScriptTestApp/Script/Bar.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ScriptTestApp/Script/CompileTest.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/ScriptTestApp/Script/Foo.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Action/TestExtraArgsAction.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Chained/ArgsOrder.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Chained/CaptureArgs.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Chained/ParentChain/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Chained/ParentChain/Relative.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Chained/PathPrefix.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/ForwardTo.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Go.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Visit.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Anon.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Attributes.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/ContextClosure.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Engine/Response/Print.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Immutable/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Immutable.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Immutable/HardToReload.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Keyword.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Moose/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Moose.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Moose/MethodModifiers.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Moose/NoAttributes.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/DispatchType/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/DispatchType/CustomPostLoad.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/DispatchType/CustomPreLoad.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Model.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Model/ClosuresInConfig.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Model/Generating.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Plugin/AddDispatchTypes.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Plugin/ParameterizedRole.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/RequestBaseBug.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Role.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/View/Dump/Body.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/View/Dump/Env.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppBadlyImmutable.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppClassExceptionSimpleTest.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppDoubleAutoBug/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppDoubleAutoBug/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppDoubleAutoBug/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppEncoding/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppEncoding.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppEncoding/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppEncoding/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppIndexDefault/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppIndexDefault.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppIndexDefault/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppIndexDefault/Controller/Default.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppIndexDefault/Controller/IndexChained.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppIndexDefault/Controller/IndexPrivate.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppIndexDefault/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppMatchSingleArg/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppMatchSingleArg.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppMatchSingleArg/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppMatchSingleArg/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppMetaCompat/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppMetaCompat.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppMetaCompat/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppMetaCompat/Controller/Base.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppMetaCompat/Controller/Books.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppNonMooseController/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppNonMooseController.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppNonMooseController/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppNonMooseController/Controller/Foo.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppNonMooseController/ControllerBase.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppOnDemand/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppOnDemand.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppOnDemand/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppOnDemand/Controller/Body.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppOneView/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppOneView.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppOneView/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppOneView/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppOneView/View/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppOneView/View/Dummy.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppPathBug.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppPluginWithConstructor/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppPluginWithConstructor.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppPluginWithConstructor/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppPluginWithConstructor/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppShowInternalActions/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppShowInternalActions.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppShowInternalActions/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppShowInternalActions/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppStats/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppStats.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppStats/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppStats/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppToTestScripts.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppUnknownError.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppWithMeta/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppWithMeta.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppWithMeta/Controller/
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppWithMeta/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestPluginWithConstructor.pm
Removed:
    branches/upstream/libcatalyst-engine-apache-perl/current/t/02pod.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/03podcoverage.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/View/Dump/Parameters.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_action.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_auto.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_begin.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_chained.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_default.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_detach.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_end.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_forward.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_global.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_index.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_inheritance.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_local.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_multipath.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_path.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_private.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_regexp.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_action_streaming.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_component_controller_args.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_request_body.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_request_cookies.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_request_headers.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_request_parameters.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_request_uploads.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_request_uri.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_response_cookies.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_response_errors.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_response_headers.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_response_large.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_response_redirect.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_response_status.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_setup_basics.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_engine_setup_plugins.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_fork.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_loop.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_plugin_loaded.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_priorities.t
    branches/upstream/libcatalyst-engine-apache-perl/current/t/live_recursion.t
Modified:
    branches/upstream/libcatalyst-engine-apache-perl/current/Changes
    branches/upstream/libcatalyst-engine-apache-perl/current/MANIFEST
    branches/upstream/libcatalyst-engine-apache-perl/current/META.yml
    branches/upstream/libcatalyst-engine-apache-perl/current/Makefile.PL
    branches/upstream/libcatalyst-engine-apache-perl/current/README
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/AutoInstall.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/AutoInstall.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/Can.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/Fetch.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/Include.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/Win32.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/WriteAll.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/lib/Catalyst/Engine/Apache.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/lib/Catalyst/Engine/Apache2.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/lib/Catalyst/Engine/Apache2/MP19.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/lib/Catalyst/Engine/Apache2/MP20.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Action/TestAfter.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Action/TestBefore.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Plugin/Test/Errors.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Plugin/Test/Headers.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/Catalyst/Plugin/Test/Plugin.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/PluginTestApp.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Action/TestBefore.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Action/TestMyAction.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Action.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Chained.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Chained/Foo.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Chained/ParentChain.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Forward.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Inheritance.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Local.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Path.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Private.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Regexp.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/Streaming.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Action/TestRelative.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Args.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Dump.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Engine/Request/URI.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Engine/Request/Uploads.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Engine/Response/Cookies.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Engine/Response/Errors.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Engine/Response/Headers.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Engine/Response/Large.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Engine/Response/Redirect.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Engine/Response/Status.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Fork.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Index.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Priorities.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Priorities/MultiMethod.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Priorities/loc_vs_index.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Priorities/locre_vs_index.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Priorities/path_vs_index.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Priorities/re_vs_index.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Controller/Root.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/Model/Foo.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestApp/View/Dump.pm
    branches/upstream/libcatalyst-engine-apache-perl/current/t/lib/TestAppDoubleAutoBug.pm

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

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

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

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

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

Modified: branches/upstream/libcatalyst-engine-apache-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/README?rev=63244&op=diff

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

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

Added: branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/AuthorRequires.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/AuthorRequires.pm?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/AuthorTests.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/inc/Module/Install/AuthorTests.pm?rev=63244&op=file

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/00compiles.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/00compiles.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_action.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_action.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_auto.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_auto.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_begin.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_begin.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_chained.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_chained.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_default.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_default.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_detach.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_detach.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_end.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_end.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_forward.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_forward.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_global.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_global.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_index.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_index.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_inheritance.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_inheritance.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_local.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_local.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_multipath.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_multipath.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_path.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_path.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_private.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_private.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_regexp.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_regexp.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_streaming.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_action_streaming.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_args.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_component_controller_args.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_body.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_body.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_body_demand.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_body_demand.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_cookies.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_cookies.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_headers.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_headers.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_parameters.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_parameters.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_uploads.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_uploads.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_uri.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_request_uri.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_cookies.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_cookies.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_errors.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_errors.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_headers.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_headers.t?rev=63244&op=file

Added: branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_large.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/t/author/live_engine_response_large.t?rev=63244&op=file


[... 411 lines stripped ...]



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