<?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>kb.hurricane-ridge.com &#187; Perl</title>
	<atom:link href="http://kb.hurricane-ridge.com/category/scripting/perl/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Tue, 31 Aug 2010 22:18:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Perl installation &#8220;best&#8221; practices</title>
		<link>http://kb.hurricane-ridge.com/scripting/perl/perl-installation-best-practices</link>
		<comments>http://kb.hurricane-ridge.com/scripting/perl/perl-installation-best-practices#comments</comments>
		<pubDate>Tue, 30 Dec 2008 20:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=64</guid>
		<description><![CDATA[An old post, but one whose recommendations seem to work well &#8211; especially the part about installing as a non-root user &#8211; if you&#8217;re faced with an inflexible packaging of a system Perl that you don&#8217;t want to touch, like an RPM install. (Not needing to worry about things like this most of the time [...]]]></description>
			<content:encoded><![CDATA[<p>An old post, but one whose recommendations seem to work well &#8211; especially the part about installing as a non-root user &#8211; if you&#8217;re faced with an inflexible packaging of a system Perl that you don&#8217;t want to touch, like an RPM install. (Not needing to worry about things like this most of the time is one of the greatest strengths of FreeBSD&#8217;s ports system.) From the Journal of jdavidb: <a href="http://use.perl.org/~jdavidb/journal/6477">Perl installation &#8220;best&#8221; practices</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/scripting/perl/perl-installation-best-practices/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Perl 5.6 to Perl 5.8 Using Portupgrade and perl-after-upgrade</title>
		<link>http://kb.hurricane-ridge.com/scripting/perl/upgrading-perl-56-to-perl-58-using-portupgrade-and-perl-after-upgrade</link>
		<comments>http://kb.hurricane-ridge.com/scripting/perl/upgrading-perl-56-to-perl-58-using-portupgrade-and-perl-after-upgrade#comments</comments>
		<pubDate>Mon, 29 Dec 2008 18:36:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[ports]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=36</guid>
		<description><![CDATA[Use the -o flag to portupgrade to replace the perl5 port with a the perl5.8 port:
# portupgrade -rR -o lang/perl5.8 lang/perl5
After the upgrade (this is applicable after any Perl ports upgrade, such as 5.8.8 to 5.8.9), run the perl-after-upgrade script, first in test mode, then in fix mode:
# perl-after-upgrade
# perl-after-upgrade -f
Fix any errors highlighted by perl-after-upgrade, and reinstall any required packages.  [...]]]></description>
			<content:encoded><![CDATA[<p>Use the <code>-o</code> flag to <code>portupgrade</code> to replace the perl5 port with a the perl5.8 port:</p>
<p><code># portupgrade -rR -o lang/perl5.8 lang/perl5</code></p>
<p>After the upgrade (this is applicable after <em>any</em> Perl ports upgrade, such as 5.8.8 to 5.8.9), run the <code>perl-after-upgrade</code> script, first in test mode, then in fix mode:</p>
<p><code># perl-after-upgrade<br />
# perl-after-upgrade -f</code></p>
<p>Fix any errors highlighted by <code>perl-after-upgrade</code>, and reinstall any required packages.  Review files left behind from the older Perl installation (typically <code>/usr/local/lib/perl5/site_perl/5.X.Y/</code>).  After verifying that the upgraded Perl works as expected, remove <code>+CONTENTS.bak</code> files from subdirectories under <code>/var/db/pkg</code>.</p>
<p>See the <code>perl-after-upgrade</code> man page for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/scripting/perl/upgrading-perl-56-to-perl-58-using-portupgrade-and-perl-after-upgrade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
