diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 04:51:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 04:51:30 +0000 |
commit | 2af1ab88da52f38a7450a6455bc28aa93c8e4e57 (patch) | |
tree | d5fea29ca36a63900bd06b21c6598f9bb7950957 /vms/ext | |
parent | e9d8cdc0682791dad6e1ddeac96716205beff833 (diff) | |
download | perl-2af1ab88da52f38a7450a6455bc28aa93c8e4e57.tar.gz |
A swath of VERSION patches from Nicholas Clark.
p4raw-id: //depot/perl@20688
Diffstat (limited to 'vms/ext')
-rw-r--r-- | vms/ext/Filespec.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/ext/Filespec.pm b/vms/ext/Filespec.pm index 2dd1df1472..c4a4ffda22 100644 --- a/vms/ext/Filespec.pm +++ b/vms/ext/Filespec.pm @@ -128,7 +128,7 @@ This document was last revised 22-Feb-1996, for Perl 5.002. package VMS::Filespec; require 5.002; -our $VERSION = '1.1'; +our $VERSION = '1.11'; # If you want to use this package on a non-VMS system, # uncomment the following line. |