summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-16 20:36:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-16 20:36:58 +0000
commit88d01e8dd0be693cf54a3bafc9974fa70eda2ddd (patch)
tree62c32f86dd63b06cd9d32a9201e6c9a8c5526c3e /vms
parenta8e8ab15da1db8d0342b4425b514ee293f371382 (diff)
downloadperl-88d01e8dd0be693cf54a3bafc9974fa70eda2ddd.tar.gz
Bump up version numbers.
TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". p4raw-id: //depot/perl@12040
Diffstat (limited to 'vms')
-rw-r--r--vms/ext/DCLsym/DCLsym.pm2
-rw-r--r--vms/ext/Stdio/Stdio.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/vms/ext/DCLsym/DCLsym.pm b/vms/ext/DCLsym/DCLsym.pm
index 9f88c91db2..884e35783e 100644
--- a/vms/ext/DCLsym/DCLsym.pm
+++ b/vms/ext/DCLsym/DCLsym.pm
@@ -7,7 +7,7 @@ use strict;
# Package globals
@ISA = ( 'DynaLoader' );
-$VERSION = '1.01';
+$VERSION = '1.02';
my(%Locsyms) = ( ':ID' => 'LOCAL' );
my(%Gblsyms) = ( ':ID' => 'GLOBAL');
my $DoCache = 1;
diff --git a/vms/ext/Stdio/Stdio.pm b/vms/ext/Stdio/Stdio.pm
index e36a3ec15b..a68e796f3a 100644
--- a/vms/ext/Stdio/Stdio.pm
+++ b/vms/ext/Stdio/Stdio.pm
@@ -13,7 +13,7 @@ use Carp '&croak';
use DynaLoader ();
use Exporter ();
-$VERSION = '2.2';
+$VERSION = '2.3';
@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 );