summaryrefslogtreecommitdiff
path: root/ext/File-DosGlob
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-21 07:22:30 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-05-25 14:59:24 +0200
commitd61dc561ebee15e344ff2a1930f3cd009c1ecdee (patch)
tree15175ffb8e9d30b13a8d1ad058d91854e5461bfe /ext/File-DosGlob
parent2ded50a3a5f3bcefd17202c671ab6f24fab4dbe3 (diff)
downloadperl-d61dc561ebee15e344ff2a1930f3cd009c1ecdee.tar.gz
typo fixes for File::DosGlob
Bump $VERSION.
Diffstat (limited to 'ext/File-DosGlob')
-rw-r--r--ext/File-DosGlob/lib/File/DosGlob.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/File-DosGlob/lib/File/DosGlob.pm b/ext/File-DosGlob/lib/File/DosGlob.pm
index c90bebb278..1c5ef5369a 100644
--- a/ext/File-DosGlob/lib/File/DosGlob.pm
+++ b/ext/File-DosGlob/lib/File/DosGlob.pm
@@ -6,7 +6,7 @@
package File::DosGlob;
-our $VERSION = '1.10';
+our $VERSION = '1.11';
use strict;
use warnings;
@@ -156,7 +156,7 @@ sub glob {
}
#print "Sould have "GOT" vs "Got"!\n";
#FIXME: There should be checking for this.
- # How or what should be done about failure is beond me.
+ # How or what should be done about failure is beyond me.
}
if ( $#appendpat != -1
) {
@@ -257,7 +257,7 @@ glob()
=head1 BUGS
Should probably be built into the core, and needs to stop
-pandering to DOS habits. Needs a dose of optimizium too.
+pandering to DOS habits. Needs a dose of optimization too.
=head1 AUTHOR