<?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 for Modern Perl, modern tools</title>
	<atom:link href="http://iain.per.ly/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://iain.per.ly</link>
	<description>Modern Perl deserves modern tools</description>
	<lastBuildDate>Mon, 06 Sep 2010 06:32:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Running your Perl tests in Eclipse by 2</title>
		<link>http://iain.per.ly/running-your-perl-tests-in-eclipse/comment-page-1/#comment-42</link>
		<dc:creator>2</dc:creator>
		<pubDate>Mon, 06 Sep 2010 06:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://iain.per.ly/?p=26#comment-42</guid>
		<description>This is helpful post. thanks</description>
		<content:encoded><![CDATA[<p>This is helpful post. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running your Perl tests in Eclipse by Mark</title>
		<link>http://iain.per.ly/running-your-perl-tests-in-eclipse/comment-page-1/#comment-39</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://iain.per.ly/?p=26#comment-39</guid>
		<description>I love my shell, its l33t</description>
		<content:encoded><![CDATA[<p>I love my shell, its l33t</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running your Perl tests in Eclipse by Sean Blanton</title>
		<link>http://iain.per.ly/running-your-perl-tests-in-eclipse/comment-page-1/#comment-37</link>
		<dc:creator>Sean Blanton</dc:creator>
		<pubDate>Tue, 16 Jun 2009 16:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://iain.per.ly/?p=26#comment-37</guid>
		<description>I just set the Perl build path to find the libs and do ctrl-F11. I&#039;m usually testing one-off scripts these days so I don&#039;t have sophisticated needs at present.

The ability to view the source and test code in side-by-side windows and quickly hit Ctrl-F11 to run the test is probably my favorite thing about using Eclipse for Perl development.</description>
		<content:encoded><![CDATA[<p>I just set the Perl build path to find the libs and do ctrl-F11. I&#8217;m usually testing one-off scripts these days so I don&#8217;t have sophisticated needs at present.</p>
<p>The ability to view the source and test code in side-by-side windows and quickly hit Ctrl-F11 to run the test is probably my favorite thing about using Eclipse for Perl development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running your Perl tests in Eclipse by Iain</title>
		<link>http://iain.per.ly/running-your-perl-tests-in-eclipse/comment-page-1/#comment-7</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Mon, 18 May 2009 11:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://iain.per.ly/?p=26#comment-7</guid>
		<description>@David I do use the debugger, but I tend to use tests to pinpoint errors now.</description>
		<content:encoded><![CDATA[<p>@David I do use the debugger, but I tend to use tests to pinpoint errors now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running your Perl tests in Eclipse by David</title>
		<link>http://iain.per.ly/running-your-perl-tests-in-eclipse/comment-page-1/#comment-6</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 15 May 2009 14:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://iain.per.ly/?p=26#comment-6</guid>
		<description>Adding -I${workspace_loc:Project-Name}/lib can be a handy thing to add to the perl arguments too.

I generally develop packages with CPAN style directory structures (so that they can be made with Module::Build) as separate projects in my workspace.  I don&#039;t actually want to have to build, test and install them all every time I want to run the tests however so I add the projects as libraries in my run configurations.

My &#039;Test Absolutely Everything&#039; run configuration has a rather long list of arguments.

Do you use the Eclipse perl debugger too?</description>
		<content:encoded><![CDATA[<p>Adding -I${workspace_loc:Project-Name}/lib can be a handy thing to add to the perl arguments too.</p>
<p>I generally develop packages with CPAN style directory structures (so that they can be made with Module::Build) as separate projects in my workspace.  I don&#8217;t actually want to have to build, test and install them all every time I want to run the tests however so I add the projects as libraries in my run configurations.</p>
<p>My &#8216;Test Absolutely Everything&#8217; run configuration has a rather long list of arguments.</p>
<p>Do you use the Eclipse perl debugger too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hooked on Perl by Ben Vinnerd</title>
		<link>http://iain.per.ly/hooked-on-perl/comment-page-1/#comment-4</link>
		<dc:creator>Ben Vinnerd</dc:creator>
		<pubDate>Tue, 05 May 2009 14:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://iain.per.ly/?p=8#comment-4</guid>
		<description>I went for a job interview in 1999 as a C programmer. It took many months for the company to decide that they wanted me, but when i did start, they&#039;d decided to scrap C and do Perl instead.

So there you go, i was force-fed Perl. But i&#039;ve grown to like it. It&#039;s disappointing though how there aren&#039;t many Perl jobs about.</description>
		<content:encoded><![CDATA[<p>I went for a job interview in 1999 as a C programmer. It took many months for the company to decide that they wanted me, but when i did start, they&#8217;d decided to scrap C and do Perl instead.</p>
<p>So there you go, i was force-fed Perl. But i&#8217;ve grown to like it. It&#8217;s disappointing though how there aren&#8217;t many Perl jobs about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hooked on Perl by Perl: How did you get hooked? &#124; Graeme Lawton</title>
		<link>http://iain.per.ly/hooked-on-perl/comment-page-1/#comment-3</link>
		<dc:creator>Perl: How did you get hooked? &#124; Graeme Lawton</dc:creator>
		<pubDate>Tue, 05 May 2009 13:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://iain.per.ly/?p=8#comment-3</guid>
		<description>[...] of the fine gentlemen I work with recently blogged about how he started out with Perl and it got me thinking about why Perl currently seems to be failing to drive the interest it so [...]</description>
		<content:encoded><![CDATA[<p>[...] of the fine gentlemen I work with recently blogged about how he started out with Perl and it got me thinking about why Perl currently seems to be failing to drive the interest it so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hooked on Perl by Mark</title>
		<link>http://iain.per.ly/hooked-on-perl/comment-page-1/#comment-2</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 05 May 2009 13:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://iain.per.ly/?p=8#comment-2</guid>
		<description>My first perl exposure was about 7 months ago, when I went for a job interview, and the guy was like, hey you need to know perl, and I said, cant be that hard.

Guess I&#039;m lucky though coz I was doing C as a teenager, and had just learned php about 2 months before I got that job, so perl wasn&#039;t too bad, except for dbix, I still don&#039;t get it! Or as mst would say, dbic. Either way, sql ftw!

Also, look at me, I&#039;m commenting!</description>
		<content:encoded><![CDATA[<p>My first perl exposure was about 7 months ago, when I went for a job interview, and the guy was like, hey you need to know perl, and I said, cant be that hard.</p>
<p>Guess I&#8217;m lucky though coz I was doing C as a teenager, and had just learned php about 2 months before I got that job, so perl wasn&#8217;t too bad, except for dbix, I still don&#8217;t get it! Or as mst would say, dbic. Either way, sql ftw!</p>
<p>Also, look at me, I&#8217;m commenting!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

