r43285 - in /branches/upstream/libcatalyst-perl/current: ./ inc/Module/Install/ lib/ lib/Catalyst/ lib/Catalyst/DispatchType/ lib/Catalyst/Engine/ lib/Catalyst/Engine/HTTP/ t/ t/aggregate/ t/lib/ t/lib/TestApp/Action/ t/lib/TestApp/Controller/ t/lib/TestApp/Controller/Action/ t/lib/TestAppNonMooseController/ t/lib/TestAppNonMooseController/Controller/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Aug 30 03:51:04 UTC 2009


Author: jawnsy-guest
Date: Sun Aug 30 03:50:55 2009
New Revision: 43285

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

Added:
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/AuthorRequires.pm
    branches/upstream/libcatalyst-perl/current/inc/Module/Install/CheckConflicts.pm
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_anon.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_attributes.t
    branches/upstream/libcatalyst-perl/current/t/custom_exception_class_simple.t
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Anon.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppClassExceptionSimpleTest.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppNonMooseController/
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppNonMooseController.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppNonMooseController/Controller/
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppNonMooseController/Controller/Foo.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestAppNonMooseController/ControllerBase.pm
    branches/upstream/libcatalyst-perl/current/t/unit_core_action.t
Removed:
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Engine/HTTP/
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_atttributes.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/lib/Catalyst.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Action.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Component.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Controller.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Chained.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/DispatchType/Path.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/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/Request.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Response.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Runtime.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Stats.pm
    branches/upstream/libcatalyst-perl/current/lib/Catalyst/Test.pm
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_component_controller_action_streaming.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/live_engine_request_headers.t
    branches/upstream/libcatalyst-perl/current/t/aggregate/unit_core_uri_for_action.t
    branches/upstream/libcatalyst-perl/current/t/caf_backcompat.t
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Action/TestMyAction.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestApp/Controller/Action/Streaming.pm
    branches/upstream/libcatalyst-perl/current/t/lib/TestPluginWithConstructor.pm
    branches/upstream/libcatalyst-perl/current/t/unit_core_component_loading.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_setup.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_setup_log.t
    branches/upstream/libcatalyst-perl/current/t/unit_core_setup_stats.t
    branches/upstream/libcatalyst-perl/current/t/unit_metaclass_compat_non_moose_controller.t
    branches/upstream/libcatalyst-perl/current/t/unit_stats.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=43285&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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