<?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>marcus ramberg &#187; pod</title>
	<atom:link href="http://marcus.nordaaker.com/tag/pod/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcus.nordaaker.com</link>
	<description>nordaaker</description>
	<lastBuildDate>Fri, 06 Aug 2010 07:29:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing the POD synopsis in OSX</title>
		<link>http://marcus.nordaaker.com/2009/05/fixing-the-pod-synopsis-in-osx/</link>
		<comments>http://marcus.nordaaker.com/2009/05/fixing-the-pod-synopsis-in-osx/#comments</comments>
		<pubDate>Mon, 18 May 2009 10:29:56 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[pod]]></category>

		<guid isPermaLink="false">http://marcus.nordaaker.com/?p=2152</guid>
		<description><![CDATA[Having problems copying example code from POD and getting invalid characters in your Perl? Apparently this is a problem with nroff on OS X (According to my linux hacking peeps), but the solution is quite simple. Just stuff this in your .profile or whatever ;)
alias perldoc='perldoc -t'
And your pod is rendered in glorious pure-text, without [...]]]></description>
			<content:encoded><![CDATA[<p>Having problems copying example code from POD and getting invalid characters in your Perl? Apparently this is a problem with nroff on OS X (According to my linux hacking peeps), but the solution is quite simple. Just stuff this in your .profile or whatever ;)</p>
<p><code>alias perldoc='perldoc -t'</code></p>
<p>And your pod is rendered in glorious pure-text, without using weird characters for &#8216; and -.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcus.nordaaker.com/2009/05/fixing-the-pod-synopsis-in-osx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
