aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2015-07-25 16:55:57 +0300
committerShlomi Fish <shlomif@shlomifish.org>2015-07-25 16:55:57 +0300
commita9c0200fdad969907ec453e88d8242467c2b31fd (patch)
tree86e39e74c5aaeebeafa47f945feaaefcdf980092 /NEWS
parent84a02ca03cbd98e47388b4ab75ce27b3e0eb0239 (diff)
downloadspec-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 99846ef..754ad95 100644
--- a/NEWS
+++ b/NEWS
@@ -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.