Quantcast
Channel: Linuxindetails's Blog » Perl
Viewing all articles
Browse latest Browse all 12

CPAN and the Debian Perl Policy

$
0
0

Perl is famous for its tremendous number of modules ready to use. They can be fetched and installed from the Comprehensive Perl Archive Network (CPAN)

One of the best way to add new modules into your system is to use the program cpan.

Before any manual installation, make sure that these modules are not packaged by Debian. According to the Debian Perl Policy , the Perl modules provided by Debian are located in the following folders :

For the core modules : (provided by perl-base and perl-modules packages)

/usr/lib/perl/version

/usr/share/perl/version

For Debian packed modules :

/usr/lib/perl5

/usr/share/perl5

Concerning the modules installed with cpan command :

/usr/local/lib/perl/version

/usr/local/share/perl/version

 


Viewing all articles
Browse latest Browse all 12

Trending Articles