This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typo fix for IO
authorDavid Steinbrunner <dsteinbrunner@pobox.com>
Tue, 21 May 2013 11:15:52 +0000 (07:15 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 25 May 2013 12:40:41 +0000 (14:40 +0200)
Bump $VERSION.

dist/IO/lib/IO/Handle.pm

index 1cfe29e..aebf74e 100644 (file)
@@ -271,7 +271,7 @@ use IO ();  # Load the XS module
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = "1.34";
+$VERSION = "1.35";
 $VERSION = eval $VERSION;
 
 @EXPORT_OK = qw(
@@ -625,7 +625,7 @@ sub ioctl {
 # a sub called constant to determine if a constant existed -- GMB
 #
 # The SEEK_* and _IO?BF constants were the only constants at that time
-# any new code should just chech defined(&CONSTANT_NAME)
+# any new code should just check defined(&CONSTANT_NAME)
 
 sub constant {
     no strict 'refs';