Release history for Dist-Zilla-Plugin-Prereqs-DarkPAN

0.2.2 2012-07-07T10:27:26Z
 [Bugfixes]
 - github: closes #2 , listdeps_darkpan syntax error which leads to it not
   working. Thanks to Tomohiro Hosaka (BOKUTIN) for reporting.

 [Dependencies::Changed::Build]
 - requires : Module::Build 0.3601 -> 0.4001

 [Dependencies::Changed::Configure]
 - requires : Module::Build 0.3601 -> 0.4001

 [Dependencies::Changed::Develop]
 - suggests : Dist::Zilla::PluginBundle::Author::KENTNL v1.3.0 -> v1.4.1

 [Dependencies::Changed::Test]
 - requires : Test::More 0.88 -> 0.98

 [Misc]
 - Regenerated 000-report-versions-tiny.t to be custom build of code.

0.2.1 2012-05-24T11:21:00Z
 [Bugfixes]
 - github: closes #1 , loading Cached Package DB's fails due to not loading
   the class. Thanks to Tomohiro Hosaka/BOKUTIN for reporting.

 [Dependencies::Changed::Develop]
 - recommends: Dist::Zilla::PluginBundle::Author::KENTNL::Lite
   0.01009803 -> v1.3.0
 - suggests: Dist::Zilla::PluginBundle::Author::KENTNL v1.0.0 -> v1.3.0

 [Tests::New]
 - release/minimum-version

0.2.0 2011-10-30T02:30:33Z
 [API Incompatibile Changes]
 - now takes PKG = MIRROR notation, and package path is attempted to be
   discovered automatically using a 02packages file.
 - the old behaviour can be attained by specifying PKG.uri = with either an
   absolute uri, or a relative uri.

 [Dependencies]
 - new: runtime requires App::Cache
 - new: runtime requires Parse::CPAN::Packages
 - new: runtime requires URI

 [Packages]
 - new: Dist::Zilla::Role::xPANResolver which handles
   fetching/caching/parsing the appropriate 02packages file and providing a
   qualified resource for a given module.

0.1.0 2011-10-29T23:27:02Z
 - First version.