r58497 - in /branches/upstream/libdancer-perl/current: ./ lib/ lib/Dancer/ lib/Dancer/Handler/ lib/Dancer/Logger/ lib/Dancer/Request/ lib/Dancer/Route/ lib/Dancer/Serializer/ lib/Dancer/Session/ lib/Dancer/Template/ script/ t/00_base/ t/00_base/lib/ t/01_config/ t/02_request/ t/03_route_handler/ t/04_static_file/ t/07_apphandlers/ t/08_session/ t/11_logger/ t/12_response/ t/16_timer/ t/lib/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu May 27 01:23:26 UTC 2010


Author: jawnsy-guest
Date: Thu May 27 01:23:20 2010
New Revision: 58497

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58497
Log:
[svn-upgrade] Integrating new upstream version, libdancer-perl (1.1803)

Added:
    branches/upstream/libdancer-perl/current/lib/Dancer/Headers.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Introduction.pod
    branches/upstream/libdancer-perl/current/lib/Dancer/Logger/Console.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Test.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Timer.pm
    branches/upstream/libdancer-perl/current/t/00_base/08_pod_coverage_dancer.t
    branches/upstream/libdancer-perl/current/t/00_base/09_load_app.t
    branches/upstream/libdancer-perl/current/t/00_base/lib/
    branches/upstream/libdancer-perl/current/t/00_base/lib/AppWithError.pm
    branches/upstream/libdancer-perl/current/t/00_base/lib/WorkingApp.pm
    branches/upstream/libdancer-perl/current/t/01_config/05_serialiers.t
    branches/upstream/libdancer-perl/current/t/02_request/15_headers.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/11_redirect_no_content.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/21_ajax.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/22_filter_halt.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/23_filter_error_catching.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/24_multiple_params.t
    branches/upstream/libdancer-perl/current/t/11_logger/04_console.t
    branches/upstream/libdancer-perl/current/t/12_response/03_charset.t
    branches/upstream/libdancer-perl/current/t/12_response/04_charset_server.t
    branches/upstream/libdancer-perl/current/t/16_timer/
    branches/upstream/libdancer-perl/current/t/16_timer/00_base.t
    branches/upstream/libdancer-perl/current/t/16_timer/02_hires.t
Removed:
    branches/upstream/libdancer-perl/current/t/03_route_handler/05_error_catching.t
Modified:
    branches/upstream/libdancer-perl/current/.gitignore
    branches/upstream/libdancer-perl/current/CHANGES
    branches/upstream/libdancer-perl/current/MANIFEST
    branches/upstream/libdancer-perl/current/MANIFEST.SKIP
    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/Cookbook.pod
    branches/upstream/libdancer-perl/current/lib/Dancer/Cookie.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Deployment.pod
    branches/upstream/libdancer-perl/current/lib/Dancer/Engine.pm
    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/HTTP.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/Handler/Standalone.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Logger.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/Plugin.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/Request/Upload.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/Registry.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Serializer.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Serializer/Abstract.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Serializer/Dumper.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Serializer/JSON.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Serializer/XML.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Serializer/YAML.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Session/Abstract.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Session/Simple.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/SharedData.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Template.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Template/Simple.pm
    branches/upstream/libdancer-perl/current/script/dancer
    branches/upstream/libdancer-perl/current/t/00_base/002_strict_and_warnings.t
    branches/upstream/libdancer-perl/current/t/00_base/003_syntax.t
    branches/upstream/libdancer-perl/current/t/01_config/03_logger.t
    branches/upstream/libdancer-perl/current/t/02_request/13_ajax.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/00_http_methods.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/01_params.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/02_before_filter.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/03_passing.t
    branches/upstream/libdancer-perl/current/t/04_static_file/001_base.t
    branches/upstream/libdancer-perl/current/t/07_apphandlers/01_base.t
    branches/upstream/libdancer-perl/current/t/07_apphandlers/02_apache2_plack.t
    branches/upstream/libdancer-perl/current/t/08_session/05_yaml.t
    branches/upstream/libdancer-perl/current/t/11_logger/03_file.t
    branches/upstream/libdancer-perl/current/t/lib/TestApp.pm

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libdancer-perl/current/.gitignore
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/.gitignore?rev=58497&op=diff

Modified: branches/upstream/libdancer-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/CHANGES?rev=58497&op=diff

Modified: branches/upstream/libdancer-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/MANIFEST?rev=58497&op=diff

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

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

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

Added: branches/upstream/libdancer-perl/current/lib/Dancer/Headers.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Headers.pm?rev=58497&op=file

Added: 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=58497&op=file

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

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

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

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

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

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

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

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

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

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

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

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

Added: 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=58497&op=file

Added: branches/upstream/libdancer-perl/current/lib/Dancer/Timer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/lib/Dancer/Timer.pm?rev=58497&op=file

Modified: branches/upstream/libdancer-perl/current/script/dancer
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/script/dancer?rev=58497&op=diff

Modified: branches/upstream/libdancer-perl/current/t/00_base/002_strict_and_warnings.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/00_base/002_strict_and_warnings.t?rev=58497&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=58497&op=diff

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

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

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

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

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

Added: branches/upstream/libdancer-perl/current/t/01_config/05_serialiers.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/01_config/05_serialiers.t?rev=58497&op=file

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

Added: 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=58497&op=file

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

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

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

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

Added: 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=58497&op=file

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

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

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

Modified: branches/upstream/libdancer-perl/current/t/04_static_file/001_base.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/04_static_file/001_base.t?rev=58497&op=diff

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

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

Added: branches/upstream/libdancer-perl/current/t/11_logger/04_console.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/11_logger/04_console.t?rev=58497&op=file

Added: 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=58497&op=file

Added: 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=58497&op=file

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

Added: branches/upstream/libdancer-perl/current/t/16_timer/02_hires.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/16_timer/02_hires.t?rev=58497&op=file

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




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