diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-06-23 09:54:44 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-06-23 09:54:44 +0000 |
commit | c9b6aaedabd451530e185b03a716e2799ec0aa62 (patch) | |
tree | 4cb6c89ac0060c589a3eb57513c01b35c7867df3 | |
parent | ae0602726dec173c8bf13e15e3d3210dcaeaa726 (diff) | |
download | perl-c9b6aaedabd451530e185b03a716e2799ec0aa62.tar.gz |
Update to reflect new Perl version
-rw-r--r-- | vms/Makefile | 2 | ||||
-rw-r--r-- | vms/descrip.mms | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vms/Makefile b/vms/Makefile index d8997cc7ac..99c5236bf7 100644 --- a/vms/Makefile +++ b/vms/Makefile @@ -35,7 +35,7 @@ OBJVAL = $@ @ $$@[.vms]fndvers.com "" "" "[.vms]Makefile" # Updated by fndvers.com -- do not edit by hand -PERL_VERSION = 5_00201# +PERL_VERSION = 5_003 # ARCHDIR = [.lib.$(ARCH).$(PERL_VERSION)] diff --git a/vms/descrip.mms b/vms/descrip.mms index d980b0f7e2..7e52f19cc9 100644 --- a/vms/descrip.mms +++ b/vms/descrip.mms @@ -68,7 +68,7 @@ OBJVAL = $(MMS$TARGET_NAME)$(O) @ @[.vms]fndvers.com "" "" "[.vms]descrip.mms" # Updated by fndvers.com -- do not edit by hand -PERL_VERSION = 5_00201# +PERL_VERSION = 5_003 # ARCHDIR = [.lib.$(ARCH).$(PERL_VERSION)] |