<?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>NewPush &#187; CPAN</title> <atom:link href="http://newpush.com/tag/cpan/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Mon, 30 Jan 2012 15:40:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Making Perl Module Fails on RedHat</title><link>http://newpush.com/2009/05/making-perl-module-fails-on-redhat/</link> <comments>http://newpush.com/2009/05/making-perl-module-fails-on-redhat/#comments</comments> <pubDate>Sun, 31 May 2009 15:20:03 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Perl]]></category> <category><![CDATA[CPAN]]></category><guid isPermaLink="false">http://www.wdream.com/?p=287</guid> <description><![CDATA[If the build fials because of a makefile error, it is most likely due to an encoding error during the generation of the makefile. That type of error is described in the RedHat Bugzilla report #87682 and the solution given &#8230; <a href="http://newpush.com/2009/05/making-perl-module-fails-on-redhat/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><span class="grey">If the build fials because of a makefile error, it is most likely due to an encoding error during the generation of the makefile. That type of error is described in the <a href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=87682">RedHat Bugzilla report #87682</a> and the solution given is to change LANG from <code>en_US.UTF8</code> to <code>en_US</code>.</span></p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/05/making-perl-module-fails-on-redhat/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to install Perl modules on a Unix / Linux server</title><link>http://newpush.com/2009/05/how-to-install-perl-modules-on-a-unix-linux-server/</link> <comments>http://newpush.com/2009/05/how-to-install-perl-modules-on-a-unix-linux-server/#comments</comments> <pubDate>Sun, 31 May 2009 15:17:17 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Perl]]></category> <category><![CDATA[CPAN]]></category><guid isPermaLink="false">http://www.wdream.com/?p=285</guid> <description><![CDATA[From the command line, as the root user, run: # perl -MCPAN -e shell And then at the cpan command line run: cpan&#62; install Module::Name Alternatively, using sudo on one line, as any user you can directly intall a module &#8230; <a href="http://newpush.com/2009/05/how-to-install-perl-modules-on-a-unix-linux-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>From the command line, as the root user, run:</p><pre>  # perl -MCPAN -e shell</pre><p>And then at the cpan command line run:</p><pre>  cpan&gt; <strong>install Module::Name</strong></pre><p>Alternatively, using <code>sudo</code> on one line, as any user you can directly intall a module by running:</p><pre>sudo perl -MCPAN -e 'install Module::Name'</pre>]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/05/how-to-install-perl-modules-on-a-unix-linux-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-02-09 09:17:04 by W3 Total Cache -->
