Update 0.1623 to 0.1625
----------------------- Version 0.1625: Mon Mar 30 2015 - Modify the memory leak test to check for <= 0 bytes. I'm not sure how this scenario happens, but test failures like this indicate that it can: http://www.cpantesters.org/cpan/report/bdd0e36c-d0dd-11e4-954f-5702e0bfc7aa - Attempt to fix loss of lines when $/ is undef. Thanks to Nigel Horne for the automated testing that found the failure. http://www.cpantesters.org/cpan/report/60452d60-d3cc-11e4-b60b-c2157e3e1735 Version 0.1624: Sun Mar 22 2015 - Moved code to github - Added POD test - Improve testability of binmode_bug.t, stdin_tell_bug.t - Implement a potential fix for test failures where FileHandle::getline() seems to be reading a single line even though $/ is undef. Unfortunately I can't reproduce this failure, so I'll submit and check the CPAN Testers reports. - Use "local $/" instead of reassigning global $/. Perhaps this is somehow related to the test failures above? - Improve documentation for input_record_separator()
This commit is contained in:
parent
79a57cb9d0
commit
5b08c2a957
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.17 2014/05/29 23:35:56 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2015/04/09 01:28:23 mef Exp $
|
||||
|
||||
DISTNAME= FileHandle-Unget-0.1623
|
||||
DISTNAME= FileHandle-Unget-0.1625
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FileHandle/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/09/12 20:02:54 sno Exp $
|
||||
$NetBSD: distinfo,v 1.6 2015/04/09 01:28:23 mef Exp $
|
||||
|
||||
SHA1 (FileHandle-Unget-0.1623.tar.gz) = be9121639560227872aa75cfdd5dcbd0ed567697
|
||||
RMD160 (FileHandle-Unget-0.1623.tar.gz) = 20b751cddcb895d68c99d17c05862622a645035f
|
||||
Size (FileHandle-Unget-0.1623.tar.gz) = 32166 bytes
|
||||
SHA1 (FileHandle-Unget-0.1625.tar.gz) = bd8d5bcbd931bf056db50bef97a67a35275eb220
|
||||
RMD160 (FileHandle-Unget-0.1625.tar.gz) = 495fb83fbaef773cc93111878ee47609cd8c4e88
|
||||
Size (FileHandle-Unget-0.1625.tar.gz) = 37286 bytes
|
||||
|
|
Loading…
Reference in a new issue