The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dist-Zilla-Plugin-Bootstrap-lib

0.04000001 2013-09-24T16:22:46Z
 [Bugfix]
 - Attempt to solve the problem of CPAN Smokers not having dzil in path by using Test::DZil instead.

 [Dependencies::Added / test requires]
 - File::Spec
 - Test::DZil
 - Test::Fatal

 [Dependencies::Removed / test requires]
 - Dist::Zilla

 [Tests]
 - additional test for new ::Role::Bootstrap behaviour
 - update compile test

0.04000000 2013-09-05T08:17:38Z
 [!Major and API breaking Changes]
 - no_fallback deprecated in favour of fallback = 0/1
 - reimplemented in terms of a proper Moose class and ::Role::Bootstrap

 [!Minor]
 - add metapod and related info

 [Dependencies::Added / runtime requires]
 - Dist::Zilla::Role::Bootstrap
 - Moose

 [Dependencies::Added / test requires]
 - Cwd
 - Path::Tiny

 [Dependencies::Removed / runtime requires]
 - Cwd
 - Moo::HandleMoose::FakeMetaClass
 - Path::Tiny
 - Role::Tiny
 - lib

0.03000200 2013-09-03T03:36:10Z
 [!Minor]
 - Add tests
 - Minor refactor

 [Dependencies::Added / test requires]
 - Dist::Zilla
 - File::Copy::Recursive
 - Path::FindDev

0.03000101 2013-08-31T01:52:46Z
 [Bugfix]
 - accidental typo with boostrap_dir instead of bootstrap_dir

0.03000100 2013-08-31T01:43:36Z
 [!Minor]
 - Now shows config in metaconfig with a bit of Moo wizzardry.

 [Dependencies::Added / runtime requires]
 - Moo::HandleMoose::FakeMetaClass
 - Role::Tiny

0.03000000 2013-08-30T23:46:07Z
 [!Major]
 - Less noisy in general usage.
 - Now warns if paths that would be boostraped contain modules that are
   already loaded in %INC ( closes gh #1 )
 - Tests regenerated with newer tools

 [Dependencies::Added / develop requires]
 - Test::CPAN::Changes 0.19
 - Test::Kwalitee 1.08

 [Dependencies::Added / runtime requires]
 - lib

 [Dependencies::Added / test requires]
 - IO::Handle
 - IPC::Open3

 [Dependencies::Changed / build requires]
 - Module::Build 0.4004 → 0.4007

 [Dependencies::Changed / configure requires]
 - Module::Build 0.4004 → 0.4007

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.7.2 → v1.8.3

 [Dependencies::Removed / test requires]
 - File::Find
 - File::Temp

0.02000100 2013-04-06T09:53:45Z
 [Bugs]
 - 2 fallback conditions were accidentally using the same logic, so only
   one would ever work.
 - satisfactory build dirs accidentally lacked a 'lib' suffix, so resulted
   in a "fallthrough" to system.

0.02000000 2013-04-06T09:38:52Z
 [!Noteworthy Changes]
 - @INC mutation now done slightly later at C<register_component>, which
   lets us get payload parameters out, while still executing the real work
   long before anything else. Though execution order still matters
   profusely.
 - 3 new parameters,
 - `try_built` tries to use a previous build instead of a "undef version"
   based bootstrap
 - `fallback = 1` enables `try_built` to fall back to the `bootstrap lib`
   form ( this is the default )
 - `no_fallback = 1` disables `fallback`

 [Dependencies::Added / runtime requires]
 - Path::Tiny
 - Cwd

 [Dependencies::Removed / runtime requires]
 - File::Spec
 - Carp

0.01023602 2013-04-06T08:37:50Z
 - Maintenance Release

 [Dependencies::Added / develop requires]
 - Pod::Coverage::TrustPod
 - Test::CPAN::Meta
 - Test::POD 1.41
 - Test::POD::Coverage 1.08
 - version 0.9901

 [Dependencies::Changed / build requires]
 - Module::Build 0.3601 → 0.4004

 [Dependencies::Changed / configure requires]
 - Module::Build 0.3601 → 0.4004

 [Dependencies::Changed / develop recommends]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite 0.01009803 → v1.3.0

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.2.0 → v1.7.2

 [Dependencies::Changed / test requires]
 - Test::More 0.88 → 0.98

 [Documentation]
 - Update Ⓒ year.
 - Add README.mkdn

 [Meta]
 - bugtracker to github issues

 [Packaging]
 - utilise Module::Build 0.4004

0.01023601 2012-02-02T19:41:29Z
 - Maintenance Release

 [Dependencies::Changed]
 - develop suggests : Dist::Zilla::PluginBundle::Author::KENTNL v1.0.0 ->
   v1.2.0

 [Dependencies::New]
 - runtime requires : perl 5.006
 - runtime requires : strict
 - runtime requires : warnings

 [Dependencies::Removed]
 - test requires : English

 [Internals]
 - Packages declare $AUTHOR
 - $VERSION declaration moved out of BEGIN

 [Packaging]
 - Update LICENSE ( Year, Indent, Address )
 - Move extra tests to xt/
 - Move Git URLS' to https://
 - add x_authority
 - Moved to git versions.

0.01023600 2011-04-04T15:58:33Z
 - Retooling release only.

 [Dependencies::Devel]
 - Advertises development pluginbundles.

 [Packaging]
 - Move to @Author::KENTNL
 - ship .perltidyrc
 - CPAN::Changes-ize it.

 [Tests]
 - Added cpan-changes tests.
 - Dropped Portability tests.

0.01000003 2010-08-16T18:24:12Z
 - First version.