[libcpan-meta-perl] branch master updated (b94edb3 -> 23821e8)

gregor herrmann gregoa at debian.org
Fri Jun 26 20:37:51 UTC 2015


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

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

      from  b94edb3   releasing package libcpan-meta-perl version 2.150001-1
      adds  0bf0ec9   After release: bump $VERSION and timestamp Changes
      adds  f653a47   move config into the bundle
      adds  15850b3   preserve release_status on upconversion
      adds  61bef6b   remove unneeded shebang
      adds  dcc639f   remove unneeded temp variables
      adds  566a28d   add vim modelines everywhere
      adds  40d7528   fix rendering of failures
      adds  3c5d3bd   print the errors that occurred
      adds  ede9f80   fix test name
      adds  b5dc22b   add a test for merging a second-level key
      adds  b00559e   handle undefs in metadata without producing uninitialized errors
      adds  d923c57   merge hashes uniquely by recursing until the leaf, rather than rejecting identical parent keys
      adds  201420b   update MakeMaker
      adds  27f4d97   updated Changes
      adds  e05189e   After release: bump $VERSION and timestamp Changes
      adds  13536b5   clean whitespace in the bad-version-hook in Converter
      adds  fd85b38   add x_serialization_backend entry
      adds  195f5a8   Update Makefile.PL
      adds  4454f50   After release: bump $VERSION and timestamp Changes
      adds  5b3c0ef   Add explicit license information to the historical META.yml specifications
      adds  6477f49   updated Changes regarding historical spec licenses
      adds  f9459bd   typo
      adds  01d951c   add corpus test for x_deprecated in "provides"
      adds  94e0aa9   augment .mailmap with a more pinpointed link
      adds  59a15ca   ignore everything that Makefile.PL produces
      adds  59be734   add separation between each block of tests using the same data file
      adds  beb3cce   declare extra policy modules used by perlcritic
      adds  04ae4ad   updated Changes
      adds  d147727   After release: bump $VERSION and timestamp Changes
      adds  b0ed3e6   strip non-ascii characters from these data samples
      adds  46c4829   fix entry for dolmen, our unicode canary
      adds  3b8e844   update Changes for release
      adds  e0cd684   Update Makefile.PL
      adds  45eb984   Imported Upstream version 2.150005
       new  d079622   Merge tag 'upstream/2.150005'
       new  8f912c0   Update debian/changelog
       new  ad7181d   add bug closer
       new  51b0671   Add information about lib/CPAN/Meta/History/Meta* to debian/copyright.
       new  23821e8   releasing package libcpan-meta-perl version 2.150005-1

The 5 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                                            |  35 +++++
 MANIFEST                                           |   5 +-
 META.json                                          |  30 +++--
 META.yml                                           |  24 ++--
 Makefile.PL                                        |   4 +-
 README                                             |  12 +-
 cpanfile                                           |   5 +-
 debian/changelog                                   |   9 ++
 debian/copyright                                   |   6 +-
 dist.ini                                           |   8 +-
 lib/CPAN/Meta.pm                                   |  35 ++++-
 lib/CPAN/Meta/Converter.pm                         |  10 +-
 lib/CPAN/Meta/Feature.pm                           |  11 +-
 lib/CPAN/Meta/History.pm                           |   4 +-
 lib/CPAN/Meta/History/Meta_1_0.pod                 |   3 +-
 lib/CPAN/Meta/History/Meta_1_1.pod                 |   3 +-
 lib/CPAN/Meta/History/Meta_1_2.pod                 |   3 +-
 lib/CPAN/Meta/History/Meta_1_3.pod                 |   3 +-
 lib/CPAN/Meta/History/Meta_1_4.pod                 |   3 +-
 lib/CPAN/Meta/Merge.pm                             |  25 +++-
 lib/CPAN/Meta/Prereqs.pm                           |  15 ++-
 lib/CPAN/Meta/Spec.pm                              |   4 +-
 lib/CPAN/Meta/Validator.pm                         |  11 +-
 t/00-report-prereqs.dd                             |   4 +-
 t/00-report-prereqs.t                              |   2 +-
 t/converter-bad.t                                  |   2 +-
 t/converter-fail.t                                 |   2 +-
 t/converter-fragments.t                            |   4 +-
 t/converter.t                                      |  12 ++
 .../{META-1_0.yml => preserve-release-status.yml}  |   1 +
 t/data-test/x_deprecated-META.json                 | 148 +++++++++++++++++++++
 t/data-valid/x_deprecated-META.yml                 |  91 +++++++++++++
 t/load-bad.t                                       |   8 +-
 t/merge.t                                          |  64 ++++++++-
 t/meta-obj.t                                       |   1 +
 t/no-index.t                                       |   1 +
 t/optional_feature-merge.t                         |   8 +-
 t/prereqs-finalize.t                               |   5 +-
 t/prereqs-merge.t                                  |   1 +
 t/prereqs.t                                        |   2 +-
 t/repository.t                                     |   1 +
 t/save-load.t                                      |  22 +++
 t/validator.t                                      |   3 +-
 xt/author/00-compile.t                             |   9 +-
 xt/author/pod-spell.t                              |  10 +-
 xt/release/test-version.t                          |   9 +-
 46 files changed, 570 insertions(+), 108 deletions(-)
 copy t/data-test/{META-1_0.yml => preserve-release-status.yml} (94%)
 create mode 100644 t/data-test/x_deprecated-META.json
 create mode 100644 t/data-valid/x_deprecated-META.yml

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



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