summaryrefslogtreecommitdiff
path: root/ext/VMS-DCLsym
diff options
context:
space:
mode:
authorMatt S Trout <mst@shadowcat.co.uk>2010-06-21 22:18:55 +0100
committerMatt S Trout <mst@shadowcat.co.uk>2010-06-21 22:18:55 +0100
commit8a365628c1ebdbe58557a0bf3014c0db900aa440 (patch)
tree137efaaba769e683453bd193545a0481d80bbf7e /ext/VMS-DCLsym
parentc6e505a8d0d6cd507b02a13babaff0238f7a24e2 (diff)
downloadperl-8a365628c1ebdbe58557a0bf3014c0db900aa440.tar.gz
bump versions on VMS::DCLsym, mro, Search::Dist and UNIVERSAL and delta them as having spelling fixes
Diffstat (limited to 'ext/VMS-DCLsym')
-rw-r--r--ext/VMS-DCLsym/DCLsym.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/VMS-DCLsym/DCLsym.pm b/ext/VMS-DCLsym/DCLsym.pm
index 1cf3b04b8e..8eedf7facd 100644
--- a/ext/VMS-DCLsym/DCLsym.pm
+++ b/ext/VMS-DCLsym/DCLsym.pm
@@ -7,7 +7,7 @@ use strict;
# Package globals
@ISA = ( 'DynaLoader' );
-$VERSION = '1.03';
+$VERSION = '1.04';
my(%Locsyms) = ( ':ID' => 'LOCAL' );
my(%Gblsyms) = ( ':ID' => 'GLOBAL');
my $DoCache = 1;