Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-FileHandle-Unget
From: Makoto Fujiwara
Date: 2015-04-09 03:28:23
Message id: 20150409012823.7585598@cvs.netbsd.org
Log Message:
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()
Files: