Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Using ExtUtils::MakeMaker to install non-Perl files

by Anonymous Monk
on May 17, 2018 at 07:45 UTC ( [id://1214714]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to install a Perl app using ExtUtils::MakeMaker, as a first step towards building a .deb package.

The app requires various (read-only) text files, icons and sound files that need to be installed too.

MANIFEST correctly lists all files, Perl and non-Perl, but running Makefile.PL only installs the Perl files.

What's the recommended shows no interest in anything that's not Perl. I read the docs for EU::MM, and also perlnewmod etc, none of which offer clues.

What's the recommended method of installing everything at once?

  • Comment on Using ExtUtils::MakeMaker to install non-Perl files

Replies are listed 'Best First'.
Re: Using ExtUtils::MakeMaker to install non-Perl files
by Anonymous Monk on May 17, 2018 at 10:15 UTC
    File::ShareDir::Install - Install shared files

    File::ShareDir - Locate per-dist and per-module shared files

    File::Share - Extend File::ShareDir to Local Libraries

      Yes, that certainly does the job, thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1214714]
Approved by haukex
Front-paged by haukex
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-25 05:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found