diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-18 18:36:59 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-18 18:36:59 +0100 |
commit | 2d871820eed875a358136f801be26d3cd6e4636e (patch) | |
tree | f4ddd5a2cd560608e745ec7ea1d06ad85e9ff42c /vms | |
parent | 58ccccf6974c5065b1e46a35535f9539731d055a (diff) | |
download | perl-2d871820eed875a358136f801be26d3cd6e4636e.tar.gz |
autodoc.pl needs -Ilib. I had been testing with a perl that was also installed.
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 6730bccc17..ade9c2f1ee 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) |