This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f941761
)
DosGlob: Comment typo
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 29 Oct 2011 18:48:41 +0000
(11:48 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 29 Oct 2011 18:48:41 +0000
(11:48 -0700)
lib/File/DosGlob.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/DosGlob.pm
b/lib/File/DosGlob.pm
index
23504ad
..
7e57175
100644
(file)
--- a/
lib/File/DosGlob.pm
+++ b/
lib/File/DosGlob.pm
@@
-132,7
+132,7
@@
sub glob {
# Mike Mestnik: made to do abc{1,2,3} == abc1 abc2 abc3.
# abc3 will be the original {3} (and drop the {}).
# abc1 abc2 will be put in @appendpat.
- # This was just the esiest way, not nearly the best.
+ # This was just the e
a
siest way, not nearly the best.
REHASH: {
my @appendpat = ();
for (@pat) {