<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Codedrop™ Weblog &#187; PERL</title>
	<atom:link href="http://www.codedrop.ca/blog/archives/category/programming/perl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codedrop.ca/blog</link>
	<description>Drop'n some code and other tech tidbits...</description>
	<lastBuildDate>Sun, 01 Jan 2012 07:48:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>PERL script for identifying installed modules.</title>
		<link>http://www.codedrop.ca/blog/archives/113</link>
		<comments>http://www.codedrop.ca/blog/archives/113#comments</comments>
		<pubDate>Fri, 31 Jul 2009 15:30:45 +0000</pubDate>
		<dc:creator>groll</dc:creator>
				<category><![CDATA[PERL]]></category>

		<guid isPermaLink="false">http://www.codedrop.ca/blog/archives/113</guid>
		<description><![CDATA[Trying to identify all modules installed on your local server?&#8230; try this command:Note: First time you run you might have to configure CPAN&#8230; for the most part defaults are good but pick a good local mirror. perl -MCPAN -e 'print CPAN::Shell-&#62;r ' Package namespace installed latest in CPAN file Archive::Tar 1.30 1.52 K/KA/KANE/Archive-Tar-1.52.tar.gz Attribute::Handlers 0.78_01 [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to identify all modules installed on your local server?&#8230; try this command:<br />Note: First time you run you might have to configure CPAN&#8230; for the most part defaults are good but pick a good local mirror.
<pre>
perl -MCPAN -e 'print CPAN::Shell-&gt;r '

Package namespace    installed    latest  in CPAN file
Archive::Tar              1.30      1.52  K/KA/KANE/Archive-Tar-1.52.tar.gz
Attribute::Handlers    0.78_01      0.85  S/SM/SMUELLER/Attribute-Handlers-0.85.tar.gz
AutoLoader                5.60      5.68  S/SM/SMUELLER/AutoLoader-5.68.tar.gz
B                         1.02      1.19  N/NW/NWCLARK/perl-5.8.9.tar.gz
B::Debug                  1.01      1.11  R/RU/RURBAN/B-Debug-1.11.tar.gz
</pre>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=PERL+script+for+identifying+installed+modules.+http%3A%2F%2Ftinyurl.com%2F3b4gvm5" title="Post to Twitter"><img class="nothumb" src="http://www.codedrop.ca/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=PERL+script+for+identifying+installed+modules.+http%3A%2F%2Ftinyurl.com%2F3b4gvm5" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.codedrop.ca/blog/archives/113/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

