diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-01-31 20:55:21 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-01-31 20:55:21 +0000 |
commit | 3d3208118267855d24632e4686da267ab15f8108 (patch) | |
tree | b5705885cc8ea74a5d4d4c1c44e95dda3d589cd9 /ext/VMS-Stdio | |
parent | f8d8294fb886e7b57f8bb3b2a1edd33218c74281 (diff) | |
download | perl-3d3208118267855d24632e4686da267ab15f8108.tar.gz |
Bump VMS::Stdio $VERSION
To keep Porting\cmpVERSION.pl --tag v5.18.4 happy.
Diffstat (limited to 'ext/VMS-Stdio')
-rw-r--r-- | ext/VMS-Stdio/Stdio.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/VMS-Stdio/Stdio.pm b/ext/VMS-Stdio/Stdio.pm index 1b8a4f7e2d..4d05994279 100644 --- a/ext/VMS-Stdio/Stdio.pm +++ b/ext/VMS-Stdio/Stdio.pm @@ -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 ); |