r70275 - in /branches/upstream/libdancer-perl/current: ./ lib/ lib/Dancer/ lib/Dancer/Handler/ lib/Dancer/Logger/ lib/Dancer/Route/ lib/Dancer/Serializer/ lib/Dancer/Session/ lib/Dancer/Template/ script/ t/00_base/ t/01_config/ t/02_request/ t/03_route_handler/ t/05_views/ t/06_helpers/ t/08_session/ t/09_cookies/ t/10_template/ t/11_logger/ t/12_response/ t/14_serializer/ t/15_plugins/ t/19_dancer/ t/20_deprecation/
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Thu Mar 3 03:51:20 UTC 2011
Author: jawnsy-guest
Date: Thu Mar 3 03:51:12 2011
New Revision: 70275
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70275
Log:
[svn-upgrade] new version libdancer-perl (1.3012+dfsg)
Added:
branches/upstream/libdancer-perl/current/lib/Dancer/Deprecation.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Logger/Diag.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Logger/Null.pm
branches/upstream/libdancer-perl/current/t/00_base/14_changelog.t
branches/upstream/libdancer-perl/current/t/02_request/04_forward.t
branches/upstream/libdancer-perl/current/t/11_logger/06_null.t
branches/upstream/libdancer-perl/current/t/11_logger/07_diag.t
branches/upstream/libdancer-perl/current/t/12_response/07_cookies.t
branches/upstream/libdancer-perl/current/t/12_response/08_drop_content.t
branches/upstream/libdancer-perl/current/t/12_response/09_headers_to_array.t
branches/upstream/libdancer-perl/current/t/14_serializer/16_bug_gh_299.t
branches/upstream/libdancer-perl/current/t/20_deprecation/
branches/upstream/libdancer-perl/current/t/20_deprecation/01_api.t
Removed:
branches/upstream/libdancer-perl/current/lib/Dancer/Helpers.pm
branches/upstream/libdancer-perl/current/t/09_cookies/04_has_changed.t
Modified:
branches/upstream/libdancer-perl/current/CHANGES
branches/upstream/libdancer-perl/current/MANIFEST
branches/upstream/libdancer-perl/current/META.yml
branches/upstream/libdancer-perl/current/Makefile.PL
branches/upstream/libdancer-perl/current/lib/Dancer.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Config.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Cookies.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Deployment.pod
branches/upstream/libdancer-perl/current/lib/Dancer/Error.pm
branches/upstream/libdancer-perl/current/lib/Dancer/FileUtils.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Handler.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Handler/PSGI.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Logger/Abstract.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Logger/File.pm
branches/upstream/libdancer-perl/current/lib/Dancer/MIME.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Object.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Renderer.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Request.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Response.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Route.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Route/Cache.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Route/Registry.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Serializer/JSON.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Session/Abstract.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Session/YAML.pm
branches/upstream/libdancer-perl/current/lib/Dancer/SharedData.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Template/Abstract.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Template/TemplateToolkit.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Test.pm
branches/upstream/libdancer-perl/current/lib/Dancer/Tutorial.pod
branches/upstream/libdancer-perl/current/script/dancer
branches/upstream/libdancer-perl/current/t/00_base/dancer_test.t
branches/upstream/libdancer-perl/current/t/01_config/03_logger.t
branches/upstream/libdancer-perl/current/t/01_config/04_config_file.t
branches/upstream/libdancer-perl/current/t/01_config/06_config_api.t
branches/upstream/libdancer-perl/current/t/01_config/06_stack_trace.t
branches/upstream/libdancer-perl/current/t/02_request/11_accessors.t
branches/upstream/libdancer-perl/current/t/02_request/14_uploads.t
branches/upstream/libdancer-perl/current/t/02_request/15_headers.t
branches/upstream/libdancer-perl/current/t/03_route_handler/00_route_object.t
branches/upstream/libdancer-perl/current/t/03_route_handler/04_wildcards.t
branches/upstream/libdancer-perl/current/t/03_route_handler/06_regexp.t
branches/upstream/libdancer-perl/current/t/03_route_handler/07_compilation_warning.t
branches/upstream/libdancer-perl/current/t/03_route_handler/11_redirect.t
branches/upstream/libdancer-perl/current/t/03_route_handler/12_response.t
branches/upstream/libdancer-perl/current/t/03_route_handler/13_any_route_handler.t
branches/upstream/libdancer-perl/current/t/03_route_handler/18_auto_page.t
branches/upstream/libdancer-perl/current/t/03_route_handler/29_forward.t
branches/upstream/libdancer-perl/current/t/05_views/002_view_rendering.t
branches/upstream/libdancer-perl/current/t/05_views/03_layout.t
branches/upstream/libdancer-perl/current/t/06_helpers/03_content_type.t
branches/upstream/libdancer-perl/current/t/06_helpers/04_status.t
branches/upstream/libdancer-perl/current/t/08_session/03_http_requests.t
branches/upstream/libdancer-perl/current/t/08_session/05_yaml.t
branches/upstream/libdancer-perl/current/t/09_cookies/03_persistence.t
branches/upstream/libdancer-perl/current/t/10_template/05_template_toolkit.t
branches/upstream/libdancer-perl/current/t/11_logger/02_factory.t
branches/upstream/libdancer-perl/current/t/11_logger/03_file.t
branches/upstream/libdancer-perl/current/t/12_response/01_CRLF_injection.t
branches/upstream/libdancer-perl/current/t/12_response/02_headers.t
branches/upstream/libdancer-perl/current/t/12_response/03_charset.t
branches/upstream/libdancer-perl/current/t/12_response/05_api.t
branches/upstream/libdancer-perl/current/t/15_plugins/02_config.t
branches/upstream/libdancer-perl/current/t/19_dancer/01_script.t
branches/upstream/libdancer-perl/current/t/19_dancer/02_script_version_from.t
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/upstream/libdancer-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/CHANGES?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/MANIFEST?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/META.yml?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/Makefile.PL?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Config.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Config.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Cookies.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Cookies.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Deployment.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Deployment.pod?rev=70275&op=diff
Added: branches/upstream/libdancer-perl/current/lib/Dancer/Deprecation.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Deprecation.pm?rev=70275&op=file
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Error.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Error.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/FileUtils.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/FileUtils.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Handler.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Handler.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Handler/PSGI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Handler/PSGI.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Logger/Abstract.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Logger/Abstract.pm?rev=70275&op=diff
Added: branches/upstream/libdancer-perl/current/lib/Dancer/Logger/Diag.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Logger/Diag.pm?rev=70275&op=file
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Logger/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Logger/File.pm?rev=70275&op=diff
Added: branches/upstream/libdancer-perl/current/lib/Dancer/Logger/Null.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Logger/Null.pm?rev=70275&op=file
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/MIME.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/MIME.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Object.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Object.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Renderer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Renderer.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Request.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Request.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Response.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Response.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Route.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Route.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Route/Cache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Route/Cache.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Route/Registry.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Route/Registry.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Serializer/JSON.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Serializer/JSON.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Session/Abstract.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Session/Abstract.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Session/YAML.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Session/YAML.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/SharedData.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/SharedData.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Template/Abstract.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Template/Abstract.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Template/TemplateToolkit.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Template/TemplateToolkit.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Test.pm?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Tutorial.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Tutorial.pod?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/script/dancer
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/script/dancer?rev=70275&op=diff
Added: branches/upstream/libdancer-perl/current/t/00_base/14_changelog.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/00_base/14_changelog.t?rev=70275&op=file
Modified: branches/upstream/libdancer-perl/current/t/00_base/dancer_test.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/00_base/dancer_test.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/01_config/03_logger.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/01_config/03_logger.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/01_config/04_config_file.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/01_config/04_config_file.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/01_config/06_config_api.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/01_config/06_config_api.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/01_config/06_stack_trace.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/01_config/06_stack_trace.t?rev=70275&op=diff
Added: branches/upstream/libdancer-perl/current/t/02_request/04_forward.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/02_request/04_forward.t?rev=70275&op=file
Modified: branches/upstream/libdancer-perl/current/t/02_request/11_accessors.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/02_request/11_accessors.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/02_request/14_uploads.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/02_request/14_uploads.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/02_request/15_headers.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/02_request/15_headers.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/00_route_object.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/00_route_object.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/04_wildcards.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/04_wildcards.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/06_regexp.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/06_regexp.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/07_compilation_warning.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/07_compilation_warning.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/11_redirect.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/11_redirect.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/12_response.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/12_response.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/13_any_route_handler.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/13_any_route_handler.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/18_auto_page.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/18_auto_page.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/29_forward.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/29_forward.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/05_views/002_view_rendering.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/05_views/002_view_rendering.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/05_views/03_layout.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/05_views/03_layout.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/06_helpers/03_content_type.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/06_helpers/03_content_type.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/06_helpers/04_status.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/06_helpers/04_status.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/08_session/03_http_requests.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/08_session/03_http_requests.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/08_session/05_yaml.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/08_session/05_yaml.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/09_cookies/03_persistence.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/09_cookies/03_persistence.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/10_template/05_template_toolkit.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/10_template/05_template_toolkit.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/11_logger/02_factory.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/11_logger/02_factory.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/11_logger/03_file.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/11_logger/03_file.t?rev=70275&op=diff
Added: branches/upstream/libdancer-perl/current/t/11_logger/06_null.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/11_logger/06_null.t?rev=70275&op=file
Added: branches/upstream/libdancer-perl/current/t/11_logger/07_diag.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/11_logger/07_diag.t?rev=70275&op=file
Modified: branches/upstream/libdancer-perl/current/t/12_response/01_CRLF_injection.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/12_response/01_CRLF_injection.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/12_response/02_headers.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/12_response/02_headers.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/12_response/03_charset.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/12_response/03_charset.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/12_response/05_api.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/12_response/05_api.t?rev=70275&op=diff
Added: branches/upstream/libdancer-perl/current/t/12_response/07_cookies.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/12_response/07_cookies.t?rev=70275&op=file
Added: branches/upstream/libdancer-perl/current/t/12_response/08_drop_content.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/12_response/08_drop_content.t?rev=70275&op=file
Added: branches/upstream/libdancer-perl/current/t/12_response/09_headers_to_array.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/12_response/09_headers_to_array.t?rev=70275&op=file
Added: branches/upstream/libdancer-perl/current/t/14_serializer/16_bug_gh_299.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/14_serializer/16_bug_gh_299.t?rev=70275&op=file
Modified: branches/upstream/libdancer-perl/current/t/15_plugins/02_config.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/15_plugins/02_config.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/19_dancer/01_script.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/19_dancer/01_script.t?rev=70275&op=diff
Modified: branches/upstream/libdancer-perl/current/t/19_dancer/02_script_version_from.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/19_dancer/02_script_version_from.t?rev=70275&op=diff
Added: branches/upstream/libdancer-perl/current/t/20_deprecation/01_api.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/20_deprecation/01_api.t?rev=70275&op=file
More information about the Pkg-perl-cvs-commits
mailing list