<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Setting up the Perl CPAN module installer</title>
	<atom:link href="http://www.itauthor.com/2007/10/11/setting-up-the-perl-cpan-module-installer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itauthor.com/2007/10/11/setting-up-the-perl-cpan-module-installer/</link>
	<description>Stuff about technical writing and software</description>
	<lastBuildDate>Sat, 04 Feb 2012 23:42:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ac</title>
		<link>http://www.itauthor.com/2007/10/11/setting-up-the-perl-cpan-module-installer/comment-page-1/#comment-4767</link>
		<dc:creator>ac</dc:creator>
		<pubDate>Mon, 25 Aug 2008 21:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.com/wordpress/2007/10/11/setting-up-the-perl-cpan-module-installer/#comment-4767</guid>
		<description>Thanks Brian, but that seems way too easy!
:-)

Alistair</description>
		<content:encoded><![CDATA[<p>Thanks Brian, but that seems way too easy!<br />
:-)</p>
<p>Alistair</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian d foy</title>
		<link>http://www.itauthor.com/2007/10/11/setting-up-the-perl-cpan-module-installer/comment-page-1/#comment-4764</link>
		<dc:creator>brian d foy</dc:creator>
		<pubDate>Mon, 25 Aug 2008 13:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.itauthor.com/wordpress/2007/10/11/setting-up-the-perl-cpan-module-installer/#comment-4764</guid>
		<description>It&#039;s easier just to use the cpan command that comes with Perl. Just tell it which modules you want to install:

% cpan Foo::Bar Baz::Quux

If you need to force install something, perhaps because a module fails its tests, use the -f switch:

% cpan -f -i Foo::Bar Baz::Quux</description>
		<content:encoded><![CDATA[<p>It's easier just to use the cpan command that comes with Perl. Just tell it which modules you want to install:</p>
<p>% cpan Foo::Bar Baz::Quux</p>
<p>If you need to force install something, perhaps because a module fails its tests, use the -f switch:</p>
<p>% cpan -f -i Foo::Bar Baz::Quux</p>
]]></content:encoded>
	</item>
</channel>
</rss>

