r66345 - in /branches/upstream/libdancer-perl/current: ./ lib/ lib/Dancer/ lib/Dancer/Development/ lib/Dancer/Handler/ lib/Dancer/Logger/ lib/Dancer/Object/ lib/Dancer/Plugin/ lib/Dancer/Request/ lib/Dancer/Route/ lib/Dancer/Serializer/ lib/Dancer/Session/ lib/Dancer/Template/ lib/Dancer/Tutorial/ script/ t/00_base/ t/01_config/ t/02_request/ t/03_route_handler/ t/05_views/ t/07_apphandlers/ t/10_template/ t/11_logger/ t/12_response/ t/14_serializer/ t/15_plugins/ t/17_apps/ t/19_dancer/ t/lib/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 25 18:02:09 UTC 2010


Author: jawnsy-guest
Date: Sat Dec 25 18:01:29 2010
New Revision: 66345

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

Added:
    branches/upstream/libdancer-perl/current/lib/Dancer/Development/
    branches/upstream/libdancer-perl/current/lib/Dancer/Development/Integration.pod
    branches/upstream/libdancer-perl/current/lib/Dancer/Handler/Debug.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Object/
    branches/upstream/libdancer-perl/current/lib/Dancer/Object/Singleton.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Tutorial/
    branches/upstream/libdancer-perl/current/lib/Dancer/Tutorial/WebSockets.pod
    branches/upstream/libdancer-perl/current/script/wallflower
    branches/upstream/libdancer-perl/current/t/00_base/13_dancer_singleton.t
    branches/upstream/libdancer-perl/current/t/00_base/config.t
    branches/upstream/libdancer-perl/current/t/00_base/uri_for.t
    branches/upstream/libdancer-perl/current/t/01_config/06_config_api.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/29_redirect_immediately.t
    branches/upstream/libdancer-perl/current/t/07_apphandlers/05_psgi_api.t
    branches/upstream/libdancer-perl/current/t/07_apphandlers/06_debug.t
    branches/upstream/libdancer-perl/current/t/11_logger/05_format.t
    branches/upstream/libdancer-perl/current/t/12_response/05_api.t
    branches/upstream/libdancer-perl/current/t/14_serializer/14_api.t
    branches/upstream/libdancer-perl/current/t/15_plugins/05_keywords.t
    branches/upstream/libdancer-perl/current/t/15_plugins/06_hook.t
    branches/upstream/libdancer-perl/current/t/17_apps/05_api.t
    branches/upstream/libdancer-perl/current/t/19_dancer/
    branches/upstream/libdancer-perl/current/t/19_dancer/01_script.t
Removed:
    branches/upstream/libdancer-perl/current/t/03_route_handler/29_redirect_immediatly.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/META.yml
    branches/upstream/libdancer-perl/current/TODO
    branches/upstream/libdancer-perl/current/lib/Dancer.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/App.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/Deployment.pod
    branches/upstream/libdancer-perl/current/lib/Dancer/Development.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/GetOpt.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/Helpers.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Introduction.pod
    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/Object.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Plugin.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Plugin/Ajax.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/Dumper.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Serializer/Mutable.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Serializer/XML.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Session.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Session/YAML.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/004_args.t
    branches/upstream/libdancer-perl/current/t/00_base/06_dancer_object.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/12_base.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/12_response.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/21_ajax.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/24_named_captures.t
    branches/upstream/libdancer-perl/current/t/05_views/03_layout.t
    branches/upstream/libdancer-perl/current/t/07_apphandlers/01_base.t
    branches/upstream/libdancer-perl/current/t/07_apphandlers/03_psgi_app.t
    branches/upstream/libdancer-perl/current/t/10_template/02_abstract_class.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/14_serializer/02_json.t
    branches/upstream/libdancer-perl/current/t/14_serializer/04_mutable.t
    branches/upstream/libdancer-perl/current/t/14_serializer/13_xml.t
    branches/upstream/libdancer-perl/current/t/15_plugins/02_config.t
    branches/upstream/libdancer-perl/current/t/lib/LinkBlocker.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=66345&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: branches/upstream/libdancer-perl/current/script/wallflower
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/script/wallflower?rev=66345&op=file

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

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

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

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

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

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

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

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

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

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

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

Added: branches/upstream/libdancer-perl/current/t/07_apphandlers/05_psgi_api.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/07_apphandlers/05_psgi_api.t?rev=66345&op=file

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

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

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

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

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

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

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

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

Added: branches/upstream/libdancer-perl/current/t/14_serializer/14_api.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/14_serializer/14_api.t?rev=66345&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=66345&op=diff

Added: branches/upstream/libdancer-perl/current/t/15_plugins/05_keywords.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/15_plugins/05_keywords.t?rev=66345&op=file

Added: branches/upstream/libdancer-perl/current/t/15_plugins/06_hook.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/15_plugins/06_hook.t?rev=66345&op=file

Added: branches/upstream/libdancer-perl/current/t/17_apps/05_api.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/17_apps/05_api.t?rev=66345&op=file

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

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




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