In perl.git, the branch sprout/misc-post-5.16 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/bc4caf97685db6bbed8556edfc20e6bd2804823f?hp=97ca83f971e6173484e08cec505237f1d91cc399>
- Log ----------------------------------------------------------------- commit bc4caf97685db6bbed8556edfc20e6bd2804823f Author: Father Chrysostomos <[email protected]> Date: Fri Apr 27 13:18:36 2012 -0700 Remove obsolete comment from DosGlob.pm This comment was added by commit 37248846, without explanation. DosGlob.pm already had âuse strictâ three days before that, added in commit b75c8c73, three days earlier. I can only assume that 37248846 was written before b75c8c73 was applied, and that simply adding âuse strictâ didnât work, considering that b75c8c73 changed quite a few things to make things strict-safe. M lib/File/DosGlob.pm commit 1583c40a51fee059288686c54b610d61b7570873 Author: Father Chrysostomos <[email protected]> Date: Fri Apr 27 13:18:07 2012 -0700 Increase $File::DosGlob::VERSION to 1.07 M lib/File/DosGlob.pm ----------------------------------------------------------------------- Summary of changes: lib/File/DosGlob.pm | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/lib/File/DosGlob.pm b/lib/File/DosGlob.pm index 7e57175..71e0b18 100644 --- a/lib/File/DosGlob.pm +++ b/lib/File/DosGlob.pm @@ -1,15 +1,12 @@ #!perl -w -# use strict fails -#Can't use string ("main::glob") as a symbol ref while "strict refs" in use at /usr/lib/perl5/5.005/File/DosGlob.pm line 191. - # # Documentation at the __END__ # package File::DosGlob; -our $VERSION = '1.06'; +our $VERSION = '1.07'; use strict; use warnings; -- Perl5 Master Repository
