pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-FileHandle-Unget



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Apr  9 01:28:23 UTC 2015

Modified Files:
        pkgsrc/devel/p5-FileHandle-Unget: Makefile distinfo

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()


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-FileHandle-Unget/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-FileHandle-Unget/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index