The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AuthorRequires.pm
inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/CheckConflicts.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Scripts.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Catalyst.pm
lib/Catalyst/Action.pm
lib/Catalyst/ActionChain.pm
lib/Catalyst/ActionContainer.pm
lib/Catalyst/Base.pm
lib/Catalyst/ClassData.pm
lib/Catalyst/Component.pm
lib/Catalyst/Component/ApplicationAttribute.pm
lib/Catalyst/Component/ContextClosure.pm
lib/Catalyst/Controller.pm
lib/Catalyst/Delta.pod
lib/Catalyst/Dispatcher.pm
lib/Catalyst/DispatchType.pm
lib/Catalyst/DispatchType/Chained.pm
lib/Catalyst/DispatchType/Default.pm
lib/Catalyst/DispatchType/Index.pm
lib/Catalyst/DispatchType/Path.pm
lib/Catalyst/DispatchType/Regex.pm
lib/Catalyst/Engine.pm
lib/Catalyst/Engine/CGI.pm
lib/Catalyst/Engine/FastCGI.pm
lib/Catalyst/Engine/HTTP.pm
lib/Catalyst/Exception.pm
lib/Catalyst/Exception/Detach.pm
lib/Catalyst/Exception/Go.pm
lib/Catalyst/Log.pm
lib/Catalyst/Model.pm
lib/Catalyst/Request.pm
lib/Catalyst/Request/Upload.pm
lib/Catalyst/Response.pm
lib/Catalyst/Runtime.pm
lib/Catalyst/Stats.pm
lib/Catalyst/Test.pm
lib/Catalyst/Upgrading.pod
lib/Catalyst/Utils.pm
lib/Catalyst/View.pm
Makefile.PL
MANIFEST			This list of files
META.yml
README
script/catalyst.pl
t/01use.t
t/02pod.t
t/03podcoverage.t
t/04critic.t
t/aggregate.t
t/aggregate/live_component_controller_action_action.t
t/aggregate/live_component_controller_action_auto.t
t/aggregate/live_component_controller_action_begin.t
t/aggregate/live_component_controller_action_chained.t
t/aggregate/live_component_controller_action_default.t
t/aggregate/live_component_controller_action_detach.t
t/aggregate/live_component_controller_action_end.t
t/aggregate/live_component_controller_action_forward.t
t/aggregate/live_component_controller_action_global.t
t/aggregate/live_component_controller_action_go.t
t/aggregate/live_component_controller_action_index.t
t/aggregate/live_component_controller_action_index_or_default.t
t/aggregate/live_component_controller_action_inheritance.t
t/aggregate/live_component_controller_action_local.t
t/aggregate/live_component_controller_action_multipath.t
t/aggregate/live_component_controller_action_path.t
t/aggregate/live_component_controller_action_path_matchsingle.t
t/aggregate/live_component_controller_action_private.t
t/aggregate/live_component_controller_action_regexp.t
t/aggregate/live_component_controller_action_streaming.t
t/aggregate/live_component_controller_action_visit.t
t/aggregate/live_component_controller_anon.t
t/aggregate/live_component_controller_args.t
t/aggregate/live_component_controller_attributes.t
t/aggregate/live_component_controller_moose.t
t/aggregate/live_component_view_single.t
t/aggregate/live_engine_request_auth.t
t/aggregate/live_engine_request_body.t
t/aggregate/live_engine_request_body_demand.t
t/aggregate/live_engine_request_cookies.t
t/aggregate/live_engine_request_env.t
t/aggregate/live_engine_request_escaped_path.t
t/aggregate/live_engine_request_headers.t
t/aggregate/live_engine_request_parameters.t
t/aggregate/live_engine_request_remote_user.t
t/aggregate/live_engine_request_uploads.t
t/aggregate/live_engine_request_uri.t
t/aggregate/live_engine_response_cookies.t
t/aggregate/live_engine_response_errors.t
t/aggregate/live_engine_response_headers.t
t/aggregate/live_engine_response_large.t
t/aggregate/live_engine_response_print.t
t/aggregate/live_engine_response_redirect.t
t/aggregate/live_engine_response_status.t
t/aggregate/live_engine_setup_basics.t
t/aggregate/live_engine_setup_plugins.t
t/aggregate/live_loop.t
t/aggregate/live_plugin_loaded.t
t/aggregate/live_priorities.t
t/aggregate/live_recursion.t
t/aggregate/unit_core_action_for.t
t/aggregate/unit_core_appclass_roles_in_plugin_list.t
t/aggregate/unit_core_component_layers.t
t/aggregate/unit_core_uri_for_action.t
t/aggregate/unit_core_uri_for_multibytechar.t
t/c3_appclass_bug.t
t/c3_mro.t
t/caf_backcompat.t
t/catalyst_130pix.gif
t/cdi_backcompat_plugin_accessor_override.t
t/conf/extra.conf.in
t/custom_exception_class_simple.t
t/custom_live_component_controller_action_auto_doublebug.t
t/custom_live_path_bug.t
t/dead_load_bad_args.t
t/dead_load_multiple_chained_attributes.t
t/dead_no_unknown_error.t
t/dead_recursive_chained_attributes.t
t/deprecated.t
t/lib/Catalyst/Action/TestAfter.pm
t/lib/Catalyst/Action/TestBefore.pm
t/lib/Catalyst/Plugin/Test/Deprecated.pm
t/lib/Catalyst/Plugin/Test/Errors.pm
t/lib/Catalyst/Plugin/Test/Headers.pm
t/lib/Catalyst/Plugin/Test/MangleDollarUnderScore.pm
t/lib/Catalyst/Plugin/Test/Plugin.pm
t/lib/CDICompatTestPlugin.pm
t/lib/DeprecatedTestApp.pm
t/lib/DeprecatedTestApp/C/Root.pm
t/lib/NullPackage.pm
t/lib/PluginTestApp.pm
t/lib/TestApp.pm
t/lib/TestApp/Action/TestBefore.pm
t/lib/TestApp/Action/TestMyAction.pm
t/lib/TestApp/Controller/Action.pm
t/lib/TestApp/Controller/Action/Action.pm
t/lib/TestApp/Controller/Action/Auto.pm
t/lib/TestApp/Controller/Action/Auto/Abort.pm
t/lib/TestApp/Controller/Action/Auto/Deep.pm
t/lib/TestApp/Controller/Action/Auto/Default.pm
t/lib/TestApp/Controller/Action/Begin.pm
t/lib/TestApp/Controller/Action/Chained.pm
t/lib/TestApp/Controller/Action/Chained/ArgsOrder.pm
t/lib/TestApp/Controller/Action/Chained/Auto.pm
t/lib/TestApp/Controller/Action/Chained/Auto/Bar.pm
t/lib/TestApp/Controller/Action/Chained/Auto/Detach.pm
t/lib/TestApp/Controller/Action/Chained/Auto/Foo.pm
t/lib/TestApp/Controller/Action/Chained/Auto/Forward.pm
t/lib/TestApp/Controller/Action/Chained/Bar.pm
t/lib/TestApp/Controller/Action/Chained/Foo.pm
t/lib/TestApp/Controller/Action/Chained/ParentChain.pm
t/lib/TestApp/Controller/Action/Chained/ParentChain/Relative.pm
t/lib/TestApp/Controller/Action/Chained/PassedArgs.pm
t/lib/TestApp/Controller/Action/Chained/PathPrefix.pm
t/lib/TestApp/Controller/Action/Chained/Root.pm
t/lib/TestApp/Controller/Action/Default.pm
t/lib/TestApp/Controller/Action/Detach.pm
t/lib/TestApp/Controller/Action/End.pm
t/lib/TestApp/Controller/Action/Forward.pm
t/lib/TestApp/Controller/Action/ForwardTo.pm
t/lib/TestApp/Controller/Action/Global.pm
t/lib/TestApp/Controller/Action/Go.pm
t/lib/TestApp/Controller/Action/Index.pm
t/lib/TestApp/Controller/Action/Inheritance.pm
t/lib/TestApp/Controller/Action/Local.pm
t/lib/TestApp/Controller/Action/Path.pm
t/lib/TestApp/Controller/Action/Private.pm
t/lib/TestApp/Controller/Action/Regexp.pm
t/lib/TestApp/Controller/Action/Streaming.pm
t/lib/TestApp/Controller/Action/TestMultipath.pm
t/lib/TestApp/Controller/Action/TestRelative.pm
t/lib/TestApp/Controller/Action/Visit.pm
t/lib/TestApp/Controller/Anon.pm
t/lib/TestApp/Controller/Args.pm
t/lib/TestApp/Controller/Attributes.pm
t/lib/TestApp/Controller/ContextClosure.pm
t/lib/TestApp/Controller/Dump.pm
t/lib/TestApp/Controller/Engine/Request/Uploads.pm
t/lib/TestApp/Controller/Engine/Request/URI.pm
t/lib/TestApp/Controller/Engine/Response/Cookies.pm
t/lib/TestApp/Controller/Engine/Response/Errors.pm
t/lib/TestApp/Controller/Engine/Response/Headers.pm
t/lib/TestApp/Controller/Engine/Response/Large.pm
t/lib/TestApp/Controller/Engine/Response/Print.pm
t/lib/TestApp/Controller/Engine/Response/Redirect.pm
t/lib/TestApp/Controller/Engine/Response/Status.pm
t/lib/TestApp/Controller/Fork.pm
t/lib/TestApp/Controller/Immutable.pm
t/lib/TestApp/Controller/Immutable/HardToReload.pm
t/lib/TestApp/Controller/Index.pm
t/lib/TestApp/Controller/Keyword.pm
t/lib/TestApp/Controller/Moose.pm
t/lib/TestApp/Controller/Moose/MethodModifiers.pm
t/lib/TestApp/Controller/Priorities.pm
t/lib/TestApp/Controller/Priorities/loc_vs_index.pm
t/lib/TestApp/Controller/Priorities/locre_vs_index.pm
t/lib/TestApp/Controller/Priorities/MultiMethod.pm
t/lib/TestApp/Controller/Priorities/path_vs_index.pm
t/lib/TestApp/Controller/Priorities/re_vs_index.pm
t/lib/TestApp/Controller/Root.pm
t/lib/TestApp/DispatchType/CustomPostLoad.pm
t/lib/TestApp/DispatchType/CustomPreLoad.pm
t/lib/TestApp/Model.pm
t/lib/TestApp/Model/ClosuresInConfig.pm
t/lib/TestApp/Model/Foo.pm
t/lib/TestApp/Model/Foo/Bar.pm
t/lib/TestApp/Plugin/AddDispatchTypes.pm
t/lib/TestApp/Plugin/FullyQualified.pm
t/lib/TestApp/RequestBaseBug.pm
t/lib/TestApp/Role.pm
t/lib/TestApp/View/Dump.pm
t/lib/TestApp/View/Dump/Body.pm
t/lib/TestApp/View/Dump/Env.pm
t/lib/TestApp/View/Dump/Request.pm
t/lib/TestApp/View/Dump/Response.pm
t/lib/TestAppBadlyImmutable.pm
t/lib/TestAppChainedAbsolutePathPart.pm
t/lib/TestAppChainedAbsolutePathPart/Controller/Foo.pm
t/lib/TestAppChainedRecursive.pm
t/lib/TestAppChainedRecursive/Controller/Foo.pm
t/lib/TestAppClassExceptionSimpleTest.pm
t/lib/TestAppDoubleAutoBug.pm
t/lib/TestAppIndexDefault.pm
t/lib/TestAppIndexDefault/Controller/Default.pm
t/lib/TestAppIndexDefault/Controller/IndexChained.pm
t/lib/TestAppIndexDefault/Controller/IndexPrivate.pm
t/lib/TestAppIndexDefault/Controller/Root.pm
t/lib/TestAppMatchSingleArg.pm
t/lib/TestAppMatchSingleArg/Controller/Root.pm
t/lib/TestAppMetaCompat.pm
t/lib/TestAppMetaCompat/Controller/Base.pm
t/lib/TestAppMetaCompat/Controller/Books.pm
t/lib/TestAppNonMooseController.pm
t/lib/TestAppNonMooseController/Controller/Foo.pm
t/lib/TestAppNonMooseController/ControllerBase.pm
t/lib/TestAppOnDemand.pm
t/lib/TestAppOnDemand/Controller/Body.pm
t/lib/TestAppOneView.pm
t/lib/TestAppOneView/Controller/Root.pm
t/lib/TestAppOneView/View/Dummy.pm
t/lib/TestAppPathBug.pm
t/lib/TestAppPluginWithConstructor.pm
t/lib/TestAppStats.pm
t/lib/TestAppUnknownError.pm
t/lib/TestAppWithMeta.pm
t/lib/TestAppWithMeta/Controller/Root.pm
t/lib/TestPluginWithConstructor.pm
t/live_catalyst_test.t
t/live_component_controller_context_closure.t
t/live_fork.t
t/live_stats.t
t/meta_method_unneeded.t
t/optional_apache-cgi-rewrite.pl
t/optional_apache-cgi.pl
t/optional_apache-fastcgi-non-root.pl
t/optional_apache-fastcgi.pl
t/optional_http-server-restart.t
t/optional_http-server.t
t/optional_lighttpd-fastcgi-non-root.t
t/optional_lighttpd-fastcgi.t
t/optional_memleak.t
t/optional_stress.t
t/optional_stress.yml
t/optional_threads.t
t/plugin_new_method_backcompat.t
t/something/Makefile.PL
t/something/script/foo/bar/for_dist
t/unit_controller_config.t
t/unit_controller_namespace.t
t/unit_core_action.t
t/unit_core_classdata.t
t/unit_core_component.t
t/unit_core_component_loading.t
t/unit_core_component_mro.t
t/unit_core_engine_fixenv-iis6.t
t/unit_core_engine_fixenv-lighttpd.t
t/unit_core_log.t
t/unit_core_merge_config_hashes.t
t/unit_core_mvc.t
t/unit_core_path_to.t
t/unit_core_plugin.t
t/unit_core_setup.t
t/unit_core_setup_log.t
t/unit_core_setup_stats.t
t/unit_core_uri_for.t
t/unit_core_uri_with.t
t/unit_dispatcher_requestargs_restore.t
t/unit_load_catalyst_test.t
t/unit_metaclass_compat_extend_non_moose_controller.t
t/unit_metaclass_compat_non_moose.t
t/unit_metaclass_compat_non_moose_controller.t
t/unit_response.t
t/unit_stats.t
t/unit_utils_env_value.t
t/unit_utils_load_class.t
t/unit_utils_prefix.t
t/unit_utils_request.t
t/unit_utils_subdir.t
TODO