Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: FreeBSD Ports vs. CPAN

by tomhukins (Curate)
on Mar 16, 2005 at 16:53 UTC ( [id://440017]=note: print w/replies, xml ) Need Help??


in reply to FreeBSD Ports vs. CPAN

The versions in ports deal with dependecies on non-Perl libraries. For example, p5-XML-LibXML depends on libxml2, but the CPAN module XML::LibXML has no way of specifying a dependency on the libxml shared library.

If you use a perl binary installed through ports/packages, any CPAN module you install automatically generates a package using BSDPAN. Packages installed with BSDPAN list all files installed, but do not deal with any dependencies.

Sometimes, ports may contain FreeBSD-specific patches, but port maintainers should always submit patches back to CPAN authors.

See perldoc BSDPAN on your machine to find out if you use BSDPAN. pkg_info -I 'bsdpan-*' shows which packages BSDPAN has installed.

Log In?
Username:
Password:

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

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

    No recent polls found