<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>transfixed but not dead! &#187; Opensource</title>
	<atom:link href="http://transfixedbutnotdead.com/tag/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://transfixedbutnotdead.com</link>
	<description>my ramblings on life, work &#38; anything left in-between</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:03:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='transfixedbutnotdead.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0a317653027efb1ab2bf8adde3dcb067?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>transfixed but not dead! &#187; Opensource</title>
		<link>http://transfixedbutnotdead.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://transfixedbutnotdead.com/osd.xml" title="transfixed but not dead!" />
	<atom:link rel='hub' href='http://transfixedbutnotdead.com/?pushpress=hub'/>
		<item>
		<title>My first ever CPAN module!</title>
		<link>http://transfixedbutnotdead.com/2008/11/27/my-first-ever-cpan-module/</link>
		<comments>http://transfixedbutnotdead.com/2008/11/27/my-first-ever-cpan-module/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 15:20:36 +0000</pubDate>
		<dc:creator>draegtun</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://draegtun.wordpress.com/?p=56</guid>
		<description><![CDATA[Well it had to happen one day I suppose!   Though I am amazed it took this long because been playing with the notion for some years now.   What&#8217;s ironic is that I&#8217;ve uploaded something I&#8217;ve only recently developed and not some older and more established code/modules/libraries that I have lying around.   Still [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=transfixedbutnotdead.com&amp;blog=351142&amp;post=56&amp;subd=draegtun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well it had to happen one day I suppose!   Though I am amazed it took this long because been playing with the notion for some years now.  </p>
<p>What&#8217;s ironic is that I&#8217;ve uploaded something I&#8217;ve only recently developed and not some older and more established code/modules/libraries that I have lying around.   Still plenty of time for them to be dusted down and uploaded <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p> </p>
<p>For the uninitiated these are the first steps you need to make&#8230;.</p>
<ol>
<li>Get a PAUSE account&#8230;  <a href="https://pause.perl.org">https://pause.perl.org</a></li>
<li>Register Namespace (from menu)</li>
<li>Upload module (from menu)</li>
</ol>
<p>Sounds easy doesn&#8217;t it.   Well it actually is easy  and just looks daunting when its unknown quantity.  </p>
<p>Before point 2 u should check that namespace is free on CPAN.   With point 2 you do provide some details about the module and there could be a discussion.   You can do point 3 immediately however I waited a week to see if there were any issues (mine was a root level namespace&#8230; but no one came back).</p>
<p>If all goes well then you module will appear on CPAN the next day (which it did!).  There are tools / logs on PAUSE which provides status on you upload and if needed ways to fix some of the potential problems.</p>
<p>PAUSE may look &#8220;antiquated&#8221;&#8230; but it works and thats what counts.</p>
<p>Of course I don&#8217;t like the simple life (or rather I don&#8217;t make my life simple enough!).  So instead of sticking with h2xs and subversion I decided it was time to upgrade to <a href="http://search.cpan.org/dist/Module-Build/lib/Module/Build.pm">Module::Build</a> and <a href="http://git.or.cz/">git</a>!    So I&#8217;ve learned enough of both to cause some damage and get the module onto CPAN and source code onto GitHub.   Actually Module::Build (especially when used with <a href="http://search.cpan.org/dist/Module-Starter/lib/Module/Starter.pm">Module::Starter</a>) &amp; git were really simply to pick up&#8230;.  most work was just getting my head around GitHub.</p>
<p>This is where they live:</p>
<ul>
<li>CPAN     <a href="http://search.cpan.org/dist/Builder/">http://search.cpan.org/dist/Builder/</a></li>
<li>GitHub   <a href="http://github.com/draegtun/builder/tree/master">http://github.com/draegtun/builder/tree/master</a></li>
</ul>
<p> </p>
<p>What next?&#8230;</p>
<ul>
<li>Learn more git!</li>
<li>Add more docs &amp; tests (neither currently cover what Builder can do)</li>
<li>Add in some further developments I have here</li>
<li>Refactor it all <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
<p>Also when I get a moment I may blog about Builder.</p>
<p>/I3az/</p>
<p>PS. Below are useful links which I recommend reading before embarking on same journey&#8230;.</p>
<ul>
<li><a href="http://www.perl.com/pub/a/2003/02/12/module1.html">http://www.perl.com/pub/a/2003/02/12/module1.html</a></li>
<li><a href="http://git.or.cz/course/svn.html">http://git.or.cz/course/svn.html</a></li>
<li><a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html</a></li>
<li><a href="http://github.com/guides/changing-your-origin">http://github.com/guides/changing-your-origin</a></li>
<li><a href="http://search.cpan.org/dist/perl/pod/perlmodstyle.pod">http://search.cpan.org/dist/perl/pod/perlmodstyle.pod</a></li>
<li><a href="http://search.cpan.org/dist/perl/pod/perlnewmod.pod">http://search.cpan.org/dist/perl/pod/perlnewmod.pod</a></li>
<li><a href="http://stackoverflow.com/questions/73889/which-framework-should-i-use-to-write-modules">http://stackoverflow.com/questions/73889/which-framework-should-i-use-to-write-modules</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/draegtun.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/draegtun.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/draegtun.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/draegtun.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/draegtun.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/draegtun.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/draegtun.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/draegtun.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/draegtun.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/draegtun.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/draegtun.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/draegtun.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/draegtun.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/draegtun.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=transfixedbutnotdead.com&amp;blog=351142&amp;post=56&amp;subd=draegtun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://transfixedbutnotdead.com/2008/11/27/my-first-ever-cpan-module/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/29cb106071d163d703484e63839d89cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">draegtun</media:title>
		</media:content>
	</item>
	</channel>
</rss>
