Revert unneeded version bump for perl modules
authorafresh1 <afresh1@openbsd.org>
Sat, 30 Jul 2016 23:55:35 +0000 (23:55 +0000)
committerafresh1 <afresh1@openbsd.org>
Sat, 30 Jul 2016 23:55:35 +0000 (23:55 +0000)
OK sthen@

gnu/usr.bin/perl/dist/IO/lib/IO/Dir.pm
gnu/usr.bin/perl/dist/IO/lib/IO/File.pm
gnu/usr.bin/perl/dist/IO/lib/IO/Handle.pm
gnu/usr.bin/perl/dist/IO/lib/IO/Pipe.pm
gnu/usr.bin/perl/dist/IO/lib/IO/Poll.pm
gnu/usr.bin/perl/dist/IO/lib/IO/Seekable.pm
gnu/usr.bin/perl/dist/IO/lib/IO/Select.pm
gnu/usr.bin/perl/dist/IO/lib/IO/Socket.pm
gnu/usr.bin/perl/dist/IO/lib/IO/Socket/INET.pm
gnu/usr.bin/perl/dist/IO/lib/IO/Socket/UNIX.pm

index 9f1e4d8..7326d78 100644 (file)
@@ -19,7 +19,7 @@ use File::stat;
 use File::Spec;
 
 @ISA = qw(Tie::Hash Exporter);
-$VERSION = "1.10_01";
+$VERSION = "1.10";
 $VERSION = eval $VERSION;
 @EXPORT_OK = qw(DIR_UNLINK);
 
index 31ca7ef..8b29bac 100644 (file)
@@ -136,7 +136,7 @@ require Exporter;
 
 @ISA = qw(IO::Handle IO::Seekable Exporter);
 
-$VERSION = "1.16_01";
+$VERSION = "1.16";
 
 @EXPORT = @IO::Seekable::EXPORT;
 
index 07feb1f..aebf74e 100644 (file)
@@ -271,7 +271,7 @@ use IO ();  # Load the XS module
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = "1.35_01";
+$VERSION = "1.35";
 $VERSION = eval $VERSION;
 
 @EXPORT_OK = qw(
index ab0e798..684069f 100644 (file)
@@ -14,7 +14,7 @@ our($VERSION);
 use Carp;
 use Symbol;
 
-$VERSION = "1.15_01";
+$VERSION = "1.15";
 
 sub new {
     my $type = shift;
index b4a0ea1..47f1a13 100644 (file)
@@ -13,7 +13,7 @@ use Exporter ();
 our(@ISA, @EXPORT_OK, @EXPORT, $VERSION);
 
 @ISA = qw(Exporter);
-$VERSION = "0.09_01";
+$VERSION = "0.09";
 
 @EXPORT = qw( POLLIN
              POLLOUT
index 5505f3f..db1effd 100644 (file)
@@ -107,7 +107,7 @@ require Exporter;
 @EXPORT = qw(SEEK_SET SEEK_CUR SEEK_END);
 @ISA = qw(Exporter);
 
-$VERSION = "1.10_01";
+$VERSION = "1.10";
 $VERSION = eval $VERSION;
 
 sub seek {
index 2396359..994f896 100644 (file)
@@ -11,7 +11,7 @@ use warnings::register;
 use     vars qw($VERSION @ISA);
 require Exporter;
 
-$VERSION = "1.22_01";
+$VERSION = "1.22";
 
 @ISA = qw(Exporter); # This is only so we can do version checking
 
index 5c11a2d..c78aeec 100644 (file)
@@ -24,7 +24,7 @@ require IO::Socket::UNIX if ($^O ne 'epoc' && $^O ne 'symbian');
 
 @ISA = qw(IO::Handle);
 
-$VERSION = "1.38_01";
+$VERSION = "1.38";
 
 @EXPORT_OK = qw(sockatmark);
 
index 91bed16..7a16947 100644 (file)
@@ -15,7 +15,7 @@ use Exporter;
 use Errno;
 
 @ISA = qw(IO::Socket);
-$VERSION = "1.35_01";
+$VERSION = "1.35";
 
 my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
 
index 0fbbd61..30b8f74 100644 (file)
@@ -12,7 +12,7 @@ use IO::Socket;
 use Carp;
 
 @ISA = qw(IO::Socket);
-$VERSION = "1.26_01";
+$VERSION = "1.26";
 $VERSION = eval $VERSION;
 
 IO::Socket::UNIX->register_domain( AF_UNIX );