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
(from parent 1:
f7a863a
)
typo fix for IO
author
David Steinbrunner
<dsteinbrunner@pobox.com>
Tue, 21 May 2013 11:15:52 +0000
(07:15 -0400)
committer
James E Keenan
<jkeenan@cpan.org>
Sat, 25 May 2013 12:40:41 +0000
(14:40 +0200)
Bump $VERSION.
dist/IO/lib/IO/Handle.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/IO/lib/IO/Handle.pm
b/dist/IO/lib/IO/Handle.pm
index
1cfe29e
..
aebf74e
100644
(file)
--- a/
dist/IO/lib/IO/Handle.pm
+++ b/
dist/IO/lib/IO/Handle.pm
@@
-271,7
+271,7
@@
use IO (); # Load the XS module
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.3
4
";
+$VERSION = "1.3
5
";
$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 chec
h
defined(&CONSTANT_NAME)
+# any new code should just chec
k
defined(&CONSTANT_NAME)
sub constant {
no strict 'refs';