r63314 - in /branches/upstream/libdancer-perl/current: ./ lib/ lib/Dancer/ lib/Dancer/Serializer/ lib/Dancer/Template/ script/ t/ t/01_config/ t/10_template/ t/12_response/ t/14_serializer/ t/15_plugins/ t/lib/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Mon Oct 4 15:31:07 UTC 2010


Author: eloy
Date: Mon Oct  4 15:30:50 2010
New Revision: 63314

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

Added:
    branches/upstream/libdancer-perl/current/t/14_serializer/12_bug_gh106.t
    branches/upstream/libdancer-perl/current/t/14_serializer/13_xml.t
    branches/upstream/libdancer-perl/current/t/15_plugins/04_apps_and_plugins.t
    branches/upstream/libdancer-perl/current/t/lib/TestPlugin.pm
Modified:
    branches/upstream/libdancer-perl/current/.perlcriticrc
    branches/upstream/libdancer-perl/current/CHANGES
    branches/upstream/libdancer-perl/current/MANIFEST
    branches/upstream/libdancer-perl/current/META.yml
    branches/upstream/libdancer-perl/current/lib/Dancer.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/Handler.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/Plugin.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Renderer.pm
    branches/upstream/libdancer-perl/current/lib/Dancer/Serializer.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/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/01_config/05_serialiers.t
    branches/upstream/libdancer-perl/current/t/10_template/02_abstract_class.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/05_live.t
    branches/upstream/libdancer-perl/current/t/15_plugins/03_namespace.t
    branches/upstream/libdancer-perl/current/t/TestAppExt.pm
    branches/upstream/libdancer-perl/current/t/lib/Forum.pm
    branches/upstream/libdancer-perl/current/t/lib/TestSerializer.pm

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

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

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

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

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

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

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

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

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

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

Modified: branches/upstream/libdancer-perl/current/t/15_plugins/03_namespace.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdancer-perl/current/t/15_plugins/03_namespace.t?rev=63314&op=diff

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

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

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

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

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




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