summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-16 00:38:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-16 00:38:41 +0000
commit28b605d8910b6ca7063fcd3cd10e0b471b6b8c9b (patch)
tree43a26d0e536e10ff2c57959c145a04d3087fe56e /vms
parentb972f109af5890881e3a2c54b8e1d4ff84ca62eb (diff)
downloadperl-28b605d8910b6ca7063fcd3cd10e0b471b6b8c9b.tar.gz
Add the fruits of Larry Shatzer's version verifying script.
(There are some straddlers, but they will be fixed in the upcoming releases of the modules.) p4raw-id: //depot/perl@13034
Diffstat (limited to 'vms')
-rw-r--r--vms/ext/Filespec.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/vms/ext/Filespec.pm b/vms/ext/Filespec.pm
index 375e962c67..42c15c2a3c 100644
--- a/vms/ext/Filespec.pm
+++ b/vms/ext/Filespec.pm
@@ -1,7 +1,7 @@
# Perl hooks into the routines in vms.c for interconversion
# of VMS and Unix file specification syntax.
#
-# Version: 1.1
+# Version: see $VERSION below
# Author: Charles Bailey bailey@newman.upenn.edu
# Revised: 08-Mar-1995
@@ -128,6 +128,7 @@ This document was last revised 22-Feb-1996, for Perl 5.002.
package VMS::Filespec;
require 5.002;
+our $VERSION = '1.1';
# If you want to use this package on a non-VMS system,
# uncomment the following line.