diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2015-07-25 16:55:57 +0300 |
---|---|---|
committer | Shlomi Fish <shlomif@shlomifish.org> | 2015-07-25 16:55:57 +0300 |
commit | a9c0200fdad969907ec453e88d8242467c2b31fd (patch) | |
tree | 86e39e74c5aaeebeafa47f945feaaefcdf980092 /NEWS | |
parent | 84a02ca03cbd98e47388b4ab75ce27b3e0eb0239 (diff) | |
download | spec-helper-a9c0200fdad969907ec453e88d8242467c2b31fd.tar spec-helper-a9c0200fdad969907ec453e88d8242467c2b31fd.tar.gz spec-helper-a9c0200fdad969907ec453e88d8242467c2b31fd.tar.bz2 spec-helper-a9c0200fdad969907ec453e88d8242467c2b31fd.tar.xz spec-helper-a9c0200fdad969907ec453e88d8242467c2b31fd.zip |
Fix $_ in compress_files.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2015-07-25 Shlomi Fish <shlomif@cpan.org> 0.31.10 + * compress_files: More proper handling of $_. Convert as much as possible + to lexical variables. + 2015-07-25 Shlomi Fish <shlomif@cpan.org> 0.31.9 * gprintf: eliminate warnings on perl-5.22.0-and-above. * compress_files: Fix handling of $_ in the File::Find::find() callback. |