Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Building module by hand

by leriksen (Curate)
on Nov 04, 2004 at 04:58 UTC ( [id://405090]=note: print w/replies, xml ) Need Help??


in reply to Building module by hand

I usually do

prompt> perl Makefile.PL && make test //review output and check for 100% pass prompt> su //login as root rootprompt>make install && exit prompt>

well-behaved modules need little more than this

Note the 'CPAN' shell 'clean' does exactly the same as 'make clean', which is delete local temp files (Makefile gets renamed). No 'uninstall'ing gets done. Uninstall support in Perl modules is patchy at best.

use brain;

Log In?
Username:
Password:

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

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

    No recent polls found