[16868] in Athena Bugs
perl's makemaker stuff
daemon@ATHENA.MIT.EDU (Joseph Sokol-Margolis)
Mon May 31 02:31:29 1999
Message-Id: <199905310631.CAA30620@smoke-screen.mit.edu>
To: bugs@MIT.EDU
Date: Mon, 31 May 1999 02:31:20 -0400
From: Joseph Sokol-Margolis <seph@MIT.EDU>
so, perl modules have this nifty (well, sort of nifty. at least it
tries) install set up, where ideally you "perl Makefile.pl && make &&
make test && make install" and the right thing happens. perl generates
the makefile based on what perl thinks are the right values. athena's
install does not map well to private machines.
IMO perl should be including /usr/local/lib/perl5 in it's inc path,
and the values of "perl '-V:install.*'" should point there.
seph