Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: AUTHOR default setting in h2xs

by syphilis (Archbishop)
on Feb 26, 2018 at 23:43 UTC ( [id://1210005]=note: print w/replies, xml ) Need Help??


in reply to Re^2: AUTHOR default setting in h2xs
in thread AUTHOR default setting in h2xs

And the only way I can change it, other than editing each instance of Makefile.PL, is to recompile Perl? Is that right?

No - if it's set in Config.pm, amending that setting to whatever you want should be all that's needed.
In Windows, it's specified only in lib/Config_heavy.pl. I don't know which file(s) specify it in MacOS but I expect it would be lib/Config.pm and/or lib/Config_heavy.pl (if the latter even exists on MacOS).

For a quick check to see what it's set to you can just run perl -V:Author

Cheers,
Rob

Replies are listed 'Best First'.
Re^4: AUTHOR default setting in h2xs
by perlboy_emeritus (Scribe) on Feb 27, 2018 at 00:43 UTC
    Cool! And thanks. Found it with grep:   Config_heavy.pl:mydomain='.sd.apple.com', and also learned something extremely useful about Config.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-16 08:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found