diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-18 18:36:59 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-04-22 22:08:50 +0100 |
commit | ee02867e7191385a50f5908b47c032fa488bb80c (patch) | |
tree | 13255e9ddeab2508ddd46e8a6d4bb320442c334c /vms | |
parent | 8af37e71836b84cc8df82750ab464e3acf1f9c14 (diff) | |
download | perl-ee02867e7191385a50f5908b47c032fa488bb80c.tar.gz |
autodoc.pl needs -Ilib. I had been testing with a perl that was also installed.
(cherry picked from commit 2d871820eed875a358136f801be26d3cd6e4636e)
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 63a3f41c7c..cd6b37e0b2 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -429,7 +429,7 @@ pod = $(pod0) $(pod1) $(pod2) $(pod3) $(pod4) $(pod5) $(pod6) $(pod7) $(pod8) $( Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET) [.pod]perlapi.pod [.pod]perlintern.pod : miniperl embed.fnc autodoc.pl - $(MINIPERL) autodoc.pl + $(MINIPERL) -"I[-.lib]" autodoc.pl perlpods : $(pod) @ $(NOOP) |