Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Using RPMs to package and install your own perl libs

by zerohero (Monk)
on Feb 18, 2009 at 08:16 UTC ( [id://744685]=note: print w/replies, xml ) Need Help??


in reply to Re: Using RPMs to package and install your own perl libs
in thread Using RPMs to package and install your own perl libs

OK, after looking at this information, it seems like the much saner thing would be to adhere to the CPAN standard for packaging (e.g. using Module::Starter), and then do a local cpaninject, and use cpan to deploy all my (local) perl packages. This has the slight downside that perl will be "an end in itself". But then again, I'm not going to use perl as base libraries for other programs (e.g. GUI apps).

The basic issue seems to be mixing packaging systems, and the usual problems having two standards causes. Note, however, that there have been people doing auto RPM builds as early as 2003. I stumbled upon this guy's site...http://rpmpan.sourceforge.net/, in addition to the ref you gave.

  • Comment on Re^2: Using RPMs to package and install your own perl libs

Replies are listed 'Best First'.
Re^3: Using RPMs to package and install your own perl libs
by tomfahle (Priest) on Feb 18, 2009 at 11:36 UTC

    I'd like to recommend Perl Best Admin Practices over at Perl 5 Wiki:

    • Build it yourself
    • Leave the system Perl alone
    • Isolate your perl installs so you can have many installed in parallel
    • Keep up to date
    • Use CPAN modules

    Cheers,
    Thomas

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 00:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found