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:
6274c42
)
Bump IO::Select's version since it changed since the last cpan release
author
Jesse Vincent
<jesse@bestpractical.com>
Wed, 2 Feb 2011 16:03:54 +0000
(11:03 -0500)
committer
Jesse Vincent
<jesse@bestpractical.com>
Wed, 2 Feb 2011 16:03:54 +0000
(11:03 -0500)
dist/IO/lib/IO/Select.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/IO/lib/IO/Select.pm
b/dist/IO/lib/IO/Select.pm
index
4020078
..
c9da8d4
100644
(file)
--- a/
dist/IO/lib/IO/Select.pm
+++ b/
dist/IO/lib/IO/Select.pm
@@
-11,7
+11,7
@@
use warnings::register;
use vars qw($VERSION @ISA);
require Exporter;
-$VERSION = "1.1
7
";
+$VERSION = "1.1
8
";
@ISA = qw(Exporter); # This is only so we can do version checking