r73905 - in /branches/upstream/libdancer-perl/current: ./ examples/dancr/ lib/ lib/Dancer/ lib/Dancer/Handler/ lib/Dancer/Session/ t/00_base/ t/01_config/ t/02_request/ t/03_route_handler/ t/03_route_handler/public/ t/03_route_handler/views/ t/05_views/ t/06_helpers/ t/07_apphandlers/ t/08_session/ t/09_cookies/ t/11_logger/ t/12_response/ t/14_serializer/ t/17_apps/ t/21_dependents/ t/lib/

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Mon May 2 17:23:23 UTC 2011


Author: ghedo-guest
Date: Mon May  2 17:22:49 2011
New Revision: 73905

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73905
Log:
[svn-upgrade] new version libdancer-perl (1.3040+dfsg)

Added:
    branches/upstream/libdancer-perl/current/t/00_base/dancer_test_functions.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/04_wildcards_megasplat.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/05_unicode.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/public/utf8file.txt
    branches/upstream/libdancer-perl/current/t/08_session/13_session_httponly.t
    branches/upstream/libdancer-perl/current/t/12_response/10_error_dumper.t
    branches/upstream/libdancer-perl/current/t/14_serializer/17_clear_serializer.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/examples/dancr/dancr.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/Cookbook.pod
    branches/upstream/libdancer-perl/current/lib/Dancer/Cookie.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/Handler.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Handler/Debug.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Handler/Standalone.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Introduction.pod
    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/Session.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Session/Abstract.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Test.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Tutorial.pod
    branches/upstream/libdancer-perl/current/t/00_base/003_syntax.t
    branches/upstream/libdancer-perl/current/t/00_base/12_utf8_charset.t
    branches/upstream/libdancer-perl/current/t/00_base/dancer_test.t
    branches/upstream/libdancer-perl/current/t/01_config/01_settings.t
    branches/upstream/libdancer-perl/current/t/01_config/04_config_file.t
    branches/upstream/libdancer-perl/current/t/02_request/04_forward.t
    branches/upstream/libdancer-perl/current/t/02_request/07_raw_data.t
    branches/upstream/libdancer-perl/current/t/02_request/10_mixed_params.t
    branches/upstream/libdancer-perl/current/t/02_request/13_ajax.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/02_before_filter.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/08_errors.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/11_redirect.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/11_redirect_absolute.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/15_prefix.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/18_auto_page.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/21_ajax.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/28_plack_mount.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/29_forward.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/29_redirect_immediately.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/30_bug_gh190.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/33_vars.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/views/error.tt
    branches/upstream/libdancer-perl/current/t/05_views/03_layout.t
    branches/upstream/libdancer-perl/current/t/06_helpers/01_send_file.t
    branches/upstream/libdancer-perl/current/t/07_apphandlers/04_standalone_app.t
    branches/upstream/libdancer-perl/current/t/07_apphandlers/05_middlewares.t
    branches/upstream/libdancer-perl/current/t/07_apphandlers/06_debug.t
    branches/upstream/libdancer-perl/current/t/07_apphandlers/07_middleware_map.t
    branches/upstream/libdancer-perl/current/t/08_session/03_http_requests.t
    branches/upstream/libdancer-perl/current/t/08_session/07_session_expires.t
    branches/upstream/libdancer-perl/current/t/09_cookies/02_cookie_object.t
    branches/upstream/libdancer-perl/current/t/09_cookies/03_persistence.t
    branches/upstream/libdancer-perl/current/t/09_cookies/05_api.t
    branches/upstream/libdancer-perl/current/t/11_logger/01_abstract.t
    branches/upstream/libdancer-perl/current/t/11_logger/02_factory.t
    branches/upstream/libdancer-perl/current/t/12_response/04_charset_server.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/14_serializer/05_live.t
    branches/upstream/libdancer-perl/current/t/14_serializer/07_bug_57805.t
    branches/upstream/libdancer-perl/current/t/14_serializer/08_error.t
    branches/upstream/libdancer-perl/current/t/14_serializer/11_bug_57829.t
    branches/upstream/libdancer-perl/current/t/14_serializer/12_bug_gh106.t
    branches/upstream/libdancer-perl/current/t/14_serializer/14_show_errors.t
    branches/upstream/libdancer-perl/current/t/17_apps/02_load_app.t
    branches/upstream/libdancer-perl/current/t/21_dependents/Dancer-Session-Cookie.t
    branches/upstream/libdancer-perl/current/t/lib/TestApp.pm
    branches/upstream/libdancer-perl/current/t/lib/TestAppUnicode.pm

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

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

