Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Packaging Up a Complete Perl Program

by btrott (Parson)
on Mar 14, 2001 at 06:36 UTC ( [id://64303]=note: print w/replies, xml ) Need Help??


in reply to Packaging Up a Complete Perl Program

Generally you just arrange your modules under a 'lib' hierarchy in your distribution directory, and place any executables into a 'bin' directory. Then, in your MakeMaker options, use the EXE_FILES key, like:
'EXE_FILES' => [ 'bin/foo', 'bin/bar' ],
Take a look at the Template Toolkit distribution for an example of a distribution with both executables and library modules.

Log In?
Username:
Password:

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

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

    No recent polls found