diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-02 23:31:06 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-02 23:31:06 +0000 |
commit | 4b618757339319cc630e0a81a96a00ace56331a1 (patch) | |
tree | 5e1aa12f796c8cdeefe951f514449591d083a2bc /vms | |
parent | 793f5136aceac628d0f8aee41ccb49204963e443 (diff) | |
download | perl-4b618757339319cc630e0a81a96a00ace56331a1.tar.gz |
The prove utility should also be installed on VMS and on Windows.
Haven't we regression tests for installations yet ?
p4raw-id: //depot/perl@21836
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index a39cb1dc75..20f46a06a0 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -324,7 +324,7 @@ LIBPREREQ = $(ARCHDIR)Config.pm [.lib.VMS]Filespec.pm [.lib]DynaLoader.pm [.lib] utils1 = [.lib.pod]perldoc.com [.lib.ExtUtils]Miniperl.pm [.utils]c2ph.com [.utils]h2ph.com utils2 = [.utils]h2xs.com [.utils]libnetcfg.com [.lib]perlbug.com [.lib]perlcc.com [.utils]dprofpp.com utils3 = [.utils]perlivp.com [.lib]splain.com [.utils]pl2pm.com [.lib.ExtUtils]xsubpp.com -utils4 = [.utils]enc2xs.com [.utils]piconv.com [.utils]cpan.com +utils4 = [.utils]enc2xs.com [.utils]piconv.com [.utils]cpan.com [.utils]prove.com .ifdef NOX2P all : base extras archcorefiles preplibrary perlpods @@ -513,6 +513,9 @@ dynext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary [.utils]cpan.com : [.utils]cpan.PL $(ARCHDIR)Config.pm $(MINIPERL) $(MMS$SOURCE) +[.utils]prove.com : [.utils]prove.PL $(ARCHDIR)Config.pm + $(MINIPERL) $(MMS$SOURCE) + [.utils]c2ph.com : [.utils]c2ph.PL $(ARCHDIR)Config.pm $(MINIPERL) $(MMS$SOURCE) |