Skip to content

Releases: kentnl/Dist-Zilla-PluginBundle-Author-KENTNL

1.0.20

07 Aug 21:22
Compare
Choose a tag to compare

Dependencies::Added / runtime requires

  • Dist::Zilla::Plugin::Authority

Features

  • Use Authority.

1.0.19

07 Aug 21:21
Compare
Choose a tag to compare

BugFix

  • Only call uname on Linux. ( Reported by James Laver )

1.0.18

07 Aug 21:21
Compare
Choose a tag to compare

Documentation

  • Credit all the other authors now using @Author::

1.0.17

07 Aug 21:20
Compare
Choose a tag to compare

Dependencies

  • Update Test::Compile to circumvent a bug with __END__
  • Update Test::Kwalitee 1.112410 to avoid a bug with plan

Dependencies::Added / runtime requires

  • Dist::Zilla::Plugin::Test::Kwalitee 1.112410
  • Dist::Zilla::Plugin::Test::Perl::Critic 1.102280

Dependencies::Changed / runtime requires

  • Dist::Zilla::Plugin::Test::Compile 1.112392 → 1.112400

Dependencies::Removed / runtime requires

  • Dist::Zilla::Plugin::CriticTests 1.102280
  • Dist::Zilla::Plugin::KwaliteeTests 1.101420

Dependencies::Removed / runtime suggests

  • Dist::Zilla::Plugin::Test::Compile 1.112393

1.0.16

07 Aug 21:19
Compare
Choose a tag to compare

Dependencies::Added / runtime requires

  • Dist::Zilla::Plugin::CheckExtraTests
  • Dist::Zilla::Plugin::Test::Compile 1.112392

Dependencies::Added / runtime suggests

  • Dist::Zilla::Plugin::Test::Compile 1.112393

Dependencies::Removed / runtime requires

  • Dist::Zilla::Plugin::CompileTests 1.110930
  • Dist::Zilla::Plugin::ExtraTests

Dependencies::Removed / test requires

  • English

Packaging

  • All extra-tests now shipped in xt/ instead of t/, and they're only
    called by Dzil.

1.0.15

07 Aug 21:10
Compare
Choose a tag to compare

Bugs

  • Recent Dist::Zilla / Prereq Scanners report strict/warnings which broke
    tests. Fixed now, thanks tjmc.

Dependencies::Added / runtime requires

  • Perl::PrereqScanner 1.006
  • strict
  • warnings

Dependencies::Changed / runtime requires

  • Dist::Zilla 4.101612 → 4.300000

Internals

  • Versions no longer declared in BEGIN { } # new dzil.

1.0.13

07 Aug 20:54
Compare
Choose a tag to compare

Bugs

  • Reworked handling of auto_prereqs_skip not to carp needlessly.

Dependencies::Added / test requires

  • JSON

Features

  • Can use multiple values of auto_prereqs_skip now.
  • Now stricter about flags passed to detect typos.
  • Minted dists now have an example auto_prereqs_skip

Tests

  • Minter test now tests auto_prereq generation and the auto_prereqs_skip
    flag.

1.0.13

07 Aug 20:52
Compare
Choose a tag to compare

Bugs

  • Fixed an issue where the change of Dzil's Autoprereqs 'skip' parameter
    started taking an array instead, by using an array. ( External interface
    is still the same though )

Dependencies

  • Dist::Zilla 4.200011 is now the minimum requirement, as that has the
    adjusted Autoprereqs

Dependencies::Changed / runtime requires

  • Dist::Zilla::Plugin::AutoPrereqs 0 → 4.200011

Packaging

  • Web metadata now uses HTTPS:// urls.

1.0.12

07 Aug 20:49
Compare
Choose a tag to compare

Dependencies

  • Version explicit dependency added to Test::File::ShareDir 0.3.0 which is
    required for -root to be optional.

Dependencies::Changed / test requires

  • Test::File::ShareDir 0 → v0.3.0

1.0.11

07 Aug 20:43
Compare
Choose a tag to compare

Tests

  • Redo the git hack using ENV flags instead of a config file as it still
    doesn't work as intended. Need both AUTHOR and CONFIG env variables.
  • Minting test now more detailed with arbitrary pass indicators to
    indicate where fails occur.