Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 14:34:16 UTC Now

2015-04-09 01:28:23 UTC MAIN commitmail json YAML

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

(mef)