Sam's Blog entries for 23 August 2010
App::podweaver and Pod::Weaver::PluginBundle::ReplaceBoilerplate
Date: Monday, 23 August 2010, 13:16.
Categories: perl, ironman, git, pod-weaver.
As mentioned in my previous article, "Still Alive and What I've Been Up To", I've been working on a way to let me use Pod::Weaver without being forced down the route of using Dist::Zilla.
(The reason for not using Dist::Zilla is that its work-flow doesn't fit mine.)
To that end I've developed App::podweaver, Pod::Weaver::Role::SectionReplacer, and Pod::Weaver::PluginBundle::ReplaceBoilerplate.
All the above are GitHub because they're not yet ready for CPAN release, since they lack important things like, oh, tests that they don't go nuts and delete all your code.
That said they're at a stable enough stage that I'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.
For more details on what does what, carry on reading below the cut.