<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Watch out for side effects with `use VERSION`</title>
	<atom:link href="http://www.effectiveperlprogramming.com/blog/396/feed" rel="self" type="application/rss+xml" />
	<link>http://www.effectiveperlprogramming.com/blog/396</link>
	<description>Effective Perl Programming - write better, more idiomatic Perl</description>
	<lastBuildDate>Wed, 28 Dec 2011 08:06:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Brad Gilbert</title>
		<link>http://www.effectiveperlprogramming.com/blog/396/comment-page-1#comment-21</link>
		<dc:creator>Brad Gilbert</dc:creator>
		<pubDate>Fri, 16 Jul 2010 04:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.effectiveperlprogramming.com/?p=396#comment-21</guid>
		<description>There has been some talk on P5P of changing the way `use 5.xxx` works, so that it gets converted at compile time to `BEGIN { require 5.xxx; require feature; feature-&gt;import(&quot;5.x&quot;); }` or the roughly equivalent `BEGIN{ require 5.xxx; $^H{&#039;feature_unicode&#039;} = q(1); $^H{&#039;feature_say&#039;} = q(1); $^H{&#039;feature_state&#039;} = q(1); $^H{&#039;feature_switch&#039;} = q(1); }

This is arguably how it should have been implemented to start with.</description>
		<content:encoded><![CDATA[<p>There has been some talk on P5P of changing the way `use 5.xxx` works, so that it gets converted at compile time to `BEGIN { require 5.xxx; require feature; feature-&gt;import(&#8220;5.x&#8221;); }` or the roughly equivalent `BEGIN{ require 5.xxx; $^H{&#8216;feature_unicode&#8217;} = q(1); $^H{&#8216;feature_say&#8217;} = q(1); $^H{&#8216;feature_state&#8217;} = q(1); $^H{&#8216;feature_switch&#8217;} = q(1); }</p>
<p>This is arguably how it should have been implemented to start with.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

