Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: What sets Perl back

by skx (Parson)
on Dec 11, 2005 at 01:44 UTC ( [id://515777]=note: print w/replies, xml ) Need Help??


in reply to Re: What sets Perl back
in thread What sets Perl back

Firstly I'd suggest that almost all Linux, Unix, or *BSD variants should be able to install directly from CPAN. However many people dislike that if they have a packaging system in place upon their host.

It can get problematic if you, say, install Perl modules from CPAN but your distribution has a perl upgrade and breaks them all. In that case using the packages provided for your distributions may be the best bet. (That is what I recommend anyway.)

So from that point of view I find using Debian nice and simple. Many modules are packaged as .deb binary files, with a nice naming convention so they are easy to find.

e.g. HTML::Template -> libhtml-template-perl, CGI::Application -> libcgi-application-perl.

For the modules which aren't available as Debian packages you can easily create them - just by using a wrapper tool around CPAN's scripts:

The short version is:

apt-get install dh-make-perl build-essential dh-make-perl --build --cpan HTML::Template
Steve
--

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 21:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found