Update to 0.051003:
0.005000 Thu Feb 9 07:03:26 2012 - Fixed handling of slurp() - Removed dependency of English locale in errors.t (thanks to all those who reported it) - Tweaked ipc.t to placate Windows (thanks John) - Disabled implicit open failure warnings (thanks Kevin) - Cleaned up code and commented - Improved performance significantly for chomped cases - Updated Makefile.PL and added Build.pl 0.050000 Thu Feb 9 15:30:53 2012 - No feature changes: update to fix version number regression 0.051000 Thu Jun 14 20:52:15 2012 - Tweaked error.t to placate Windows (thanks mascip) 0.051001 Fri Jul 27 07:58:08 2012 - Doc tweak (thanks John) 0.051003 Sat Feb 9 11:59:34 2013 - Documented limitations of C<slurp> on certain platforms (e.g. no piped opens under Windows). - Allowed layer options to have parenthesized args (Thanks Kevin) - Handle File::Temp filehandles correctly (thanks Kevin)
This commit is contained in:
parent
1c17a96b09
commit
d8a6b3e666
2 changed files with 6 additions and 8 deletions
|
@ -1,9 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:40 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.10 2013/09/05 19:23:11 wiz Exp $
|
||||
|
||||
DISTNAME= Perl6-Slurp-0.03
|
||||
DISTNAME= Perl6-Slurp-0.051003
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:57:54 abs Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/09/05 19:23:11 wiz Exp $
|
||||
|
||||
SHA1 (Perl6-Slurp-0.03.tar.gz) = f4b98d6144e786cf13fa56ee3105e214ed803acf
|
||||
RMD160 (Perl6-Slurp-0.03.tar.gz) = 1739d3c9249c42427ac2097c098b102893a34d10
|
||||
Size (Perl6-Slurp-0.03.tar.gz) = 7120 bytes
|
||||
SHA1 (Perl6-Slurp-0.051003.tar.gz) = 4a616a1de1535f38643dbc826a361f864d703b51
|
||||
RMD160 (Perl6-Slurp-0.051003.tar.gz) = 5c479ec9360fa8bdc351c696cd1ba3202b74d6c6
|
||||
Size (Perl6-Slurp-0.051003.tar.gz) = 9831 bytes
|
||||
|
|
Loading…
Reference in a new issue