This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump VMS::Stdio $VERSION
authorSteve Hay <steve.m.hay@googlemail.com>
Sat, 31 Jan 2015 20:55:21 +0000 (20:55 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Sat, 31 Jan 2015 20:55:21 +0000 (20:55 +0000)
To keep Porting\cmpVERSION.pl --tag v5.18.4 happy.

ext/VMS-Stdio/Stdio.pm

index 1b8a4f7..4d05994 100644 (file)
@@ -13,7 +13,7 @@ use Carp '&croak';
 use DynaLoader ();
 use Exporter ();
  
-$VERSION = '2.4';
+$VERSION = '2.41';
 @ISA = qw( Exporter DynaLoader IO::File );
 @EXPORT = qw( &O_APPEND &O_CREAT &O_EXCL  &O_NDELAY &O_NOWAIT
               &O_RDONLY &O_RDWR  &O_TRUNC &O_WRONLY );