<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing Perl modules</title>
	<atom:link href="http://www.it-slav.net/blogs/2008/11/27/installing-perl-modules/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-slav.net/blogs/2008/11/27/installing-perl-modules/</link>
	<description>Another Blog from a Geek that has no life</description>
	<lastBuildDate>Mon, 30 Jan 2012 11:58:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jeremiah</title>
		<link>http://www.it-slav.net/blogs/2008/11/27/installing-perl-modules/comment-page-1/#comment-44</link>
		<dc:creator>jeremiah</dc:creator>
		<pubDate>Fri, 28 Nov 2008 13:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=420#comment-44</guid>
		<description>CPAN is a great tool, and if you have  perl 5.10 CPANPLUS is a great tool too.

There is a danger sometimes with downloading modules directly from CPAN in that they can clash with you &quot;vendor&quot; perl. Vendor perl is where your vendor, i.e. Apple or Debian, install perl and its libraries. You can get into a situation where you think you have installed the latest library but perl calls an older version installed by the Vendor instead.

Plus, if you use debian, debian takes care of other software dependencies above and beyond the perl dependencies. For example, say you wanted to install the GD graphics library module from CPAN (a great module BTW). If you just went to CPAN and downloaded it, it would not work unless you had GD already installed and it would give you a cryptic message if you didn&#039;t - this is &quot;dependency hell&quot; as we all well know. Fortunately debian knows that the libgd-perl module will need the libgd library so it downloads and installs it for you.

Jeremiah</description>
		<content:encoded><![CDATA[<p>CPAN is a great tool, and if you have  perl 5.10 CPANPLUS is a great tool too.</p>
<p>There is a danger sometimes with downloading modules directly from CPAN in that they can clash with you &#8220;vendor&#8221; perl. Vendor perl is where your vendor, i.e. Apple or Debian, install perl and its libraries. You can get into a situation where you think you have installed the latest library but perl calls an older version installed by the Vendor instead.</p>
<p>Plus, if you use debian, debian takes care of other software dependencies above and beyond the perl dependencies. For example, say you wanted to install the GD graphics library module from CPAN (a great module BTW). If you just went to CPAN and downloaded it, it would not work unless you had GD already installed and it would give you a cryptic message if you didn&#8217;t &#8211; this is &#8220;dependency hell&#8221; as we all well know. Fortunately debian knows that the libgd-perl module will need the libgd library so it downloads and installs it for you.</p>
<p>Jeremiah</p>
]]></content:encoded>
	</item>
</channel>
</rss>

