[libfile-which-perl] branch master updated (c8adbbf -> 059fed1)

gregor herrmann gregoa at debian.org
Sun Oct 18 13:50:07 UTC 2015


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

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

      from  c8adbbf   releasing package libfile-which-perl version 1.18-1
      adds  2482531   Merge tag 'upstream/1.18' into upstream
      adds  5e2c814   version 0.01
      adds  6dd4643   version 0.02
      adds  0602c55   version 0.03
      adds  cdc2eaa   version 0.04
      adds  32b37d1   version 0.05
      adds  a793318   Preparing for updated release
      adds  0f184e1   Preparing for updated release
      adds  2d4869c   Preparing for updated release
      adds  9ad9006   Preparing for updated release
      adds  ed4cd57   Ready for release
      adds  6023abf   Ready for release
      adds  1e156c3   Prepare for a production release
      adds  cebe45c   Tweaks
      adds  1160034   Fixed pwhich. Added test script for pwhich. Added dependency on File::Which
      adds  5e27ebc   Fixed pwhich. Added test script for pwhich. Added dependency on File::Which
      adds  874b56a   Fixed pwhich. Added test script for pwhich. Added dependency on File::Which
      adds  521e7c9   This should unbreak cygwin
      adds  6cb409a   declare Test::More, Test::Script as test_requires (rt99378)
      adds  68bf801   typo fixes (rt86467)
      adds  56df448   fix fails to find EXEs on cygwin (rt83146) I confirmed the patch in the rt worked, but even better to use PATHEXT to find other types of executables like .BAT and .COM
      adds  ee2ef59   generate META.json for dynamic config (rt99378)
      adds  1109261   fix fails to find EXEs on cygwin (rt83146) after further testing, cygwin supports .com and .exe but not .bat or the rest of PATHEXT
      adds  5c8885c   house keeping
      adds  b01231c   according to perlver the actual minimum version of Perl is 5.5.3
      adds  8ab893a   add repository information to fix rt101892
      adds  114eab9   add SEE ALSO for Devel::CheckBin fixes rt101893
      adds  b818df5   update issue tracker and maintainer stuff
      adds  4b0e4ac   update gitignore
      adds  5f742ec   split script tests from File::Which tests
      adds  61fdbd1   put script code in App::pwhich (related to rt94757, rt94758, rt94758)
      adds  058072e   add pod to App::pwhich
      adds  8e1860f   more documentation references
      adds  4097cf1   version 1.10
      adds  9caceb6   fix for #2
      adds  296b988   version 1.11
      adds  eb4904c   put the return in the right place
      adds  d8f5868   spelling
      adds  a03abea   version 1.12
      adds  c532acc   remove dep on Test::Script
      adds  64b4b3c   fold App::pwhich into script/pwhich
      adds  994232d   we know that this is correct for win32 VMS or MacOS are unlikely to be supported, but if someone steps forward would be happy to do merge patches
      adds  4739e35   update manifest
      adds  005fea7   add deprecation warning
      adds  7209ba8   make sure that App::pwhich is not index (probably would not be)
      adds  304593b   another see also
      adds  3c05eb8   version 1.14
      adds  1cbf186   fix POD
      adds  93be8cf   version 1.15
      adds  cb4269f   fix for #3
      adds  8d08169   version 1.16
      adds  b780e19   remove pwhich
      adds  a04dd98   remove old makefile
      adds  7155144   doco
      adds  a7e9df2   email update
      adds  c029d3e   spelling
      adds  6ddd44a   remove reference to MacOS so as nobody gets it confused with OS X
      adds  3715b6c   doco on cygwin
      adds  ccd26e6   additional see also
      adds  390e63d   constant is part of the core
      adds  4503751   update Changes in preperation for release tomorrow
      adds  869e699   v1.17
      adds  78edc0a   use a single "use constant" for all IS_$^O constants
      adds  eaf608a   remove prototype
      adds  c47b34c   v1.18
      adds  f57a862   update release tests
      adds  ed495b5   relax requirement to Perl 5.6
      adds  a3dae29   Revert "use a single "use constant" for all IS_$^O constants"
      adds  d54ac23   document support status for older Perls
      adds  0ec65cc   doco
      adds  aef943b   faster travis
      adds  10586ad   no non-core requirements back to 5.6.2
      adds  e4b71dd   update changes
      adds  127b726   spelling
      adds  413c7fd   v1.19
      adds  4d78dfa   Imported Upstream version 1.19
       new  749f989   Merge tag 'upstream/1.19'
       new  7c15a6c   Update debian/changelog
       new  73a0bc6   remove boilerplate comments from debian/watch
       new  018ea7f   Update years of packaging copyright.
       new  1f35103   Bump debhelper compatibility level to 9.
       new  059fed1   releasing package libfile-which-perl version 1.19-1

The 6 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                        |  5 +++++
 MANIFEST                       |  3 +--
 META.json                      | 12 ++++++------
 META.yml                       | 12 ++++++------
 Makefile.PL                    | 16 ++++++++--------
 README                         |  9 ++++++++-
 cpanfile                       |  8 ++++----
 debian/changelog               |  8 ++++++++
 debian/compat                  |  2 +-
 debian/control                 |  2 +-
 debian/copyright               |  2 +-
 debian/watch                   |  1 -
 dist.ini                       | 11 +++++------
 lib/File/Which.pm              | 24 +++++++++++++-----------
 t/01_compile.t                 |  1 -
 t/02_all.t                     |  1 -
 t/03_simple.t                  |  1 -
 t/04_pwhich.t                  |  1 -
 xt/release/build_environment.t |  9 ---------
 xt/release/version.t           | 12 ++++++++++--
 20 files changed, 77 insertions(+), 63 deletions(-)
 delete mode 100644 xt/release/build_environment.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