[libdata-validate-ip-perl] branch master updated (963e643 -> 6f911fe)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Jun 13 16:10:34 UTC 2016


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

kanashiro-guest pushed a change to branch master
in repository libdata-validate-ip-perl.

      from  963e643   update changelog
      adds  1f70928   Bump version after release
      adds  e06ff27   Changes is not pod
      adds  c787bf7   Tidy with latest Perl::Tidy
      adds  2f6b7ff   Test with Perl 5.24
      adds  25c6143   Use 5.24 for coverage
      adds  fdfdf3d   Remove Test::CleanNamespaces plugin
      adds  963c557   Update generated files
      adds  8dd3392   Add CONTRIBUTING.md
      adds  8a76d51   Handle invalid IPv6 addresses with leading 0s
      adds  169d31a   No need for weaver.ini
      adds  319b405   Include Test::Vars check in tidyall
      adds  91a6203   Rename .test-vars-ignore => test-vars-ignore so dzil gather sees it
      adds  d4f0b62   v0.26
      adds  5f59fb9   Imported Upstream version 0.26
       new  33fc27c   Merge tag 'upstream/0.26'
       new  301401b   Update debian/changelog
       new  2146219   Declare compliance with Debian policy 3.9.8
       new  2c0d915   debian/control: drop explicit build dependency on libtest-simple-perl
       new  6f911fe   Release libdata-validate-ip-perl version 0.26-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:
 CONTRIBUTING.md                                    | 131 +++++
 Changes                                            |  15 +-
 MANIFEST                                           |  35 +-
 META.json                                          | 653 ++++++++++++---------
 META.yml                                           | 549 +++++++++--------
 Makefile.PL                                        |   4 +-
 README.md                                          | 341 ++++++-----
 cpanfile                                           |  11 +-
 debian/changelog                                   |  13 +-
 debian/control                                     |   3 +-
 dist.ini                                           |   1 +
 lib/Data/Validate/IP.pm                            |  44 +-
 perlcriticrc                                       |   9 +-
 t/00-report-prereqs.dd                             |  13 +-
 t/00-report-prereqs.t                              |   2 +-
 t/author-eol.t                                     |  43 --
 t/author-mojibake.t                                |  17 -
 t/author-no-tabs.t                                 |  43 --
 t/lib/Test/Data/Validate/IP.pm                     |   1 +
 t/release-meta-json.t                              |  12 -
 t/release-synopsis.t                               |  13 -
 t/release-tidyall.t                                |  17 -
 test-vars-ignore                                   |   1 +
 tidyall.ini                                        |  29 +-
 weaver.ini                                         |  17 -
 t/author-00-compile.t => xt/author/00-compile.t    |   8 -
 xt/author/eol.t                                    |  20 +
 xt/author/mojibake.t                               |   9 +
 xt/author/no-tabs.t                                |  20 +
 .../author/pod-coverage.t                          |   8 -
 t/release-pod-no404s.t => xt/author/pod-no404s.t   |   8 -
 t/author-pod-spell.t => xt/author/pod-spell.t      |  11 +-
 t/author-pod-syntax.t => xt/author/pod-syntax.t    |   8 -
 .../author/test-version.t                          |  11 +-
 .../release/cpan-changes.t                         |   8 -
 xt/release/meta-json.t                             |   4 +
 .../release/pod-linkcheck.t                        |   8 -
 .../release/portability.t                          |   8 -
 xt/release/synopsis.t                              |   5 +
 xt/release/tidyall.t                               |  15 +
 40 files changed, 1173 insertions(+), 995 deletions(-)
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 t/author-eol.t
 delete mode 100644 t/author-mojibake.t
 delete mode 100644 t/author-no-tabs.t
 delete mode 100644 t/release-meta-json.t
 delete mode 100644 t/release-synopsis.t
 delete mode 100644 t/release-tidyall.t
 create mode 100644 test-vars-ignore
 delete mode 100644 weaver.ini
 rename t/author-00-compile.t => xt/author/00-compile.t (88%)
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/no-tabs.t
 rename t/release-pod-coverage.t => xt/author/pod-coverage.t (86%)
 rename t/release-pod-no404s.t => xt/author/pod-no404s.t (68%)
 rename t/author-pod-spell.t => xt/author/pod-spell.t (62%)
 rename t/author-pod-syntax.t => xt/author/pod-syntax.t (52%)
 rename t/author-test-version.t => xt/author/test-version.t (69%)
 rename t/release-cpan-changes.t => xt/release/cpan-changes.t (53%)
 create mode 100644 xt/release/meta-json.t
 rename t/release-pod-linkcheck.t => xt/release/pod-linkcheck.t (68%)
 rename t/release-portability.t => xt/release/portability.t (54%)
 create mode 100644 xt/release/synopsis.t
 create mode 100644 xt/release/tidyall.t

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



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