Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: how to collect all CPAN modules from an existing system?

by thomas895 (Deacon)
on Jan 11, 2018 at 09:58 UTC ( [id://1207110]=note: print w/replies, xml ) Need Help??


in reply to how to collect all CPAN modules from an existing system?

Step 1 is to find all the modules your application depends on. Hopefully you know what these are, if not, try greping your code directory for all use statements.

Step 2 is to try to find apt packages for those modules. Hopefully someone else has already made them, otherwise you will need to do so yourself (create deb for Perl module). Then you can package your code as a Deb, listing all the dependencies you found in step 1. Those, in turn, may depend on yet other dependencies.

-Thomas
"Excuse me for butting in, but I'm interrupt-driven..."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-03-28 17:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found