Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: How to change compiler options used by cpan ?

by Eliya (Vicar)
on Mar 01, 2011 at 22:43 UTC ( [id://890853]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to change compiler options used by cpan ?
in thread How to change compiler options used by cpan ?

If you want to mess with the compiler options (i.e. what you'd get with perl -V:ccflags), you can edit the respective entry in Config.pm, or more specifically Config_heavy.pl.

Run the following command to find out where those files are located:

perl -MConfig -E "say $Config{ccflags}; say for sort values %INC"

(I'm not convinced this will get you anywhere, but as you asked...   And don't forget to make a backup copy first.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://890853]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-03-28 10:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found