Modified: branches/upstream/libdancer-perl/current/examples/dancr/dancr.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/examples/dancr/dancr.pl?rev=73905&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=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Cookbook.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Cookbook.pod?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Cookie.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Cookie.pm?rev=73905&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=73905&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=73905&op=diff

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

Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Handler/Debug.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Handler/Debug.pm?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Handler/Standalone.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Handler/Standalone.pm?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Introduction.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Introduction.pod?rev=73905&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=73905&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=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/lib/Dancer/Session.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Session.pm?rev=73905&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=73905&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=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/00_base/003_syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/00_base/003_syntax.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/00_base/12_utf8_charset.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/00_base/12_utf8_charset.t?rev=73905&op=diff

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

Added: branches/upstream/libdancer-perl/current/t/00_base/dancer_test_functions.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/00_base/dancer_test_functions.t?rev=73905&op=file

Modified: branches/upstream/libdancer-perl/current/t/01_config/01_settings.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/01_config/01_settings.t?rev=73905&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=73905&op=diff

Modified: 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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/02_request/07_raw_data.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/02_request/07_raw_data.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/02_request/10_mixed_params.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/02_request/10_mixed_params.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/02_request/13_ajax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/02_request/13_ajax.t?rev=73905&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=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/02_before_filter.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/02_before_filter.t?rev=73905&op=diff

Added: branches/upstream/libdancer-perl/current/t/03_route_handler/04_wildcards_megasplat.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/04_wildcards_megasplat.t?rev=73905&op=file

Added: branches/upstream/libdancer-perl/current/t/03_route_handler/05_unicode.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/05_unicode.t?rev=73905&op=file

Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/08_errors.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/08_errors.t?rev=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/11_redirect_absolute.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/11_redirect_absolute.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/15_prefix.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/15_prefix.t?rev=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/21_ajax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/21_ajax.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/28_plack_mount.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/28_plack_mount.t?rev=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/29_redirect_immediately.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/29_redirect_immediately.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/30_bug_gh190.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/30_bug_gh190.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/33_vars.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/33_vars.t?rev=73905&op=diff

Added: branches/upstream/libdancer-perl/current/t/03_route_handler/public/utf8file.txt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/public/utf8file.txt?rev=73905&op=file

Modified: branches/upstream/libdancer-perl/current/t/03_route_handler/views/error.tt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/views/error.tt?rev=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/06_helpers/01_send_file.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/06_helpers/01_send_file.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/07_apphandlers/04_standalone_app.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/07_apphandlers/04_standalone_app.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/07_apphandlers/05_middlewares.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/07_apphandlers/05_middlewares.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/07_apphandlers/06_debug.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/07_apphandlers/06_debug.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/07_apphandlers/07_middleware_map.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/07_apphandlers/07_middleware_map.t?rev=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/08_session/07_session_expires.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/08_session/07_session_expires.t?rev=73905&op=diff

Added: branches/upstream/libdancer-perl/current/t/08_session/13_session_httponly.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/08_session/13_session_httponly.t?rev=73905&op=file

Modified: branches/upstream/libdancer-perl/current/t/09_cookies/02_cookie_object.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/09_cookies/02_cookie_object.t?rev=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/09_cookies/05_api.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/09_cookies/05_api.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/11_logger/01_abstract.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/11_logger/01_abstract.t?rev=73905&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=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/12_response/04_charset_server.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/12_response/04_charset_server.t?rev=73905&op=diff

Modified: 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=73905&op=diff

Modified: 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=73905&op=diff

Added: branches/upstream/libdancer-perl/current/t/12_response/10_error_dumper.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/12_response/10_error_dumper.t?rev=73905&op=file

Modified: branches/upstream/libdancer-perl/current/t/14_serializer/05_live.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/14_serializer/05_live.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/14_serializer/07_bug_57805.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/14_serializer/07_bug_57805.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/14_serializer/08_error.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/14_serializer/08_error.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/14_serializer/11_bug_57829.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/14_serializer/11_bug_57829.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/14_serializer/12_bug_gh106.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/14_serializer/12_bug_gh106.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/14_serializer/14_show_errors.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/14_serializer/14_show_errors.t?rev=73905&op=diff

Added: branches/upstream/libdancer-perl/current/t/14_serializer/17_clear_serializer.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/14_serializer/17_clear_serializer.t?rev=73905&op=file

Modified: branches/upstream/libdancer-perl/current/t/17_apps/02_load_app.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/17_apps/02_load_app.t?rev=73905&op=diff

Modified: branches/upstream/libdancer-perl/current/t/21_dependents/Dancer-Session-Cookie.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/21_dependents/Dancer-Session-Cookie.t?rev=73905&op=diff

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

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




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