Skip to content

Commit

Permalink
updating manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Nov 9, 2010
1 parent eaf8f61 commit 4f8af54
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions MANIFEST
Expand Up @@ -69,6 +69,7 @@ MANIFEST This list of files
MANIFEST.SKIP
README
script/dancer
t/00_base/000_create_fake_env.t
t/00_base/001_load.t
t/00_base/002_strict_and_warnings.t
t/00_base/003_syntax.t
Expand All @@ -84,6 +85,7 @@ t/00_base/dancer_test.t
t/00_base/lib/AppWithError.pm
t/00_base/lib/WorkingApp.pm
t/00_base/utf8.tt
t/00_base/views/unicode.tt
t/01_config/01_settings.t
t/01_config/02_mime_type.t
t/01_config/03_logger.t
Expand All @@ -92,6 +94,7 @@ t/01_config/05_serialiers.t
t/01_config/06_stack_trace.t
t/01_config/environments/development.pl
t/01_config/yaml_dependency.t
t/02_request/000_create_fake_env.t
t/02_request/01_load.t
t/02_request/02_get_params.t
t/02_request/03_post_params.t
Expand All @@ -107,6 +110,7 @@ t/02_request/13_ajax.t
t/02_request/14_uploads.t
t/02_request/15_headers.t
t/02_request/16_delete.t
t/03_route_handler/000_create_fake_env.t
t/03_route_handler/00_http_methods.t
t/03_route_handler/00_route_object.t
t/03_route_handler/01_params.t
Expand Down Expand Up @@ -135,6 +139,7 @@ t/03_route_handler/24_named_captures.t
t/03_route_handler/26_after_hook.t
t/03_route_handler/27_issue_77_pass_breaks_routes.t
t/03_route_handler/28_plack_mount.t
t/03_route_handler/29_redirect_immediatly.t
t/03_route_handler/public/404.html
t/03_route_handler/views/hello.tt
t/04_static_file/001_base.t
Expand All @@ -151,6 +156,7 @@ t/05_views/views/layouts/custom.tt
t/05_views/views/layouts/main.tt
t/05_views/views/request.tt
t/05_views/views/t03.tt
t/06_helpers/000_create_fake_env.t
t/06_helpers/01_send_file.t
t/06_helpers/02_http_status.t
t/06_helpers/03_content_type.t
Expand All @@ -159,10 +165,12 @@ t/06_helpers/05_send_error.t
t/06_helpers/06_load.t
t/06_helpers/public/file.txt
t/06_helpers/routes.pl
t/07_apphandlers/000_create_fake_env.t
t/07_apphandlers/01_base.t
t/07_apphandlers/02_apache2_plack.t
t/07_apphandlers/03_psgi_app.t
t/07_apphandlers/04_standalone_app.t
t/08_session/000_create_fake_env.t
t/08_session/01_load.t
t/08_session/02_dependency_check.t
t/08_session/03_http_requests.t
Expand All @@ -173,28 +181,33 @@ t/08_session/07_session_expires.t
t/08_session/08_simple.t
t/08_session/09_session.t
t/08_session/10_filter.t
t/09_cookies/000_create_fake_env.t
t/09_cookies/01_use.t
t/09_cookies/02_cookie_object.t
t/09_cookies/03_persistence.t
t/09_cookies/04_has_changed.t
t/09_cookies/05_api.t
t/10_template/000_create_fake_env.t
t/10_template/01_factory.t
t/10_template/02_abstract_class.t
t/10_template/03_simple.t
t/10_template/05_template_toolkit.t
t/10_template/06_before_template_hook.t
t/10_template/index.txt
t/10_template/views/index.tt
t/11_logger/000_create_fake_env.t
t/11_logger/01_abstract.t
t/11_logger/02_factory.t
t/11_logger/03_file.t
t/11_logger/04_console.t
t/12_response/000_create_fake_env.t
t/12_response/01_CRLF_injection.t
t/12_response/02_headers.t
t/12_response/03_charset.t
t/12_response/04_charset_server.t
t/13_engines/00_load.t
t/13_engines/02_template_init.t
t/14_serializer/000_create_fake_env.t
t/14_serializer/01_basic.t
t/14_serializer/02_json.t
t/14_serializer/03_yaml.t
Expand All @@ -210,17 +223,21 @@ t/14_serializer/12_bug_gh106.t
t/14_serializer/13_xml.t
t/14_serializer/14_show_errors.t
t/14_serializer/handler-helper.t
t/15_plugins/000_create_fake_env.t
t/15_plugins/01_register.t
t/15_plugins/02_config.t
t/15_plugins/03_namespace.t
t/15_plugins/04_apps_and_plugins.t
t/15_plugins/05_plugins_and_OO.t
t/16_timer/00_base.t
t/16_timer/02_hires.t
t/17_apps/000_create_fake_env.t
t/17_apps/00_base.t
t/17_apps/01_settings.t
t/17_apps/02_load_app.t
t/17_apps/03_prefix.t
t/17_apps/04_issue_91.t
t/18_main_dsl/000_create_fake_env.t
t/18_main_dsl/01_config.t
t/18_main_dsl/uri_for.t
t/lib/EasyMocker.pm
Expand All @@ -229,7 +246,9 @@ t/lib/LinkBlocker.pm
t/lib/MyApp.pm
t/lib/MyAppFoo.pm
t/lib/TestApp.pm
t/lib/TestAppUnicode.pm
t/lib/TestPlugin.pm
t/lib/TestPlugin2.pm
t/lib/TestSerializer.pm
t/lib/TestUtils.pm
t/manifest.t
Expand Down

0 comments on commit 4f8af54

Please sign in to comment.