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

Re: Distributing executable helper scripts with CPAN Distro

by jplindstrom (Monsignor)
on Jan 11, 2008 at 20:42 UTC ( [id://661982]=note: print w/replies, xml ) Need Help??


in reply to Distributing executable helper scripts with CPAN Distro

If you use EUMM, add this to the config chunk in Makefile.PL :

'EXE_FILES' => [ 'path/to/your_script' ],

If you use MB, add this to the config chunk in Build.PL:

script_files => [ "path/to/your_script", ],

/J

Replies are listed 'Best First'.
Re^2: Distributing executable helper scripts with CPAN Distro
by ait (Hermit) on Jan 11, 2008 at 23:52 UTC
    Wow, this was precisely the answer I was waiting for! I felt that Makefile.PL must have had some standard way of doing this but did not find any examples in the perl libs on my machine. I obviously did not do an extensive search however.

    If I could, I would vote several times on your node, although all the responses have been great!

Re^2: Distributing executable helper scripts with CPAN Distro
by ait (Hermit) on Jan 11, 2008 at 23:52 UTC
    Wow, this was precisely the answer I was waiting for! I felt that Makefile.PL must have had some standard way of doing this but did not find any examples in the perl libs on my machine. I obviously did not do an extensive search however.

    If I could, I would vote several times on your node, although all the responses have been great also!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-20 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found