[libfile-which-perl] branch master updated (f7f41b2 -> a1be687)

Florian Schlichting fsfs at moszumanska.debian.org
Sat May 2 22:23:36 UTC 2015


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

fsfs pushed a change to branch master
in repository libfile-which-perl.

      from  f7f41b2   update changelog
       new  474cc5c   Add debian/upstream/metadata
       new  2c772fa   Update debian/changelog
      adds  6bfa877   Imported Upstream version 1.17
       new  acdafe8   Merge tag 'upstream/1.17'
       new  59dc812   Import Upstream version 1.17
       new  b66835e   Update upstream metadata
       new  e5495f4   Email change: Florian Schlichting -> fsfs at debian.org
       new  a8b79a8   Drop ignore-pwhich.patch, pwhich was split out from File-Which
       new  4bf1c66   Update copyright holders and years
       new  17d8b4a   Drop build-dependencies now only used for release testing
       new  07e6924   Declare compliance with Debian Policy 3.9.6 (no changes necessary)
       new  14fdb60   Add autopkgtest header
       new  a1be687   update changelog for release

The 12 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                            |  45 ++-
 INSTALL                            |  43 +++
 LICENSE                            | 669 +++++++++++++++++++------------------
 MANIFEST                           |  30 +-
 META.json                          |  51 +++
 META.yml                           |  46 +--
 Makefile.PL                        |  69 ++--
 README                             | 211 ++++++++----
 cpanfile                           |  11 +
 debian/changelog                   |  14 +-
 debian/control                     |  13 +-
 debian/copyright                   |   5 +-
 debian/libfile-which-perl.examples |   1 -
 debian/patches/ignore-pwhich.patch |  16 -
 debian/patches/series              |   1 -
 debian/rules                       |   3 -
 debian/upstream/metadata           |   8 +
 dist.ini                           |  30 ++
 lib/File/Which.pm                  | 383 ++++++++++++---------
 script/pwhich                      | 141 --------
 t/00_diag.t                        |  91 +++++
 t/00_diag.txt                      |   2 +
 t/01_compile.t                     |  14 +-
 t/02_all.t                         |  28 +-
 t/03_simple.t                      |  97 +++---
 t/04_pwhich.t                      |  18 +-
 t/97_meta.t                        |  27 --
 t/98_pod.t                         |  32 --
 t/99_pmv.t                         |  32 --
 t/test-bin/all                     |   0
 t/test-bin/test2.bat               |   4 +-
 t/test-bin/test3                   |   0
 xt/release/build_environment.t     |   9 +
 xt/release/eol.t                   |  14 +
 xt/release/fixme.t                 |  19 ++
 xt/release/no_tabs.t               |  15 +
 xt/release/pod.t                   |  15 +
 xt/release/pod_coverage.t          |  72 ++++
 xt/release/pod_spelling_common.t   |  27 ++
 xt/release/pod_spelling_system.t   | 101 ++++++
 xt/release/release.yml             |  22 ++
 xt/release/strict.t                |  15 +
 xt/release/version.t               |  36 ++
 43 files changed, 1505 insertions(+), 975 deletions(-)
 create mode 100644 INSTALL
 create mode 100644 META.json
 create mode 100644 cpanfile
 delete mode 100644 debian/libfile-which-perl.examples
 delete mode 100644 debian/patches/ignore-pwhich.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 delete mode 100644 script/pwhich
 create mode 100644 t/00_diag.t
 create mode 100644 t/00_diag.txt
 delete mode 100644 t/97_meta.t
 delete mode 100644 t/98_pod.t
 delete mode 100644 t/99_pmv.t
 mode change 100644 => 100755 t/test-bin/all
 mode change 100644 => 100755 t/test-bin/test3
 create mode 100644 xt/release/build_environment.t
 create mode 100644 xt/release/eol.t
 create mode 100644 xt/release/fixme.t
 create mode 100644 xt/release/no_tabs.t
 create mode 100644 xt/release/pod.t
 create mode 100644 xt/release/pod_coverage.t
 create mode 100644 xt/release/pod_spelling_common.t
 create mode 100644 xt/release/pod_spelling_system.t
 create mode 100644 xt/release/release.yml
 create mode 100644 xt/release/strict.t
 create mode 100644 xt/release/version.t

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



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