<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://www.illusori.co.uk/xsl/rss.xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Sam's Blog &gt; Pod-weaver</title>
    <link>http://www.illusori.co.uk/blog/categories/pod-weaver/</link>
    <description>Sam's Blog, feed for category pod-weaver</description>
    <language>en-gb</language>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <pubDate>Sun, 09 Oct 2011 21:59:00 GMT</pubDate>
    <lastBuildDate>Sun, 09 Oct 2011 21:59:00 GMT</lastBuildDate>
    <generator>build_site 1.0</generator>
    <webMaster>rss@illusori.co.uk</webMaster>

    <item>
      <title><![CDATA[App::podweaver 1.00 (belatedly) released]]></title>
      <link>http://www.illusori.co.uk/blog/2011/10/09/App-podweaver-1.00-belatedly-released.html</link>
      <description><![CDATA[<p>Yanick Champoux has posted the first of what promises to be an
interesting series of blogs:
<a href="http://babyl.dyndns.org/techblog/entry/taming-pod-weaver">Taming Pod::Weaver</a>.</p>
<p>In it he mentions <a href="http://search.cpan.org/perldoc?App::podweaver">App::podweaver</a>, which reminded me -
a year after the fact - that I hadn&#39;t released a stable release yet.</p>
<p>So I have. Should be hitting a CPAN mirror near you soon.</p>
<p>Biggest change is that it should now respect perlbrew installs.</p><p><a href="http://www.illusori.co.uk/blog/2011/10/09/App-podweaver-1.00-belatedly-released.html">Read more...</a></p>]]></description>
      <dc:creator>Sam Graham</dc:creator>
      <category>perl</category>
      <category>ironman</category>
      <category>pod-weaver</category>
      <category>app-podweaver</category>
      <pubDate>Sun, 09 Oct 2011 21:59:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.illusori.co.uk/blog/2011/10/09/App-podweaver-1.00-belatedly-released.html</guid>
    </item>
    <item>
      <title><![CDATA[App::podweaver and Pod::Weaver::PluginBundle::ReplaceBoilerplate]]></title>
      <link>http://www.illusori.co.uk/blog/2010/08/23/pod_weaver_plugin_replaceboilerplate.html</link>
      <description><![CDATA[<p>As mentioned in my previous article,
<a href="/blog/2010/08/16/still_alive.html">&quot;Still Alive and What I&#39;ve Been Up To&quot;</a>,
I&#39;ve been working on a way to let me use <a href="http://search.cpan.org/perldoc?Pod::Weaver">Pod::Weaver</a>
without being forced down the route of using <a href="http://search.cpan.org/perldoc?Dist::Zilla">Dist::Zilla</a>.</p>
<p>(The reason for not using <a href="http://search.cpan.org/perldoc?Dist::Zilla">Dist::Zilla</a> is that
<a href="/blog/2010/07/24/to_dist_zilla_or_not_to_dist_zilla.html">its work-flow
doesn&#39;t fit mine</a>.)</p>
<p>To that end I&#39;ve developed
<a href="http://github.com/illusori/Perl-App-podweaver">App::podweaver</a>,
<a href="http://github.com/illusori/Perl-Pod-Weaver-Role-SectionReplacer">Pod::Weaver::Role::SectionReplacer</a>, and
<a href="http://github.com/illusori/Perl-Pod-Weaver-PluginBundle-ReplaceBoilerplate">Pod::Weaver::PluginBundle::ReplaceBoilerplate</a>.</p>
<p>All the above are <a href="http://github.com/">GitHub</a> because they&#39;re not
yet ready for <a href="http://search.cpan.org/">CPAN</a> release, since they
lack important things like, oh, <i>tests that they don&#39;t go nuts and delete
all your code</i>.</p>
<p>That said they&#39;re at a stable enough stage that I&#39;ve used them to
weave their own documentation without trouble, and are potentially of
enough use and interest for me to put them up for early adopters to
take a look at, or for people to copy the guts to do their own thing with.</p>
<p>For more details on what does what, carry on reading below the cut.</p><p><a href="http://www.illusori.co.uk/blog/2010/08/23/pod_weaver_plugin_replaceboilerplate.html">Read more...</a></p>]]></description>
      <dc:creator>Sam Graham</dc:creator>
      <category>perl</category>
      <category>ironman</category>
      <category>git</category>
      <category>pod-weaver</category>
      <pubDate>Mon, 23 Aug 2010 13:16:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.illusori.co.uk/blog/2010/08/23/pod_weaver_plugin_replaceboilerplate.html</guid>
    </item>
    <item>
      <title><![CDATA[Still Alive and What I&#39;ve Been Up To]]></title>
      <link>http://www.illusori.co.uk/blog/2010/08/16/still_alive.html</link>
      <description><![CDATA[<p>I&#39;ve failed <a href="http://ironman.enlightenedperl.org/">the Perl Iron
Man Challenge</a> again, but I&#39;m still alive, just busy.</p>
<p>I&#39;ve had a couple of articles semi-written for the past two weeks,
but they still very much works-in-progress, because they&#39;re about
projects that are still... very much in-progress.</p>
<p>So I thought I&#39;d post an interim report in the style of the &quot;What I&#39;m
Working On&quot; posts that crop up every so often.</p>
<p>One project is getting <a href="http://search.cpan.org/perldoc?Pod::Weaver">Pod::Weaver</a> to do what I want,
as mentioned in my previous article,
<a href="/blog/2010/07/24/to_dist_zilla_or_not_to_dist_zilla.html">&quot;To
Dist::Zilla, or not to Dist::Zilla?&quot;</a>, this has involved using
<a href="http://search.cpan.org/perldoc?Moose">Moose</a> for the first time, <a href="http://search.cpan.org/perldoc?Pod::Weaver">Pod::Weaver</a> for
the first time, <a href="http://search.cpan.org/perldoc?Pod::Elemental">Pod::Elemental</a> for the first time,
<a href="http://search.cpan.org/perldoc?Config::MVP">Config::MVP</a> for the first time, and Git for the first time.</p><p><a href="http://www.illusori.co.uk/blog/2010/08/16/still_alive.html">Read more...</a></p>]]></description>
      <dc:creator>Sam Graham</dc:creator>
      <category>perl</category>
      <category>ironman</category>
      <category>moose</category>
      <category>git</category>
      <category>pod-weaver</category>
      <category>module-authoring</category>
      <category>strawberry-perl</category>
      <category>perlbrew</category>
      <category>template-benchmark</category>
      <category>job-hunting</category>
      <pubDate>Mon, 16 Aug 2010 11:03:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.illusori.co.uk/blog/2010/08/16/still_alive.html</guid>
    </item>

  </channel>
</rss>
