Releases: kentnl/Dist-Zilla-Plugin-Bootstrap-lib
Releases · kentnl/Dist-Zilla-Plugin-Bootstrap-lib
0.04000001
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
!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
!Minor
- Add tests
- Minor refactor
Dependencies::Added / test requires
Dist::Zilla
File::Copy::Recursive
Path::FindDev
0.03000101
Bugfix
- accidental typo with
boostrap_dir
instead ofbootstrap_dir
0.03000100
!Minor
- Now shows config in metaconfig with a bit of Moo wizzardry.
Dependencies::Added / runtime requires
Moo::HandleMoose::FakeMetaClass
Role::Tiny
0.03000000
!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
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
!Noteworthy Changes
@INC
mutation now done slightly later atregister_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 bootstrapfallback = 1
enablestry_built
to fall back to thebootstrap lib
form ( this is the default )no_fallback = 1
disablesfallback
Dependencies::Added / runtime requires
Path::Tiny
- Cwd
Dependencies::Removed / runtime requires
File::Spec
- Carp
0.01023602
- 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
- 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.