[libdancer-perl] branch master updated (bd9f8c2 -> 6f9d347)

gregor herrmann gregoa at debian.org
Wed Oct 8 20:05:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libdancer-perl.

      from  bd9f8c2   update changelog
       new  f6caede   debian/repack.local: update path of script we change during repack.
       new  7ad90a9   Add debian/upstream/metadata
       new  75f5dd7   Update debian/changelog
      adds  27410ae   Imported Upstream version 1.3130+dfsg
       new  8107423   Merge tag 'upstream/1.3130+dfsg'
       new  7764d0a   New upstream release.
       new  69021c8   Remove debian/libdancer-perl.docs, TODO was dropped.
       new  0da132f   Declare compliance with Debian Policy 3.9.6.
       new  40b47e4   Add new (build-) dependencies.
       new  3a5e194   Explicitly (build-) depend on CGI.pm
       new  7387f54   Update path in debian/copyright.
       new  e93b9b7   debian/rules: remove empty manpages.
       new  7df05ab   Mark package as autopkgtest-able.
       new  6f9d347   releasing package libdancer-perl version 1.3130+dfsg-1

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                    | 2234 ----------------------------
 CONTRIBUTORS                               |  179 +++
 Changes                                    | 2008 +++++++++++++++++++++++++
 INSTALL                                    |   44 +
 LICENSE                                    |   29 +-
 MANIFEST                                   |   58 +-
 META.json                                  |  540 ++++++-
 META.yml                                   |  452 +++++-
 Makefile.PL                                |  226 ++-
 README                                     | 1375 +++++++++++++++++
 README.mkdn                                | 1452 ++++++++++++++++++
 SIGNATURE                                  |  381 +++++
 TODO                                       |   26 -
 {script => bin}/dancer                     |   35 +-
 cpanfile                                   |   63 +
 debian/changelog                           |   16 +-
 debian/control                             |   22 +-
 debian/copyright                           |    2 +-
 debian/libdancer-perl.docs                 |    1 -
 debian/repack.local                        |    4 +-
 debian/rules                               |   30 +
 debian/tests/pkg-perl/test-files           |    2 +
 debian/upstream/metadata                   |    6 +
 doap.xml                                   | 1821 +++++++++++++++++++++++
 lib/Dancer.pm                              |   52 +-
 lib/Dancer/App.pm                          |   32 +-
 lib/Dancer/Config.pm                       |   65 +-
 lib/Dancer/Config/Object.pm                |   21 +-
 lib/Dancer/Continuation.pm                 |   32 +-
 lib/Dancer/Continuation/Halted.pm          |   32 +-
 lib/Dancer/Continuation/Route.pm           |   32 +-
 lib/Dancer/Continuation/Route/ErrorSent.pm |   32 +-
 lib/Dancer/Continuation/Route/FileSent.pm  |   32 +-
 lib/Dancer/Continuation/Route/Forwarded.pm |   32 +-
 lib/Dancer/Continuation/Route/Passed.pm    |   32 +-
 lib/Dancer/Continuation/Route/Templated.pm |   32 +-
 lib/Dancer/Cookbook.pod                    |   72 +-
 lib/Dancer/Cookie.pm                       |   25 +-
 lib/Dancer/Cookies.pm                      |   27 +-
 lib/Dancer/Deployment.pod                  |   32 +-
 lib/Dancer/Deprecation.pm                  |   27 +-
 lib/Dancer/Development.pod                 |   25 +
 lib/Dancer/Development/Integration.pod     |   27 +-
 lib/Dancer/Engine.pm                       |   26 +-
 lib/Dancer/Error.pm                        |   26 +-
 lib/Dancer/Exception.pm                    |   27 +-
 lib/Dancer/Exception/Base.pm               |   25 +-
 lib/Dancer/Factory/Hook.pm                 |   32 +-
 lib/Dancer/FileUtils.pm                    |   26 +-
 lib/Dancer/GetOpt.pm                       |   32 +-
 lib/Dancer/HTTP.pm                         |   26 +-
 lib/Dancer/Handler.pm                      |   32 +-
 lib/Dancer/Handler/Debug.pm                |   40 +-
 lib/Dancer/Handler/PSGI.pm                 |   28 +-
 lib/Dancer/Handler/Standalone.pm           |   32 +-
 lib/Dancer/Hook.pm                         |   35 +-
 lib/Dancer/Hook/Properties.pm              |   33 +-
 lib/Dancer/Introduction.pod                |   67 +-
 lib/Dancer/Logger.pm                       |   28 +-
 lib/Dancer/Logger/Abstract.pm              |   28 +-
 lib/Dancer/Logger/Capture.pm               |   70 +-
 lib/Dancer/Logger/Capture/Trap.pm          |   79 +-
 lib/Dancer/Logger/Console.pm               |   27 +-
 lib/Dancer/Logger/Diag.pm                  |   27 +-
 lib/Dancer/Logger/File.pm                  |   27 +-
 lib/Dancer/Logger/Note.pm                  |   27 +-
 lib/Dancer/Logger/Null.pm                  |   27 +-
 lib/Dancer/MIME.pm                         |   27 +-
 lib/Dancer/ModuleLoader.pm                 |   28 +-
 lib/Dancer/Object.pm                       |   28 +-
 lib/Dancer/Object/Singleton.pm             |   28 +-
 lib/Dancer/Plugin.pm                       |   28 +-
 lib/Dancer/Plugin/Ajax.pm                  |   30 +-
 lib/Dancer/Plugins.pod                     |   25 +-
 lib/Dancer/Renderer.pm                     |   32 +-
 lib/Dancer/Request.pm                      |   24 +-
 lib/Dancer/Request/Upload.pm               |   31 +-
 lib/Dancer/Response.pm                     |   27 +-
 lib/Dancer/Route.pm                        |   32 +-
 lib/Dancer/Route/Cache.pm                  |   30 +-
 lib/Dancer/Route/Registry.pm               |   31 +
 lib/Dancer/Serializer.pm                   |   24 +-
 lib/Dancer/Serializer/Abstract.pm          |   32 +-
 lib/Dancer/Serializer/Dumper.pm            |   32 +-
 lib/Dancer/Serializer/JSON.pm              |   29 +-
 lib/Dancer/Serializer/JSONP.pm             |   27 +
 lib/Dancer/Serializer/Mutable.pm           |   28 +-
 lib/Dancer/Serializer/XML.pm               |   28 +-
 lib/Dancer/Serializer/YAML.pm              |   28 +-
 lib/Dancer/Session.pm                      |   30 +-
 lib/Dancer/Session/Abstract.pm             |  109 +-
 lib/Dancer/Session/Simple.pm               |   26 +-
 lib/Dancer/Session/YAML.pm                 |   24 +-
 lib/Dancer/SharedData.pm                   |   32 +-
 lib/Dancer/Template.pm                     |   24 +-
 lib/Dancer/Template/Abstract.pm            |   24 +-
 lib/Dancer/Template/Simple.pm              |   22 +
 lib/Dancer/Template/TemplateToolkit.pm     |   24 +-
 lib/Dancer/Test.pm                         |   30 +-
 lib/Dancer/Timer.pm                        |   28 +-
 lib/Dancer/Tutorial.pod                    |   31 +-
 t/00-compile.t                             |  146 ++
 t/000-report-versions-tiny.t               |  119 ++
 t/00_base/002_strict_and_warnings.t        |    2 +-
 t/00_base/14_changelog.t                   |  244 ---
 t/07_apphandlers/06_debug.t                |   17 +-
 t/19_dancer/01_script.t                    |    2 +-
 t/19_dancer/02_script_version_from.t       |    2 +-
 108 files changed, 10919 insertions(+), 3140 deletions(-)
 delete mode 100644 CHANGES
 create mode 100644 CONTRIBUTORS
 create mode 100644 Changes
 create mode 100644 INSTALL
 create mode 100644 README
 create mode 100644 README.mkdn
 create mode 100644 SIGNATURE
 delete mode 100644 TODO
 rename {script => bin}/dancer (99%)
 create mode 100644 cpanfile
 delete mode 100644 debian/libdancer-perl.docs
 create mode 100644 debian/tests/pkg-perl/test-files
 create mode 100644 debian/upstream/metadata
 create mode 100644 doap.xml
 create mode 100644 t/00-compile.t
 create mode 100644 t/000-report-versions-tiny.t
 delete mode 100644 t/00_base/14_changelog.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer-perl.git



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