Update to 1.16:
1.16 Sun 29 Mar 2015 - Remove use Test::Script from tests that escaped when this requirement became optional. 1.15 Sun 29 Mar 2015 - Fixed small but important POD error 1.14 Sun 29 Mar 2015 - App::pwhich is no longer bundled with File::Which and included in its own distribution. - pwhich that comes with this distribution is deprecated, and will report a warning if you try to use it, you should insted install App::pwhich. - pwhich that comes with this distribution will not be installed if App::pwhich 1.14 or better is already installed. - pwhich will be removed from this distribution, but not before 30 April 2015. - Make Test::Script an optional dependency 1.12 Thu 26 Mar 2015 - Fixed bug in pwhich introduced in version 1.10 where only the first file was searched for 1.11 Thu 26 Mar 2015 - Support for relative and fully qualified paths in Unix (gh#2) 1.10 Thu 26 Mar 2015 - Test::Script is now a test instead of runtime requirement It will be entirely removed as a prerequisite in a subsequent release - Will now find .exe and .com files (as it should) on cygwin (rt83146) - Declared required Perl version is now 5.005003 - Updated repository and maintainer information. Source for this dist now lives on GitHub - New module App::pwhich contains the guts of pwhich. It will be moved into a separate dist in the near future. pwhich will be deprecated and removed from this dist in the near future.
This commit is contained in:
parent
2d8abc4d96
commit
1a2f015f6f
2 changed files with 6 additions and 8 deletions
|
@ -1,9 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.13 2014/10/09 14:06:19 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.14 2015/04/02 22:45:46 wiz Exp $
|
||||
|
||||
DISTNAME= File-Which-1.09
|
||||
DISTNAME= File-Which-1.16
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2009/10/11 08:06:42 sno Exp $
|
||||
$NetBSD: distinfo,v 1.5 2015/04/02 22:45:46 wiz Exp $
|
||||
|
||||
SHA1 (File-Which-1.09.tar.gz) = 7862595004e68276c11bc012380f19f4b09c5cf7
|
||||
RMD160 (File-Which-1.09.tar.gz) = 2ebbe4afe4bdefada7f66c726a4156cbaecd0490
|
||||
Size (File-Which-1.09.tar.gz) = 15637 bytes
|
||||
SHA1 (File-Which-1.16.tar.gz) = 85501035a6d8e2afe9ca49b322b1f9e9848c06cf
|
||||
RMD160 (File-Which-1.16.tar.gz) = dc24a5b4f9085d2b215cf3d19ccf56ba99eeb31b
|
||||
Size (File-Which-1.16.tar.gz) = 17194 bytes
|
||||
|
|
Loading…
Reference in a new issue