r55721 - in /branches/upstream/libdancer-perl/current: ./ lib/ lib/Dancer/ lib/Dancer/Handler/ lib/Dancer/Request/ lib/Dancer/Route/ lib/Dancer/Serializer/ lib/Dancer/Session/ lib/Dancer/Template/ script/ t/ t/00_base/ t/02_request/ t/03_route_handler/ t/03_route_handler/views/ t/06_helpers/ t/08_session/ t/09_cookies/ t/14_serializer/ t/15_plugins/ t/lib/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Apr 8 07:18:10 UTC 2010


Author: jawnsy-guest
Date: Thu Apr  8 07:17:59 2010
New Revision: 55721

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

Added:
    branches/upstream/libdancer-perl/current/lib/Dancer/Deployment.pod
    branches/upstream/libdancer-perl/current/lib/Dancer/Plugin.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Request/
    branches/upstream/libdancer-perl/current/lib/Dancer/Request/Upload.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Route/
    branches/upstream/libdancer-perl/current/lib/Dancer/Route/Builder.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/
    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/JSON.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/Serializer/YAML.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Session/Simple.pm
    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/03_route_handler/16_caching.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/17_compile.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/18_auto_page.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/views/
    branches/upstream/libdancer-perl/current/t/03_route_handler/views/hello.tt
    branches/upstream/libdancer-perl/current/t/14_serializer/
    branches/upstream/libdancer-perl/current/t/14_serializer/01_basic.t
    branches/upstream/libdancer-perl/current/t/14_serializer/02_json.t
    branches/upstream/libdancer-perl/current/t/14_serializer/03_yaml.t
    branches/upstream/libdancer-perl/current/t/14_serializer/04_mutable.t
    branches/upstream/libdancer-perl/current/t/14_serializer/05_live.t
    branches/upstream/libdancer-perl/current/t/14_serializer/handler-helper.t
    branches/upstream/libdancer-perl/current/t/15_plugins/
    branches/upstream/libdancer-perl/current/t/15_plugins/01_register.t
    branches/upstream/libdancer-perl/current/t/lib/LinkBlocker.pm
    branches/upstream/libdancer-perl/current/t/lib/TestSerializer.pm
    branches/upstream/libdancer-perl/current/t/manifest.t
Removed:
    branches/upstream/libdancer-perl/current/lib/Dancer/Exceptions.pm
Modified:
    branches/upstream/libdancer-perl/current/AUTHORS
    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/Engine.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Error.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/Handler/Standalone.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Helpers.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/ModuleLoader.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/Session.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/script/dancer
    branches/upstream/libdancer-perl/current/t/00_base/003_syntax.t
    branches/upstream/libdancer-perl/current/t/00_base/004_args.t
    branches/upstream/libdancer-perl/current/t/02_request/02_get_params.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/01_params.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/09_status.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/10_merge_registries.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/11_redirect.t
    branches/upstream/libdancer-perl/current/t/06_helpers/02_http_status.t
    branches/upstream/libdancer-perl/current/t/06_helpers/04_status.t
    branches/upstream/libdancer-perl/current/t/08_session/02_dependency_check.t
    branches/upstream/libdancer-perl/current/t/08_session/03_http_requests.t
    branches/upstream/libdancer-perl/current/t/09_cookies/03_persistence.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/AUTHORS
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/AUTHORS?rev=55721&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: branches/upstream/libdancer-perl/current/t/03_route_handler/views/hello.tt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/03_route_handler/views/hello.tt?rev=55721&op=file

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

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

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

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

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

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

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

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

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

Added: 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=55721&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=55721&op=diff

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

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




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