diff options
author | Olivier Blin <blino@mageia.org> | 2011-04-12 11:36:52 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-04-12 11:36:52 +0000 |
commit | d8a7fd2813dccec1f2863700ce4ef0f3e5a12c30 (patch) | |
tree | 6d213d68795ca3f1d0a8c28f6b34411d07c05439 /NEWS | |
parent | e2c864512f4e0643422ebd4a8af1e333b67be424 (diff) | |
download | perl-MDK-Common-d8a7fd2813dccec1f2863700ce4ef0f3e5a12c30.tar perl-MDK-Common-d8a7fd2813dccec1f2863700ce4ef0f3e5a12c30.tar.gz perl-MDK-Common-d8a7fd2813dccec1f2863700ce4ef0f3e5a12c30.tar.bz2 perl-MDK-Common-d8a7fd2813dccec1f2863700ce4ef0f3e5a12c30.tar.xz perl-MDK-Common-d8a7fd2813dccec1f2863700ce4ef0f3e5a12c30.zip |
substInFile: fix writing to zero-sized or nonexistent files (#460),
eof does not seem to return true anymore for filehandles vivified
through select (behavior change seems introduced by upstream perl
commit 32e653230c7ccc7fa595b1ab68502c6eb66ff980)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +- substInFile: fix writing to zero-sized or nonexistent files (#460), + eof does not seem to return true anymore for filehandles vivified + through select (behavior change seems introduced by upstream perl + commit 32e653230c7ccc7fa595b1ab68502c6eb66ff980) + Version 1.2.27 - 2 February 2011, by Eugeni Dodonov - add cp_afx command |