r77453 - in /branches/upstream/libdancer-perl/current: ./ lib/ lib/Dancer/ lib/Dancer/Logger/ lib/Dancer/Session/ lib/Dancer/Template/ script/ t/00_base/ t/01_config/ t/02_request/ t/03_route_handler/ t/05_views/ t/08_session/ t/09_cookies/ t/11_logger/ t/14_serializer/ t/15_plugins/ t/19_dancer/ t/22_hooks/ t/24_deployment/ t/25_exceptions/ t/25_exceptions/views/ t/25_exceptions/views/layouts/

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Fri Jul 15 08:27:48 UTC 2011


Author: ghedo-guest
Date: Fri Jul 15 08:27:35 2011
New Revision: 77453

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

Added:
    branches/upstream/libdancer-perl/current/lib/Dancer/Exception.pm
    branches/upstream/libdancer-perl/current/t/00_base/normalize_path.t
    branches/upstream/libdancer-perl/current/t/22_hooks/09_before_error_init.t
    branches/upstream/libdancer-perl/current/t/22_hooks/10_error_in_hook.t
    branches/upstream/libdancer-perl/current/t/22_hooks/11_error_in_hook.t
    branches/upstream/libdancer-perl/current/t/24_deployment/
    branches/upstream/libdancer-perl/current/t/24_deployment/01_multi_webapp.t
    branches/upstream/libdancer-perl/current/t/25_exceptions/
    branches/upstream/libdancer-perl/current/t/25_exceptions/01_exceptions.t
    branches/upstream/libdancer-perl/current/t/25_exceptions/views/
    branches/upstream/libdancer-perl/current/t/25_exceptions/views/error.tt
    branches/upstream/libdancer-perl/current/t/25_exceptions/views/index.tt
    branches/upstream/libdancer-perl/current/t/25_exceptions/views/layouts/
    branches/upstream/libdancer-perl/current/t/25_exceptions/views/layouts/main.tt
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/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/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/Handler.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Hook.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Introduction.pod
    branches/upstream/libdancer-perl/current/lib/Dancer/Logger/File.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/Serializer.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Session/Simple.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/script/dancer
    branches/upstream/libdancer-perl/current/t/00_base/11_file_utils.t
    branches/upstream/libdancer-perl/current/t/00_base/14_changelog.t
    branches/upstream/libdancer-perl/current/t/00_base/optional-module-versions.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/02_request/14_uploads.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/07_compilation_warning.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/12_response.t
    branches/upstream/libdancer-perl/current/t/03_route_handler/15_prefix.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/05_views/03_layout.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/08_session/07_session_expires.t
    branches/upstream/libdancer-perl/current/t/08_session/13_session_httponly.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/02_factory.t
    branches/upstream/libdancer-perl/current/t/11_logger/03_file.t
    branches/upstream/libdancer-perl/current/t/11_logger/05_format.t
    branches/upstream/libdancer-perl/current/t/11_logger/11_runtime_file.t
    branches/upstream/libdancer-perl/current/t/14_serializer/02_request_json.t
    branches/upstream/libdancer-perl/current/t/14_serializer/03_request_yaml.t
    branches/upstream/libdancer-perl/current/t/14_serializer/04_request_xml.t
    branches/upstream/libdancer-perl/current/t/14_serializer/05_request_mutable.t
    branches/upstream/libdancer-perl/current/t/14_serializer/06_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
    branches/upstream/libdancer-perl/current/t/22_hooks/00_syntax.t
    branches/upstream/libdancer-perl/current/t/22_hooks/07_file.t

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: branches/upstream/libdancer-perl/current/t/11_logger/11_runtime_file.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/11_logger/11_runtime_file.t?rev=77453&op=diff

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

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

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

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

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

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

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

Modified: branches/upstream/libdancer-perl/current/t/22_hooks/07_file.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/22_hooks/07_file.t?rev=77453&op=diff

Added: branches/upstream/libdancer-perl/current/t/22_hooks/09_before_error_init.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/22_hooks/09_before_error_init.t?rev=77453&op=file

Added: branches/upstream/libdancer-perl/current/t/22_hooks/10_error_in_hook.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/22_hooks/10_error_in_hook.t?rev=77453&op=file

Added: branches/upstream/libdancer-perl/current/t/22_hooks/11_error_in_hook.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/22_hooks/11_error_in_hook.t?rev=77453&op=file

Added: branches/upstream/libdancer-perl/current/t/24_deployment/01_multi_webapp.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/24_deployment/01_multi_webapp.t?rev=77453&op=file

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

Added: branches/upstream/libdancer-perl/current/t/25_exceptions/views/error.tt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/25_exceptions/views/error.tt?rev=77453&op=file

Added: branches/upstream/libdancer-perl/current/t/25_exceptions/views/index.tt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/25_exceptions/views/index.tt?rev=77453&op=file

Added: branches/upstream/libdancer-perl/current/t/25_exceptions/views/layouts/main.tt
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/25_exceptions/views/layouts/main.tt?rev=77453&op=file




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