[libdancer-plugin-rest-perl] branch master updated (f57c72e -> 39f32ff)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Apr 23 22:47:21 UTC 2014


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

fsfs pushed a change to branch master
in repository libdancer-plugin-rest-perl.

      from  f57c72e   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  aeced19   Imported Upstream version 0.11
       new  ba110bf   Merge tag 'upstream/0.11'
       new  ee1092c   Import Upstream version 0.11
       new  61905c8   Add year to upstream copyright
       new  5749c08   Make Dancer dependency versioned, and specify M::B minimum version
       new  25ca08c   Ship CONTRIBUTORS as docs
       new  5846f1f   Declare compliance with Debian Policy 3.9.5
       new  d2c48fa   switch cdbs to perl-build.mk
       new  62a2427   Update Vcs-* fields to their canonical value
       new  39f32ff   prepare changelog for release

The 9 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:
 Build.PL                               |  68 ++++++
 CHANGES                                |  36 ----
 CONTRIBUTORS                           |  11 +
 Changes                                |  68 ++++++
 INSTALL                                |  44 ++++
 LICENSE                                | 379 +++++++++++++++++++++++++++++++++
 MANIFEST                               |  24 ++-
 META.json                              |  66 ++++--
 META.yml                               |  49 +++--
 Makefile.PL                            |  49 -----
 README                                 | 114 +++++++++-
 README.mkdn                            | 125 +++++++++++
 SIGNATURE                              |  45 ++++
 debian/changelog                       |  15 +-
 debian/control                         |   9 +-
 debian/control.in                      |   6 +-
 debian/copyright                       |   2 +-
 debian/libdancer-plugin-rest-perl.docs |   1 +
 debian/rules                           |   6 +-
 lib/Dancer/Plugin/REST.pm              | 122 +++++++----
 t/00-compile.t                         |  50 +++++
 t/000-report-versions-tiny.t           |  82 +++++++
 t/03_resource.t                        |   8 +-
 t/04_helpers.t                         | 110 ++++++++++
 t/04_plugin_settings.t                 |  12 +-
 t/05_serializer_and_resource.t         |  53 +++++
 t/default-serializer.t                 |  34 +++
 t/two-posts.t                          |  40 ++++
 xt/release/unused-vars.t               |   8 +
 29 files changed, 1453 insertions(+), 183 deletions(-)
 create mode 100644 Build.PL
 delete mode 100644 CHANGES
 create mode 100644 CONTRIBUTORS
 create mode 100644 Changes
 create mode 100644 INSTALL
 create mode 100644 LICENSE
 delete mode 100644 Makefile.PL
 create mode 100644 README.mkdn
 create mode 100644 SIGNATURE
 create mode 100644 debian/libdancer-plugin-rest-perl.docs
 create mode 100644 t/00-compile.t
 create mode 100644 t/000-report-versions-tiny.t
 create mode 100644 t/04_helpers.t
 create mode 100644 t/05_serializer_and_resource.t
 create mode 100644 t/default-serializer.t
 create mode 100644 t/two-posts.t
 create mode 100644 xt/release/unused-vars.t

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



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