[libsvg-perl] branch master updated (aa1f46e -> fe3d2b6)

gregor herrmann gregoa at debian.org
Mon Feb 19 19:31:29 UTC 2018


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

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

      from  aa1f46e   update changelog
      adds  b940a18   A few of the test files were moved into a more common xt/ location. To run those tests, it's easy to now just ```prove -lr xt```. Those tests have had their eval-wrapped use statements removed to be just plain use statements instead as these tests will not be run by any- one but the author.
      adds  0f2c5ee   Merge branch 'genio/prc-build' of git://github.com/genio/SVG into genio-genio/prc-build
      adds  1c10cb3   - Merged PR #11 (Test Reports), thanks @genio.
      adds  0fd3c84   Merge branch 'genio-genio/prc-build'
      adds  6d77866   - Removed '+x' bits from the script "xt/author/pod-syntax.t".
      adds  7d66ff6   New upstream version 2.84
       new  a9e17d6   Update upstream source from tag 'upstream/2.84'
       new  3a35cb9   Update debian/changelog
       new  feb5f9c   Update years of packaging copyright.
       new  fe3d2b6   releasing package libsvg-perl version 2.84-1

The 4 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                                            |   6 +
 MANIFEST                                           |  15 +-
 META.json                                          |  30 ++-
 META.yml                                           |  24 ++-
 Makefile.PL                                        |  27 ++-
 debian/changelog                                   |   9 +-
 debian/copyright                                   |   2 +-
 lib/SVG.pm                                         |   2 +-
 lib/SVG/DOM.pm                                     |   2 +-
 lib/SVG/Element.pm                                 |   2 +-
 lib/SVG/Extension.pm                               |   2 +-
 lib/SVG/XML.pm                                     |   2 +-
 t/00-report-prereqs.t                              | 212 +++++++++++++++++++++
 t/98-tidyall.t                                     |  18 --
 t/99_test_pod_coverage.t                           |  10 -
 t/96-perl-critic.t => xt/author/perl-critic-tidy.t |   7 +-
 xt/{99_perl_critic.t => author/perl-critic.t}      |   0
 xt/author/pod-coverage.t                           |   5 +
 xt/{98_all_pod.t => author/pod-syntax.t}           |   5 +-
 xt/author/tidyall.t                                |  14 ++
 {t => xt/release}/meta-json.t                      |  10 +-
 {t => xt/release}/meta-yml.t                       |  10 +-
 22 files changed, 324 insertions(+), 90 deletions(-)
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/98-tidyall.t
 delete mode 100644 t/99_test_pod_coverage.t
 rename t/96-perl-critic.t => xt/author/perl-critic-tidy.t (79%)
 rename xt/{99_perl_critic.t => author/perl-critic.t} (100%)
 create mode 100644 xt/author/pod-coverage.t
 rename xt/{98_all_pod.t => author/pod-syntax.t} (54%)
 mode change 100755 => 100644
 create mode 100644 xt/author/tidyall.t
 rename {t => xt/release}/meta-json.t (72%)
 rename {t => xt/release}/meta-yml.t (73%)

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



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