r29855 - in /branches/upstream/libcatalyst-perl/current: ./ inc/Module/ inc/Module/Install/ lib/ lib/Catalyst/ lib/Catalyst/DispatchType/ lib/Catalyst/Engine/ lib/Catalyst/Engine/HTTP/ lib/Catalyst/Engine/HTTP/Restarter/ lib/Catalyst/Request/ script/ t/ t/lib/ 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/View/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Jan 20 10:28:22 UTC 2009


Author: eloy
Date: Tue Jan 20 10:28:18 2009
New Revision: 29855

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

Added:
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Chained/ParentChain/
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Chained/ParentChain/Relative.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Chained/PathPrefix.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Go.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Visit.pm
    branches/upstream/libcatalyst-perl/current/t/live_component_controller_action_go.t
    branches/upstream/libcatalyst-perl/current/t/live_component_controller_action_visit.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_engine_fixenv-iis6.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_engine_fixenv-lighttpd.t
Removed:
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Build.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/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/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/AttrContainer.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Base.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Component.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/Manual.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/script/catalyst.pl
    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/Chained/ParentChain.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Forward.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Streaming.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/TestRelative.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Args.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Engine/Request/URI.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Engine/Response/Cookies.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Root.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/View/Dump.pm
    branches/upstream/libcatalyst-perl/current/t/live_component_controller_action_chained.t
    branches/upstream/libcatalyst-perl/current/t/live_component_controller_action_forward.t
    branches/upstream/libcatalyst-perl/current/t/live_component_controller_action_regexp.t
    branches/upstream/libcatalyst-perl/current/t/live_component_controller_action_streaming.t
    branches/upstream/libcatalyst-perl/current/t/live_engine_request_parameters.t
    branches/upstream/libcatalyst-perl/current/t/live_engine_request_uploads.t
    branches/upstream/libcatalyst-perl/current/t/live_engine_request_uri.t
    branches/upstream/libcatalyst-perl/current/t/live_engine_response_cookies.t
    branches/upstream/libcatalyst-perl/current/t/live_priorities.t
    branches/upstream/libcatalyst-perl/current/t/optional_http-server-restart.t
    branches/upstream/libcatalyst-perl/current/t/optional_http-server.t
    branches/upstream/libcatalyst-perl/current/t/optional_memleak.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_component.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_mvc.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=29855&op=diff

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

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

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=29855&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=29855&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=29855&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=29855&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=29855&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=29855&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=29855&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=29855&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=29855&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=29855&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=29855&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=29855&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=29855&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=29855&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=29855&op=diff

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=29855&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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=29855&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=29855&op=diff




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