ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl5-porters
perl5-porters
Re: Why extra -I in "make test"?
by other posts by this author
Jun 30 2001 4:58PM messages near this date
Re: Why extra -I in "make test"? | Re: Why extra -I in "make test"?
On Sat, Jun 30, 2001 at 09:07:26AM -0700, Gurusamy Sarathy wrote:
>  I disagree.  If one builds stuff with INSTALLDIRS=perl, one should
>  get the same behavior as when they build perl.  Why else would they
>  use it?

So that the module goes into the core library dir instead of the site
library.  Otherwise it will usually be masked by the original version.
There's nothing in the docs about building perl vs building the core.

       INSTALLDIRS
         Determines which of the two sets of installation
         directories to choose: installprivlib and installarchlib
         versus installsitelib and installsitearch. The first
         pair is chosen with INSTALLDIRS=perl, the second with
         INSTALLDIRS=site. Default is site.

I think your PERL_CORE flag in ext/utils/make_ext is the best bet.


>  If you merely want to install to a different location, use the other
>  INSTALL* things to force that.

The purpose of INSTALLDIRS is to set up all this for me in one shot.

If its a trade-off between making CPAN modules easier to maintain or
core modules, CPAN wins.



-- 
Michael G Schwern   <schwern@[...].com>    http://www.pobox.com/~schwern/
Perl6 Quality Assurance     <perl-qa@[...].org>        Kwalitee Is Job One
Thread:

Jarkko Hietaniemi

Jarkko Hietaniemi
Gurusamy Sarathy
Michael G Schwern
Gurusamy Sarathy
Michael G Schwern
Gurusamy Sarathy

Gurusamy Sarathy

Jarkko Hietaniemi
Nick Ing-Simmons

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved