Wow, way to screw up your mailer, dan!
On Tue, Mar 01, 2005 at 08:56:27PM -0500, Daniel Macks wrote:
> On 09 November 2004, Ben Hines said:
> >
> > perl5.8.4-core does not install /sw/bin/perl, but its Config.pm has:
> > startperl='#!/sw/bin/perl'. This messes up my help2man package. I tell
> >
But why shouldn't perl584-core specify /sw/bin/perl5.8.4 as the
startperl option? Specifying /sw/bin/perl seems inherently broken since
that file is not included in the -core package.
-Ben
On Nov 9, 2004, at 5:52 AM, David R. Morrison wrote:
On Nov 9, 2004, at 3:18 AM, Ben Hines wrote:
perl5.8.4
On Nov 9, 2004, at 3:18 AM, Ben Hines wrote:
perl5.8.4-core does not install /sw/bin/perl, but its Config.pm has:
startperl='#!/sw/bin/perl'. This messes up my help2man package. I tell
it PERL is /sw/bin/perl5.8.4 but then it asks for $Config{startperl}
and perl says /sw/bin/perl. So it no work.