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

Re: What Makefiles do

by j3 (Friar)
on Nov 08, 2006 at 17:48 UTC ( [id://582938]=note: print w/replies, xml ) Need Help??


in reply to What Makefiles do

If I get a CPAN module which only contains one .pl file, why do I need a Makefile along with it? Why wouldn't it be enough just installing the .pl file in a directory, and making sure that directory is in @INC?

Usually, you use make to do 3 things: build, test, and install. In the case where there's only .p[lm] files involved, there's probably no build necessary, but the makefile can still test and install.

After running perl Makefile.PL for a given pure Perl module, you might check out the resulting makefile to see what work it's doing for those abovementioned tasks.

Log In?
Username:
Password:

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

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

    No recent polls found