This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump up the VERSIONs of modules that have changed since 5.6.0,
[perl5.git] / ext / IO / lib / IO / Socket / INET.pm
index abe7693..b36a65b 100644 (file)
@@ -15,7 +15,7 @@ use Exporter;
 use Errno;
 
 @ISA = qw(IO::Socket);
-$VERSION = "1.25";
+$VERSION = "1.26";
 
 my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;