<?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: Moose makes Perl OO Sexy!</title>
	<atom:link href="http://blog.afoolishmanifesto.com/archives/602/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.afoolishmanifesto.com/archives/602</link>
	<description>fREWdiculous!</description>
	<lastBuildDate>Mon, 16 Aug 2010 06:30:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: fREW Schmidt</title>
		<link>http://blog.afoolishmanifesto.com/archives/602/comment-page-1#comment-131</link>
		<dc:creator>fREW Schmidt</dc:creator>
		<pubDate>Wed, 06 May 2009 04:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=602#comment-131</guid>
		<description>@mst: I need to figure out how to whitelist you or something....  Anyway, yeah, I have a post lined up based in part on one of your talks recently and I mention this :-)</description>
		<content:encoded><![CDATA[<p>@mst: I need to figure out how to whitelist you or something&#8230;.  Anyway, yeah, I have a post lined up based in part on one of your talks recently and I mention this <img src='http://blog.afoolishmanifesto.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt S Trout</title>
		<link>http://blog.afoolishmanifesto.com/archives/602/comment-page-1#comment-130</link>
		<dc:creator>Matt S Trout</dc:creator>
		<pubDate>Fri, 01 May 2009 17:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=602#comment-130</guid>
		<description>Better still ...

use Method::Signatures::Simple;

method _build_critic {
   my $dir = $self-&gt;get_directory;
   return Perl::Critic-&gt;new(
      -e &quot;$dir/.perlcriticrc&quot;
      ? ( -profile =&gt; &quot;$dir/.perlcriticrc&quot; )
      : ( -severity =&gt; &#039;brutal&#039;, -theme =&gt; &#039;core&#039; )
   );
}

Maybe it&#039;s just me, but getting to forget entirely about @_ really makes me happy ...</description>
		<content:encoded><![CDATA[<p>Better still &#8230;</p>
<p>use Method::Signatures::Simple;</p>
<p>method _build_critic {<br />
   my $dir = $self-&gt;get_directory;<br />
   return Perl::Critic-&gt;new(<br />
      -e &#8220;$dir/.perlcriticrc&#8221;<br />
      ? ( -profile =&gt; &#8220;$dir/.perlcriticrc&#8221; )<br />
      : ( -severity =&gt; &#8216;brutal&#8217;, -theme =&gt; &#8216;core&#8217; )<br />
   );<br />
}</p>
<p>Maybe it&#8217;s just me, but getting to forget entirely about @_ really makes me happy &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
