Refreshing branch
authorPeter Flanigan <pjf@roxsoft.co.uk>
Wed, 25 Nov 2009 17:47:22 +0000 (17:47 +0000)
committerPeter Flanigan <pjf@roxsoft.co.uk>
Wed, 25 Nov 2009 17:47:22 +0000 (17:47 +0000)
commitceae39c522c2145a453188867dd581062795ecee
treea0cf103265c03b02789413467a03144f5ecbe902
parentf436bc1bece2bcc2a04138068e5c22e70d9d6d35
Refreshing branch
310 files changed:
trunk/.gitignore [new file with mode: 0644]
trunk/Changes [new file with mode: 0644]
trunk/MANIFEST.SKIP [new file with mode: 0644]
trunk/Makefile.PL [new file with mode: 0644]
trunk/README [new file with mode: 0644]
trunk/TODO [new file with mode: 0644]
trunk/lib/Catalyst.pm [new file with mode: 0644]
trunk/lib/Catalyst/Action.pm [new file with mode: 0644]
trunk/lib/Catalyst/ActionChain.pm [new file with mode: 0644]
trunk/lib/Catalyst/ActionContainer.pm [new file with mode: 0644]
trunk/lib/Catalyst/Base.pm [new file with mode: 0644]
trunk/lib/Catalyst/ClassData.pm [new file with mode: 0644]
trunk/lib/Catalyst/Component.pm [new file with mode: 0644]
trunk/lib/Catalyst/Component/ApplicationAttribute.pm [new file with mode: 0644]
trunk/lib/Catalyst/Component/ContextClosure.pm [new file with mode: 0644]
trunk/lib/Catalyst/Controller.pm [new file with mode: 0644]
trunk/lib/Catalyst/Delta.pod [new file with mode: 0755]
trunk/lib/Catalyst/DispatchType.pm [new file with mode: 0644]
trunk/lib/Catalyst/DispatchType/Chained.pm [new file with mode: 0644]
trunk/lib/Catalyst/DispatchType/Default.pm [new file with mode: 0644]
trunk/lib/Catalyst/DispatchType/Index.pm [new file with mode: 0644]
trunk/lib/Catalyst/DispatchType/Path.pm [new file with mode: 0644]
trunk/lib/Catalyst/DispatchType/Regex.pm [new file with mode: 0644]
trunk/lib/Catalyst/Dispatcher.pm [new file with mode: 0644]
trunk/lib/Catalyst/Engine.pm [new file with mode: 0644]
trunk/lib/Catalyst/Engine/CGI.pm [new file with mode: 0644]
trunk/lib/Catalyst/Engine/FastCGI.pm [new file with mode: 0644]
trunk/lib/Catalyst/Engine/HTTP.pm [new file with mode: 0644]
trunk/lib/Catalyst/Exception.pm [new file with mode: 0644]
trunk/lib/Catalyst/Exception/Basic.pm [new file with mode: 0644]
trunk/lib/Catalyst/Exception/Detach.pm [new file with mode: 0644]
trunk/lib/Catalyst/Exception/Go.pm [new file with mode: 0644]
trunk/lib/Catalyst/Exception/Interface.pm [new file with mode: 0644]
trunk/lib/Catalyst/Log.pm [new file with mode: 0644]
trunk/lib/Catalyst/Model.pm [new file with mode: 0644]
trunk/lib/Catalyst/ROADMAP.pod [new file with mode: 0644]
trunk/lib/Catalyst/Request.pm [new file with mode: 0644]
trunk/lib/Catalyst/Request/Upload.pm [new file with mode: 0644]
trunk/lib/Catalyst/Response.pm [new file with mode: 0644]
trunk/lib/Catalyst/Runtime.pm [new file with mode: 0644]
trunk/lib/Catalyst/Stats.pm [new file with mode: 0644]
trunk/lib/Catalyst/Test.pm [new file with mode: 0644]
trunk/lib/Catalyst/Upgrading.pod [new file with mode: 0644]
trunk/lib/Catalyst/Utils.pm [new file with mode: 0644]
trunk/lib/Catalyst/View.pm [new file with mode: 0644]
trunk/script/catalyst.pl [new file with mode: 0755]
trunk/t/01use.t [new file with mode: 0644]
trunk/t/aggregate.t [new file with mode: 0644]
trunk/t/aggregate/c3_appclass_bug.t [new file with mode: 0644]
trunk/t/aggregate/c3_mro.t [new file with mode: 0644]
trunk/t/aggregate/caf_backcompat.t [new file with mode: 0644]
trunk/t/aggregate/custom_live_component_controller_action_auto_doublebug.t [new file with mode: 0644]
trunk/t/aggregate/custom_live_path_bug.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_action.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_auto.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_begin.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_chained.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_default.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_detach.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_end.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_forward.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_global.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_go.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_index.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_index_or_default.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_inheritance.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_local.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_multipath.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_path.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_path_matchsingle.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_private.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_regexp.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_streaming.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_action_visit.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_anon.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_args.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_attributes.t [new file with mode: 0644]
trunk/t/aggregate/live_component_controller_moose.t [new file with mode: 0644]
trunk/t/aggregate/live_component_view_single.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_auth.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_body.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_body_demand.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_cookies.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_env.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_escaped_path.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_headers.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_parameters.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_remote_user.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_uploads.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_request_uri.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_response_cookies.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_response_errors.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_response_headers.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_response_large.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_response_print.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_response_redirect.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_response_status.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_setup_basics.t [new file with mode: 0644]
trunk/t/aggregate/live_engine_setup_plugins.t [new file with mode: 0644]
trunk/t/aggregate/live_loop.t [new file with mode: 0644]
trunk/t/aggregate/live_plugin_loaded.t [new file with mode: 0644]
trunk/t/aggregate/live_priorities.t [new file with mode: 0644]
trunk/t/aggregate/live_recursion.t [new file with mode: 0644]
trunk/t/aggregate/meta_method_unneeded.t [new file with mode: 0644]
trunk/t/aggregate/unit_controller_actions.t [new file with mode: 0644]
trunk/t/aggregate/unit_controller_config.t [new file with mode: 0755]
trunk/t/aggregate/unit_controller_namespace.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_action.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_action_for.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_appclass_roles_in_plugin_list.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_classdata.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_component.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_component_layers.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_component_loading.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_component_mro.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_engine_fixenv-iis6.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_engine_fixenv-lighttpd.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_log.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_merge_config_hashes.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_mvc.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_path_to.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_plugin.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_setup.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_setup_log.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_setup_stats.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_uri_for.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_uri_for_action.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_uri_for_multibytechar.t [new file with mode: 0644]
trunk/t/aggregate/unit_core_uri_with.t [new file with mode: 0644]
trunk/t/aggregate/unit_dispatcher_requestargs_restore.t [new file with mode: 0644]
trunk/t/aggregate/unit_load_catalyst_test.t [new file with mode: 0644]
trunk/t/aggregate/unit_metaclass_compat_extend_non_moose_controller.t [new file with mode: 0644]
trunk/t/aggregate/unit_metaclass_compat_non_moose.t [new file with mode: 0644]
trunk/t/aggregate/unit_metaclass_compat_non_moose_controller.t [new file with mode: 0644]
trunk/t/aggregate/unit_response.t [new file with mode: 0644]
trunk/t/aggregate/unit_utils_env_value.t [new file with mode: 0644]
trunk/t/aggregate/unit_utils_prefix.t [new file with mode: 0644]
trunk/t/aggregate/unit_utils_request.t [new file with mode: 0644]
trunk/t/aggregate/utf8_content_length.t [new file with mode: 0644]
trunk/t/author/http-server.t [new file with mode: 0644]
trunk/t/author/notabs.t [new file with mode: 0644]
trunk/t/author/pod.t [new file with mode: 0644]
trunk/t/author/podcoverage.t [new file with mode: 0644]
trunk/t/catalyst_130pix.gif [new file with mode: 0644]
trunk/t/conf/extra.conf.in [new file with mode: 0644]
trunk/t/custom_exception_class_simple.t [new file with mode: 0644]
trunk/t/dead_load_bad_args.t [new file with mode: 0644]
trunk/t/dead_load_multiple_chained_attributes.t [new file with mode: 0644]
trunk/t/dead_no_unknown_error.t [new file with mode: 0755]
trunk/t/dead_recursive_chained_attributes.t [new file with mode: 0644]
trunk/t/deprecated.t [new file with mode: 0644]
trunk/t/deprecated_appclass_action_warnings.t [new file with mode: 0644]
trunk/t/lib/ACLTestApp.pm [new file with mode: 0644]
trunk/t/lib/ACLTestApp/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/CDICompatTestPlugin.pm [new file with mode: 0644]
trunk/t/lib/Catalyst/Action/TestAfter.pm [new file with mode: 0644]
trunk/t/lib/Catalyst/Action/TestBefore.pm [new file with mode: 0644]
trunk/t/lib/Catalyst/Plugin/Test/Deprecated.pm [new file with mode: 0644]
trunk/t/lib/Catalyst/Plugin/Test/Errors.pm [new file with mode: 0644]
trunk/t/lib/Catalyst/Plugin/Test/Headers.pm [new file with mode: 0644]
trunk/t/lib/Catalyst/Plugin/Test/MangleDollarUnderScore.pm [new file with mode: 0644]
trunk/t/lib/Catalyst/Plugin/Test/Plugin.pm [new file with mode: 0644]
trunk/t/lib/DeprecatedActionsInAppClassTestApp.pm [new file with mode: 0644]
trunk/t/lib/DeprecatedTestApp.pm [new file with mode: 0644]
trunk/t/lib/DeprecatedTestApp/C/Root.pm [new file with mode: 0644]
trunk/t/lib/NullPackage.pm [new file with mode: 0644]
trunk/t/lib/PluginTestApp.pm [new file with mode: 0644]
trunk/t/lib/PluginTestApp/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/TestApp.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Action/TestBefore.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Action/TestMyAction.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Action.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Auto.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Auto/Abort.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Auto/Deep.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Auto/Default.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Begin.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/ArgsOrder.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/Auto.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/Auto/Bar.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/Auto/Detach.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/Auto/Foo.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/Auto/Forward.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/Bar.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/Foo.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/ParentChain.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/ParentChain/Relative.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/PassedArgs.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/PathPrefix.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Chained/Root.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Default.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Detach.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/End.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Forward.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/ForwardTo.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Global.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Go.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Index.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Inheritance.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Local.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Path.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Private.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Regexp.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Streaming.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/TestMultipath.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/TestRelative.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Action/Visit.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Anon.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Args.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Attributes.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/ContextClosure.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Dump.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Engine/Request/URI.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Engine/Request/Uploads.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Engine/Response/Cookies.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Engine/Response/Errors.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Engine/Response/Headers.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Engine/Response/Large.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Engine/Response/Print.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Engine/Response/Redirect.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Engine/Response/Status.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Fork.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Immutable.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Immutable/HardToReload.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Index.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Keyword.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Moose.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Moose/MethodModifiers.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Priorities.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Priorities/MultiMethod.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Priorities/loc_vs_index.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Priorities/locre_vs_index.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Priorities/path_vs_index.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Priorities/re_vs_index.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/TestApp/DispatchType/CustomPostLoad.pm [new file with mode: 0644]
trunk/t/lib/TestApp/DispatchType/CustomPreLoad.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Model.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Model/ClosuresInConfig.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Model/Foo.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Model/Foo/Bar.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Plugin/AddDispatchTypes.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Plugin/FullyQualified.pm [new file with mode: 0644]
trunk/t/lib/TestApp/RequestBaseBug.pm [new file with mode: 0644]
trunk/t/lib/TestApp/Role.pm [new file with mode: 0644]
trunk/t/lib/TestApp/View/Dump.pm [new file with mode: 0644]
trunk/t/lib/TestApp/View/Dump/Body.pm [new file with mode: 0644]
trunk/t/lib/TestApp/View/Dump/Env.pm [new file with mode: 0644]
trunk/t/lib/TestApp/View/Dump/Request.pm [new file with mode: 0644]
trunk/t/lib/TestApp/View/Dump/Response.pm [new file with mode: 0644]
trunk/t/lib/TestAppBadlyImmutable.pm [new file with mode: 0644]
trunk/t/lib/TestAppChainedAbsolutePathPart.pm [new file with mode: 0644]
trunk/t/lib/TestAppChainedAbsolutePathPart/Controller/Foo.pm [new file with mode: 0644]
trunk/t/lib/TestAppChainedRecursive.pm [new file with mode: 0644]
trunk/t/lib/TestAppChainedRecursive/Controller/Foo.pm [new file with mode: 0644]
trunk/t/lib/TestAppClassExceptionSimpleTest.pm [new file with mode: 0644]
trunk/t/lib/TestAppDoubleAutoBug.pm [new file with mode: 0644]
trunk/t/lib/TestAppDoubleAutoBug/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/TestAppEncoding.pm [new file with mode: 0644]
trunk/t/lib/TestAppEncoding/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/TestAppIndexDefault.pm [new file with mode: 0644]
trunk/t/lib/TestAppIndexDefault/Controller/Default.pm [new file with mode: 0644]
trunk/t/lib/TestAppIndexDefault/Controller/IndexChained.pm [new file with mode: 0644]
trunk/t/lib/TestAppIndexDefault/Controller/IndexPrivate.pm [new file with mode: 0644]
trunk/t/lib/TestAppIndexDefault/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/TestAppMatchSingleArg.pm [new file with mode: 0644]
trunk/t/lib/TestAppMatchSingleArg/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/TestAppMetaCompat.pm [new file with mode: 0644]
trunk/t/lib/TestAppMetaCompat/Controller/Base.pm [new file with mode: 0644]
trunk/t/lib/TestAppMetaCompat/Controller/Books.pm [new file with mode: 0644]
trunk/t/lib/TestAppNonMooseController.pm [new file with mode: 0644]
trunk/t/lib/TestAppNonMooseController/Controller/Foo.pm [new file with mode: 0644]
trunk/t/lib/TestAppNonMooseController/ControllerBase.pm [new file with mode: 0644]
trunk/t/lib/TestAppOnDemand.pm [new file with mode: 0644]
trunk/t/lib/TestAppOnDemand/Controller/Body.pm [new file with mode: 0644]
trunk/t/lib/TestAppOneView.pm [new file with mode: 0644]
trunk/t/lib/TestAppOneView/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/TestAppOneView/View/Dummy.pm [new file with mode: 0644]
trunk/t/lib/TestAppPathBug.pm [new file with mode: 0644]
trunk/t/lib/TestAppPluginWithConstructor.pm [new file with mode: 0644]
trunk/t/lib/TestAppPluginWithConstructor/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/TestAppStats.pm [new file with mode: 0644]
trunk/t/lib/TestAppStats/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/TestAppUnknownError.pm [new file with mode: 0644]
trunk/t/lib/TestAppWithMeta.pm [new file with mode: 0644]
trunk/t/lib/TestAppWithMeta/Controller/Root.pm [new file with mode: 0644]
trunk/t/lib/TestPluginWithConstructor.pm [new file with mode: 0644]
trunk/t/live_catalyst_test.t [new file with mode: 0644]
trunk/t/live_component_controller_context_closure.t [new file with mode: 0644]
trunk/t/live_fork.t [new file with mode: 0644]
trunk/t/live_stats.t [new file with mode: 0644]
trunk/t/optional_apache-cgi-rewrite.pl [new file with mode: 0755]
trunk/t/optional_apache-cgi.pl [new file with mode: 0755]
trunk/t/optional_apache-fastcgi-non-root.pl [new file with mode: 0755]
trunk/t/optional_apache-fastcgi.pl [new file with mode: 0755]
trunk/t/optional_http-server-restart.t [new file with mode: 0644]
trunk/t/optional_lighttpd-fastcgi-non-root.t [new file with mode: 0644]
trunk/t/optional_lighttpd-fastcgi.t [new file with mode: 0644]
trunk/t/optional_memleak.t [new file with mode: 0644]
trunk/t/optional_stress.t [new file with mode: 0644]
trunk/t/optional_stress.yml [new file with mode: 0644]
trunk/t/optional_threads.t [new file with mode: 0644]
trunk/t/plugin_new_method_backcompat.t [new file with mode: 0644]
trunk/t/something/Makefile.PL [new file with mode: 0644]
trunk/t/something/script/foo/bar/for_dist [new file with mode: 0644]
trunk/t/unit_stats.t [new file with mode: 0644]
trunk/t/unit_utils_load_class.t [new file with mode: 0644]
trunk/t/unit_utils_subdir.t [new file with mode: 0644]