installperl yelps that it doesn't find these, but it doesn't find them because they 
weren't extracted from the .PL versions.  The following patch to our makefile 
accomplishes that.

--- vms/descrip_mms.template;-0 Thu Apr 25 11:56:44 2002
+++ vms/descrip_mms.template    Sat Apr 27 11:37:32 2002
@@ -330,6 +330,7 @@
 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
 
 .ifdef NOX2P
 all : base extras archcorefiles preplibrary perlpods
@@ -346,7 +347,7 @@
        @ $(NOOP)
 libmods : $(LIBPREREQ)
        @ $(NOOP)
-utils : $(utils1) $(utils2) $(utils3)
+utils : $(utils1) $(utils2) $(utils3) $(utils4)
        @ $(NOOP)
 podxform : [.lib.pod]pod2text.com [.lib.pod]pod2html.com [.lib.pod]pod2latex.com 
[.lib.pod]pod2man.com [.lib.pod]podchecker.com [.lib.pod]pod2usage.com 
[.lib.pod]podselect.com
        @ $(NOOP)
@@ -518,6 +519,9 @@
 [.utils]dprofpp.com : [.utils]dprofpp.PL $(ARCHDIR)Config.pm
        $(MINIPERL) $(MMS$SOURCE)
 
+[.utils]enc2xs.com : [.utils]enc2xs.PL $(ARCHDIR)Config.pm
+       $(MINIPERL) $(MMS$SOURCE)
+
 [.utils]h2ph.com : [.utils]h2ph.PL $(ARCHDIR)Config.pm
        $(MINIPERL) $(MMS$SOURCE)
 
@@ -535,6 +539,9 @@
        $(MINIPERL) $(MMS$SOURCE)
        Copy/Log [.utils]perlcc.com $(MMS$TARGET)
 
+[.utils]piconv.com : [.utils]piconv.PL $(ARCHDIR)Config.pm
+       $(MINIPERL) $(MMS$SOURCE)
+
 [.utils]pl2pm.com : [.utils]pl2pm.PL $(ARCHDIR)Config.pm
        $(MINIPERL) $(MMS$SOURCE)
 
[end of patch]
-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to