diff options
author | Karen Etheridge <ether@cpan.org> | 2017-11-18 20:06:35 -0800 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2017-11-18 20:06:35 -0800 |
commit | 2a62c8c9d9eee8648a81ba731c18be302e19dc4b (patch) | |
tree | f5deb73b40686f2b6e5535835a88647bb277ddb2 /ext | |
parent | 3ee38754fcdc72130473d463d266c11bc5764f24 (diff) | |
download | perl-2a62c8c9d9eee8648a81ba731c18be302e19dc4b.tar.gz |
fix other pod versions that had become out of date, and add reminder comments
Diffstat (limited to 'ext')
-rw-r--r-- | ext/VMS-DCLsym/DCLsym.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/VMS-DCLsym/DCLsym.pm b/ext/VMS-DCLsym/DCLsym.pm index b00b7bc765..ddee77fd32 100644 --- a/ext/VMS-DCLsym/DCLsym.pm +++ b/ext/VMS-DCLsym/DCLsym.pm @@ -6,7 +6,7 @@ use strict; # Package globals our @ISA = ( 'DynaLoader' ); -our $VERSION = '1.09'; +our $VERSION = '1.09'; # remember to update version in POD! my(%Locsyms) = ( ':ID' => 'LOCAL' ); my(%Gblsyms) = ( ':ID' => 'GLOBAL'); my $DoCache = 1; @@ -264,7 +264,7 @@ Charles Bailey bailey@newman.upenn.edu =head1 VERSION -1.05 12-Feb-2011 +1.09 =head1 BUGS |