Skip to content

Releases: kentnl/Dist-Zilla-Plugin-Bootstrap-lib

0.04000001

24 Sep 23:01
Compare
Choose a tag to compare

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

05 Sep 08:21
Compare
Choose a tag to compare

!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

03 Sep 04:13
Compare
Choose a tag to compare

!Minor

  • Add tests
  • Minor refactor

Dependencies::Added / test requires

  • Dist::Zilla
  • File::Copy::Recursive
  • Path::FindDev

0.03000101

31 Aug 01:55
Compare
Choose a tag to compare

Bugfix

  • accidental typo with boostrap_dir instead of bootstrap_dir

0.03000100

31 Aug 01:54
Compare
Choose a tag to compare

!Minor

  • Now shows config in metaconfig with a bit of Moo wizzardry.

Dependencies::Added / runtime requires

  • Moo::HandleMoose::FakeMetaClass
  • Role::Tiny

0.03000000

30 Aug 23:51
Compare
Choose a tag to compare

!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

30 Aug 23:51
Compare
Choose a tag to compare

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

30 Aug 23:50
Compare
Choose a tag to compare

!Noteworthy Changes

  • @INC mutation now done slightly later at 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

30 Aug 23:49
Compare
Choose a tag to compare
  • 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

30 Aug 23:48
Compare
Choose a tag to compare
  • 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.