<?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: PerlCritic for Web Developers</title>
	<atom:link href="http://blog.afoolishmanifesto.com/archives/596/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.afoolishmanifesto.com/archives/596</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/596/comment-page-1#comment-127</link>
		<dc:creator>fREW Schmidt</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=596#comment-127</guid>
		<description>@Robert: Hopefully this will be put on CPAN yes, but I figured that it would be better to get it out there first.  I don&#039;t know when though.  Also, Catalyst is way too big, as far as I can tell, to use for this.  If you want a standalone server CGI::Application::Server will do the trick.  I may look into that at some point.

@Jonathan: I use CGI::Application at $work and I used it at school.  It works really well and it&#039;s very lightweight.

@j1n3l0: not really though; perlcritic.com requires you to actively submit your source.  This runs locally and monitors all files matching a certain pattern (.pm, .pl, .t, .plx) and gives criticisms on all of them.  The idea here is to make it ridiculously easy to get criticisms on your source once everything is set up.

@beppu: that&#039;s probably not even required.  I just type the use feature line whenever I make a new perl file.  I don&#039;t think this uses any of 5.10.  Comment out those lines and see if it still works.

@derby: Damian Conway recommends using set/get methods in Perl Best Practices (page 340.)  I will make another post on just Moose later on so stay tuned :-)</description>
		<content:encoded><![CDATA[<p>@Robert: Hopefully this will be put on CPAN yes, but I figured that it would be better to get it out there first.  I don&#8217;t know when though.  Also, Catalyst is way too big, as far as I can tell, to use for this.  If you want a standalone server CGI::Application::Server will do the trick.  I may look into that at some point.</p>
<p>@Jonathan: I use CGI::Application at $work and I used it at school.  It works really well and it&#8217;s very lightweight.</p>
<p>@j1n3l0: not really though; perlcritic.com requires you to actively submit your source.  This runs locally and monitors all files matching a certain pattern (.pm, .pl, .t, .plx) and gives criticisms on all of them.  The idea here is to make it ridiculously easy to get criticisms on your source once everything is set up.</p>
<p>@beppu: that&#8217;s probably not even required.  I just type the use feature line whenever I make a new perl file.  I don&#8217;t think this uses any of 5.10.  Comment out those lines and see if it still works.</p>
<p>@derby: Damian Conway recommends using set/get methods in Perl Best Practices (page 340.)  I will make another post on just Moose later on so stay tuned <img src='http://blog.afoolishmanifesto.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derby</title>
		<link>http://blog.afoolishmanifesto.com/archives/596/comment-page-1#comment-126</link>
		<dc:creator>derby</dc:creator>
		<pubDate>Wed, 29 Apr 2009 12:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=596#comment-126</guid>
		<description>Thanks for the write-up. I&#039;m just starting with Moose and I like real code like this to help me wrap my head around it. Just one question, Why did you set reader and writer attributes for directory? Was that just a personal preference over using the default?</description>
		<content:encoded><![CDATA[<p>Thanks for the write-up. I&#8217;m just starting with Moose and I like real code like this to help me wrap my head around it. Just one question, Why did you set reader and writer attributes for directory? Was that just a personal preference over using the default?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beppu</title>
		<link>http://blog.afoolishmanifesto.com/archives/596/comment-page-1#comment-125</link>
		<dc:creator>beppu</dc:creator>
		<pubDate>Wed, 29 Apr 2009 09:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=596#comment-125</guid>
		<description>You should probably mention somewhere that perl 5.10 is required for this.  I just tried running this, and my poor old 5.8.8 installation didn&#039;t get past the `use feature &#039;5.10&#039;` line.</description>
		<content:encoded><![CDATA[<p>You should probably mention somewhere that perl 5.10 is required for this.  I just tried running this, and my poor old 5.8.8 installation didn&#8217;t get past the `use feature &#8217;5.10&#8242;` line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j1n3l0</title>
		<link>http://blog.afoolishmanifesto.com/archives/596/comment-page-1#comment-124</link>
		<dc:creator>j1n3l0</dc:creator>
		<pubDate>Wed, 29 Apr 2009 09:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=596#comment-124</guid>
		<description>This sounds very similar to &lt;a href=&quot;http://perlcritic.com/&quot; rel=&quot;nofollow&quot;&gt;perlcritic.com&lt;/a&gt;. Have you had a look at that yet?</description>
		<content:encoded><![CDATA[<p>This sounds very similar to <a href="http://perlcritic.com/" rel="nofollow">perlcritic.com</a>. Have you had a look at that yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Rockway</title>
		<link>http://blog.afoolishmanifesto.com/archives/596/comment-page-1#comment-123</link>
		<dc:creator>Jonathan Rockway</dc:creator>
		<pubDate>Wed, 29 Apr 2009 07:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=596#comment-123</guid>
		<description>CGI::Application and not HTTP::Engine?  Why?</description>
		<content:encoded><![CDATA[<p>CGI::Application and not HTTP::Engine?  Why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Barta</title>
		<link>http://blog.afoolishmanifesto.com/archives/596/comment-page-1#comment-122</link>
		<dc:creator>Robert Barta</dc:creator>
		<pubDate>Wed, 29 Apr 2009 06:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=596#comment-122</guid>
		<description>My thoughts:

- Will it be CPANized?

- Any chance to slim down the architecture and
  simply have a Catalyst controller instead of
  yet another tiny server to take care of?

  If one wants a standalone server, then the
  catalystic one could be used.</description>
		<content:encoded><![CDATA[<p>My thoughts:</p>
<p>- Will it be CPANized?</p>
<p>- Any chance to slim down the architecture and<br />
  simply have a Catalyst controller instead of<br />
  yet another tiny server to take care of?</p>
<p>  If one wants a standalone server, then the<br />
  catalystic one could be used.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
