<?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: Contributing to CPAN: PAUSE Id, Bug Tracking, and Code Repositories</title>
	<atom:link href="http://www.pythian.com/news/7877/contributing-to-cpan-pause-id-bug-tracking-and-code-repositories/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/7877/contributing-to-cpan-pause-id-bug-tracking-and-code-repositories/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Yanick Champoux</title>
		<link>http://www.pythian.com/news/7877/contributing-to-cpan-pause-id-bug-tracking-and-code-repositories/#comment-403571</link>
		<dc:creator>Yanick Champoux</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=7877#comment-403571</guid>
		<description>Yup, when you know where to send patches, the Perl ecosystem always has been fairly easy to enter.  But the arrival of Git simplified it to even greater levels.  By now, sending a patch to any module can be as simple as (I hope the comment doesn&#039;t murder the formatting here):

    $ git cpan-init Some::Module
    $ git checkout -b mypatch
    ...hack hack hack...
    $ git rebase -i cpan
    $ git cpan-sendpatch

For more details, see my original Git::CPAN::Patch blog entry (http://use.perl.org/~Yanick/journal/38180), and -- if you subscribe to it -- the related article in the Perl Review (http://theperlreview.com/, edition 5.1).</description>
		<content:encoded><![CDATA[<p>Yup, when you know where to send patches, the Perl ecosystem always has been fairly easy to enter.  But the arrival of Git simplified it to even greater levels.  By now, sending a patch to any module can be as simple as (I hope the comment doesn&#8217;t murder the formatting here):</p>
<p>    $ git cpan-init Some::Module<br />
    $ git checkout -b mypatch<br />
    &#8230;hack hack hack&#8230;<br />
    $ git rebase -i cpan<br />
    $ git cpan-sendpatch</p>
<p>For more details, see my original Git::CPAN::Patch blog entry (<a href="http://use.perl.org/~Yanick/journal/38180" rel="nofollow">http://use.perl.org/~Yanick/journal/38180</a>), and &#8212; if you subscribe to it &#8212; the related article in the Perl Review (<a href="http://theperlreview.com/" rel="nofollow">http://theperlreview.com/</a>, edition 5.1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yanick Champoux</title>
		<link>http://www.pythian.com/news/7877/contributing-to-cpan-pause-id-bug-tracking-and-code-repositories/#comment-403569</link>
		<dc:creator>Yanick Champoux</dc:creator>
		<pubDate>Mon, 08 Feb 2010 14:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=7877#comment-403569</guid>
		<description>Good point.  A little more than a year ago, I gave it a whirl and, although it was very promising, it wasn&#039;t exactly scratching the itch in the way I wanted -- so I ended up trying to come up with my own solution (http://use.perl.org/~Yanick/journal/37852).  

But I just gave a second look at Zilla over the week-end and, by Joves, it&#039;s getting there. I&#039;ll give it a new try, but something tells me I&#039;ll soon be kissing poor Dist::Release goodbye and join the enemy camp. :-)</description>
		<content:encoded><![CDATA[<p>Good point.  A little more than a year ago, I gave it a whirl and, although it was very promising, it wasn&#8217;t exactly scratching the itch in the way I wanted &#8212; so I ended up trying to come up with my own solution (<a href="http://use.perl.org/~Yanick/journal/37852" rel="nofollow">http://use.perl.org/~Yanick/journal/37852</a>).  </p>
<p>But I just gave a second look at Zilla over the week-end and, by Joves, it&#8217;s getting there. I&#8217;ll give it a new try, but something tells me I&#8217;ll soon be kissing poor Dist::Release goodbye and join the enemy camp. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the wanderer</title>
		<link>http://www.pythian.com/news/7877/contributing-to-cpan-pause-id-bug-tracking-and-code-repositories/#comment-403155</link>
		<dc:creator>the wanderer</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=7877#comment-403155</guid>
		<description>don&#039;t forget Dist::Zilla    http://search.cpan.org/~rjbs/Dist-Zilla-1.100160/lib/Dist/Zilla.pm</description>
		<content:encoded><![CDATA[<p>don&#8217;t forget Dist::Zilla    <a href="http://search.cpan.org/~rjbs/Dist-Zilla-1.100160/lib/Dist/Zilla.pm" rel="nofollow">http://search.cpan.org/~rjbs/Dist-Zilla-1.100160/lib/Dist/Zilla.pm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Procter</title>
		<link>http://www.pythian.com/news/7877/contributing-to-cpan-pause-id-bug-tracking-and-code-repositories/#comment-402863</link>
		<dc:creator>Tim Procter</dc:creator>
		<pubDate>Fri, 05 Feb 2010 19:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=7877#comment-402863</guid>
		<description>Great Job.  I was looking forward to this post. The biggest piece of the puzzle I was missing was PAUSE.</description>
		<content:encoded><![CDATA[<p>Great Job.  I was looking forward to this post. The biggest piece of the puzzle I was missing was PAUSE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Hudson</title>
		<link>http://www.pythian.com/news/7877/contributing-to-cpan-pause-id-bug-tracking-and-code-repositories/#comment-402847</link>
		<dc:creator>Brad Hudson</dc:creator>
		<pubDate>Fri, 05 Feb 2010 18:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=7877#comment-402847</guid>
		<description>Thanks Yanick.  That really simplifies and clarifies the process.  I had no idea it was all so simple.</description>
		<content:encoded><![CDATA[<p>Thanks Yanick.  That really simplifies and clarifies the process.  I had no idea it was all so simple.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

