Revision history for Dist::Zilla::Plugin::PodLoom
4.10 December 12, 2011
*** POTENTIALLY INCOMPATIBLE CHANGE ***
- PodLoom is now a FileFinderUser (defaulting to :InstallModules)
In most cases, this should not be an issue, but if you had
modules in the root directory, they won't be processed by
PodLoom anymore unless you override :InstallModules.
4.01 October 15, 2011
- Support custom bugtracker (require Pod::Loom 0.05)
4.00 May 5, 2011
- Fix compatibility with (and require) Dist::Zilla 4.200001+
3.02 December 11, 2010
- List Pod::Loom version in dumped config
- Require latest Pod::Loom (0.04)
3.01 December 1, 2010
- For repository, prefer the 'web' key to the 'url' key
3.00 May 22, 2010
- Now compatible with (and requires) Dist::Zilla 3
0.08 April 14, 2010
- No longer distributed in Dist-Zilla-PluginBundle-CJM
----------------------------------------------------------------------
Prior to version 0.08, Dist::Zilla::Plugin::PodLoom was distributed as
part of Dist-Zilla-PluginBundle-CJM. This is the relevant history
from that distribution. It includes only the changes made to PodLoom.
0.05 March 30, 2010
- Added SYNOPSIS
- Revised compile tests
0.02 March 7, 2010
- Added POD tests
- Use the plugin's log method so the plugin name appears in the log
- Define abstract, module, & version only if they
could be determined
0.01 October 11, 2009
- Initial release