diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-04-27 13:18:36 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-21 16:51:44 -0700 |
commit | 0ca7b21720e551b2c85bfcf83d33373485ec0031 (patch) | |
tree | 2644fe5f3b42f32a053eb8b9e7c01ab30208e621 /lib/File | |
parent | d9300573382183365aac22b25b72f38e5e727f89 (diff) | |
download | perl-0ca7b21720e551b2c85bfcf83d33373485ec0031.tar.gz |
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.
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/DosGlob.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/File/DosGlob.pm b/lib/File/DosGlob.pm index d71060842f..71e0b181c3 100644 --- a/lib/File/DosGlob.pm +++ b/lib/File/DosGlob.pm @@ -1,8 +1,5 @@ #!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__ # |