[libdata-validate-ip-perl] branch master updated (82bf74d -> 09e6d1c)

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Feb 11 14:21:13 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  82bf74d   update changelog
      adds  56619a2   Add family agnostic subs
      adds  da58e1b   Don't return () in list context
      adds  8a61c9b   Tidy
      adds  b45d75e   Merge pull request #5 from oschwald/greg/generic-ip-subs
      adds  dc921d0   Add .travis.yml file
      adds  2c187fc   Set $VERSION in code
      adds  053effa   Reformat Changes dates
      adds  5a07a13   Ignore .tidyall.d
      adds  e022722   Remove old xt spelling test
      adds  56c9bb7   Make critic & tidy happy
      adds  1578eb0   Add generated files
      adds  a96a2fb   Small formatting tweak for Changes
      adds  379f8f7   Credit Greg for his changes
      adds  b6806c4   Reformat Changes
      adds  a2ad68e   Don't bail when taint test cannot run
      adds  ec7cbeb   Add Test::Taint to develop requires
      adds  2f7f03c   Tidy all code
      adds  970b495   v0.25
      adds  4f72fd8   Imported Upstream version 0.25
       new  04e84d8   Merge tag 'upstream/0.25'
       new  37f8d3f   Update debian/changelog
       new  0a39acf   Update d/u/metadata
       new  c63ac5b   Update years of upstream copyright
       new  228e833   Refresh Upstream-Contact in d/copyright
       new  958adf8   Update Debian packaging copyright
       new  fc2e6b6   Bump debhelper compatibility level to 9
       new  671b7e7   Declare compliance with Debin policy 3.9.7
       new  9c2d946   Use versioned libtest-simple-perl (>= 0.96) as build dependency
       new  09e6d1c   Releasing libdata-validate-ip-perl version 0.25-1

The 10 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                                         | 313 ++++++++-----
 INSTALL                                         |   1 -
 LICENSE                                         |   8 +-
 MANIFEST                                        |  18 +-
 META.json                                       | 589 ++++++++++++++++--------
 META.yml                                        | 485 ++++++++++++-------
 Makefile.PL                                     |  24 +-
 README.md                                       | 334 ++++++++------
 bench/foo                                       |  43 --
 cpanfile                                        |  48 ++
 debian/changelog                                |  17 +-
 debian/compat                                   |   2 +-
 debian/control                                  |   5 +-
 debian/copyright                                |   5 +-
 debian/upstream/metadata                        |   6 +-
 dist.ini                                        |   5 +-
 lib/Data/Validate/IP.pm                         | 188 +++++---
 perlcriticrc                                    |  60 +++
 t/00-report-prereqs.dd                          |  21 +-
 t/00-report-prereqs.t                           |  13 +-
 t/Data-Validate-IP-slow.t                       |   1 +
 t/Untaint.t                                     |   8 +-
 t/{00-compile.t => author-00-compile.t}         |  20 +-
 t/{author-no-tabs.t => author-eol.t}            |  19 +-
 t/author-mojibake.t                             |  17 +
 t/author-no-tabs.t                              |  15 +-
 t/author-pod-spell.t                            |   3 +-
 t/{release-pod-syntax.t => author-pod-syntax.t} |   5 +-
 t/author-test-version.t                         |  32 ++
 t/lib/Test/Data/Validate/IP.pm                  |  43 +-
 t/{release-eol.t => release-meta-json.t}        |  10 +-
 t/release-pod-coverage.t                        |   9 +
 t/release-pod-spell.t                           |  50 --
 t/release-portability.t                         |   1 +
 t/{release-pod-syntax.t => release-tidyall.t}   |  11 +-
 tidyall.ini                                     |  19 +
 weaver.ini                                      |  17 +
 37 files changed, 1609 insertions(+), 856 deletions(-)
 delete mode 100644 bench/foo
 create mode 100644 cpanfile
 create mode 100644 perlcriticrc
 rename t/{00-compile.t => author-00-compile.t} (62%)
 copy t/{author-no-tabs.t => author-eol.t} (64%)
 create mode 100644 t/author-mojibake.t
 copy t/{release-pod-syntax.t => author-pod-syntax.t} (56%)
 create mode 100644 t/author-test-version.t
 rename t/{release-eol.t => release-meta-json.t} (50%)
 delete mode 100644 t/release-pod-spell.t
 rename t/{release-pod-syntax.t => release-tidyall.t} (70%)
 create mode 100644 tidyall.ini
 create mode 100644 weaver.ini

-- 
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