r39110 - in /branches/upstream/libcatalyst-perl/current: ./ inc/Module/ inc/Module/Install/ lib/ lib/Catalyst/ lib/Catalyst/Component/ lib/Catalyst/DispatchType/ lib/Catalyst/Engine/ lib/Catalyst/Engine/HTTP/ lib/Catalyst/Engine/HTTP/Restarter/ lib/Catalyst/Exception/ lib/Catalyst/Request/ t/ t/aggregate/ t/lib/ t/lib/TestApp/ t/lib/TestApp/Controller/ t/lib/TestApp/Controller/Action/ t/lib/TestApp/Model/ t/lib/TestAppIndexDefault/ t/lib/TestAppIndexDefault/Controller/ t/lib/TestAppOneView/ t/lib/TestAppOneView/Controller/ t/lib/TestAppOneView/View/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Jul 2 10:10:56 UTC 2009


Author: eloy
Date: Thu Jul  2 10:10:45 2009
New Revision: 39110

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

Added:
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Component/ContextClosure.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Exception/
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Exception/Detach.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Exception/Go.pm
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_index_or_default.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_view_single.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_request_escaped_path.t
    branches/upstream/libcatalyst-perl/current/t/c3_appclass_bug.t
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/ContextClosure.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Model.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Model/ClosuresInConfig.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppIndexDefault/
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppIndexDefault.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppIndexDefault/Controller/
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppIndexDefault/Controller/Default.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppIndexDefault/Controller/IndexChained.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppIndexDefault/Controller/IndexPrivate.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppIndexDefault/Controller/Root.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppOneView/
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppOneView.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppOneView/Controller/
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppOneView/Controller/Root.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppOneView/View/
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppOneView/View/Dummy.pm
    branches/upstream/libcatalyst-perl/current/t/live_component_controller_context_closure.t
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/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/ActionChain.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/ActionContainer.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Base.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/ClassData.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Component.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Component/ApplicationAttribute.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Controller.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Chained.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Default.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Index.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Path.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Regex.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Dispatcher.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/Engine/HTTP.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine/HTTP/Restarter.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Exception.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Log.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Model.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Request.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Request/Upload.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/Stats.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Test.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Utils.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/View.pm
    branches/upstream/libcatalyst-perl/current/t/aggregate.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_action.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_path.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/unit_core_uri_for_action.t
    branches/upstream/libcatalyst-perl/current/t/deprecated.t
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Action.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Inheritance.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Path.pm
    branches/upstream/libcatalyst-perl/current/t/unit_core_component_loading.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_mvc.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_plugin.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_setup.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_setup_stats.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_uri_for.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_uri_with.t
    branches/upstream/libcatalyst-perl/current/t/unit_load_catalyst_test.t
    branches/upstream/libcatalyst-perl/current/t/unit_response.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=39110&op=diff

Modified: branches/upstream/libcatalyst-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/MANIFEST?rev=39110&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=39110&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=39110&op=diff

Modified: branches/upstream/libcatalyst-perl/current/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/TODO?rev=39110&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=39110&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=39110&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=39110&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=39110&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=39110&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=39110&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=39110&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=39110&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=39110&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=39110&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=39110&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=39110&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=39110&op=diff

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

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

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

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/ClassData.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/ClassData.pm?rev=39110&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=39110&op=diff

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

Added: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Component/ContextClosure.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Component/ContextClosure.pm?rev=39110&op=file

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

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType.pm?rev=39110&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=39110&op=diff

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

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Index.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Index.pm?rev=39110&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=39110&op=diff

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

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Dispatcher.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Dispatcher.pm?rev=39110&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=39110&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=39110&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=39110&op=diff

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

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

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

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

Added: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Exception/Detach.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Exception/Detach.pm?rev=39110&op=file

Added: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Exception/Go.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Exception/Go.pm?rev=39110&op=file

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

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Model.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Model.pm?rev=39110&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=39110&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Request/Upload.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Request/Upload.pm?rev=39110&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=39110&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=39110&op=diff

Modified: branches/upstream/libcatalyst-perl/current/lib/Catalyst/Stats.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/lib/Catalyst/Stats.pm?rev=39110&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=39110&op=diff

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

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

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

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

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

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

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

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

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

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

Modified: branches/upstream/libcatalyst-perl/current/t/deprecated.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/deprecated.t?rev=39110&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=39110&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: branches/upstream/libcatalyst-perl/current/t/unit_core_mvc.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-perl/current/t/unit_core_mvc.t?rev=39110&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=39110&op=diff

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

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

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

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

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

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




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