> I discovered 'make languages' yesterday. The enclosed patch cleans up a
> lot of small nits I found in the build process. In a number of cases, the
> Makefiles were running perl scripts as
> ./script
> rather than as
> $(PERL) script
>
> A few other places called a plain 'perl' ins
# New Ticket Created by Andy Dougherty
# Please include the string: [perl #16818]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=16818 >
I discovered 'make languages' yesterday. The enclosed patch cleans up a
lot of small