<?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>微米天空 &#187; CPAN</title>
	<atom:link href="http://www.micronsky.com/tag/cpan/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.micronsky.com</link>
	<description>人，因思则变。</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:18:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>error &#8211; expat.h: No such file or directory</title>
		<link>http://www.micronsky.com/2010/02/error-expat-h-no-such-file-or-directory/</link>
		<comments>http://www.micronsky.com/2010/02/error-expat-h-no-such-file-or-directory/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:03:56 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=570</guid>
		<description><![CDATA[While trying to get a perl utility working, I had to install a bunch of prerequisite perl modules on my CentOS 5 VPS.  One requirement was XML::Parser.  However when I tried to install it like so:
[root@localhost]perl -MCPAN -e shell
cpan install XML::Parser
I received errors with the below being  [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2010/02/error-expat-h-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>cpan 更新 中国镜像 加速安装模块[zt]</title>
		<link>http://www.micronsky.com/2010/01/cpan-%e6%9b%b4%e6%96%b0-%e4%b8%ad%e5%9b%bd%e9%95%9c%e5%83%8f-%e5%8a%a0%e9%80%9f%e5%ae%89%e8%a3%85%e6%a8%a1%e5%9d%97zt/</link>
		<comments>http://www.micronsky.com/2010/01/cpan-%e6%9b%b4%e6%96%b0-%e4%b8%ad%e5%9b%bd%e9%95%9c%e5%83%8f-%e5%8a%a0%e9%80%9f%e5%ae%89%e8%a3%85%e6%a8%a1%e5%9d%97zt/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 07:19:36 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=541</guid>
		<description><![CDATA[使用cpan，大概进去后，help一下就会用。
但是今天想安装Chart::OFC的时候还是碰到问题。
不知道为什么我的一台老的rhel3的系统里的urllist竟然是ftp://cpan.cse.msu.edu/，半天一个i Chart::OFC的命令也没有反应，速度太慢了，后来查了一下那个大学是密歇根州立大学，好偏远，于是必须更新一下urllist，但是我又忘了怎么更新了。
好在网上找到个帖子(http://mail.pm.org/pipermail/china-pm/2007-August/001002.html)告诉了我，转到如下：
你无需手工修改  [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2010/01/cpan-%e6%9b%b4%e6%96%b0-%e4%b8%ad%e5%9b%bd%e9%95%9c%e5%83%8f-%e5%8a%a0%e9%80%9f%e5%ae%89%e8%a3%85%e6%a8%a1%e5%9d%97zt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>perl&#8211;模块安装方法和常用模块</title>
		<link>http://www.micronsky.com/2009/12/perl-%e6%a8%a1%e5%9d%97%e5%ae%89%e8%a3%85%e6%96%b9%e6%b3%95%e5%92%8c%e5%b8%b8%e7%94%a8%e6%a8%a1%e5%9d%97/</link>
		<comments>http://www.micronsky.com/2009/12/perl-%e6%a8%a1%e5%9d%97%e5%ae%89%e8%a3%85%e6%96%b9%e6%b3%95%e5%92%8c%e5%b8%b8%e7%94%a8%e6%a8%a1%e5%9d%97/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 07:08:08 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[program]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=525</guid>
		<description><![CDATA[CPAN（Comprehensive　Perl　Archive　Network）是internet上Perl模块最大的集散地，包含了现今公布的几乎所有的perl模块。网址：http://www.cpan.org/　
而http://search.cpan.org/，可以查找任何一个模块并提供下载
Linux/Unix&#8212;perl模块的安装方法
Linux/Unix下安装Perl模块有两种方法：手工安装和自动安装。第一种方法是从CPAN上下载您需要的模块，手工编译、安装。第二种方法是联上internet，使用一个叫做CPAN的模块自动完成下载、编译、安装的全过程。
A.        [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2009/12/perl-%e6%a8%a1%e5%9d%97%e5%ae%89%e8%a3%85%e6%96%b9%e6%b3%95%e5%92%8c%e5%b8%b8%e7%94%a8%e6%a8%a1%e5%9d%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

