[libpadre-plugin-yaml-perl] branch master updated (0b3352d -> 87b4281)

Damyan Ivanov dmn at alioth.debian.org
Sun Oct 20 18:15:30 UTC 2013


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

dmn pushed a change to branch master
in repository libpadre-plugin-yaml-perl.

      from  0b3352d   Remove trailing whitespace
      adds  fc4229d   Imported Upstream version 0.10
       new  42a0ff5   Merge tag 'upstream/0.10'
       new  88d5a4b   Imported Upstream version 0.10
       new  e555fc9   update Homepage
       new  1266561   add libtest-requires-perl to build-dependencies
       new  fda883f   add a patch dropping version requirement for 'parent'
       new  ebf4fbc   claim conformance with Policu 3.9.4
       new  87b4281   releasing package libpadre-plugin-yaml-perl version 0.10-1

The 7 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                                   |   84 ++++---
 LICENSE                                   |  378 +++++++++++++++++++++++++++++
 MANIFEST                                  |   11 +-
 META.yml                                  |   28 ++-
 MYMETA.json                               |   63 -----
 MYMETA.yml                                |   37 ---
 Makefile.PL                               |   47 ++--
 README                                    |    2 +-
 debian/changelog                          |   17 +-
 debian/control                            |    5 +-
 debian/patches/drop-parent-ver-dep.patch  |   20 ++
 debian/patches/series                     |    1 +
 inc/Module/Install/DSL.pm                 |  102 ++++++++
 inc/Module/Install/Msgfmt.pm              |   39 ---
 inc/Module/Install/With.pm                |   84 +++++++
 lib/Padre/Plugin/YAML.pm                  |  137 ++++++-----
 lib/Padre/Plugin/YAML/Document.pm         |   22 +-
 lib/Padre/Plugin/YAML/Syntax.pm           |   35 +--
 t/00-load.t                               |   17 ++
 t/00.load.t                               |   13 -
 t/01-compile.t                            |   65 ++---
 t/02-pod.t                                |   25 +-
 t/{03-podcoverage.t => 03-pod-coverage.t} |   21 +-
 t/04-yaml.t                               |   39 ++-
 t/05-document.t                           |   21 +-
 t/06-syntax.t                             |   22 +-
 t/07-report-prereqs.t                     |   67 +++++
 27 files changed, 983 insertions(+), 419 deletions(-)
 create mode 100644 LICENSE
 delete mode 100644 MYMETA.json
 delete mode 100644 MYMETA.yml
 create mode 100644 debian/patches/drop-parent-ver-dep.patch
 create mode 100644 debian/patches/series
 create mode 100644 inc/Module/Install/DSL.pm
 delete mode 100644 inc/Module/Install/Msgfmt.pm
 create mode 100644 inc/Module/Install/With.pm
 create mode 100644 t/00-load.t
 delete mode 100644 t/00.load.t
 rename t/{03-podcoverage.t => 03-pod-coverage.t} (50%)
 create mode 100644 t/07-report-prereqs.t

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



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