Releases: kentnl/Dist-Zilla-PluginBundle-Author-KENTNL
Releases · kentnl/Dist-Zilla-PluginBundle-Author-KENTNL
1.0.20
Dependencies::Added / runtime requires
Dist::Zilla::Plugin::Authority
Features
- Use
Authority
.
1.0.19
BugFix
- Only call
uname
on Linux. ( Reported by James Laver )
1.0.18
Documentation
- Credit all the other authors now using
@Author::
1.0.17
Dependencies
- Update
Test::Compile
to circumvent a bug with__END__
- Update
Test::Kwalitee
1.112410
to avoid a bug withplan
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
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 oft/
, and they're only
called byDzil
.
1.0.15
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
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 theauto_prereqs_skip
flag.
1.0.13
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
adjustedAutoprereqs
Dependencies::Changed / runtime requires
Dist::Zilla::Plugin::AutoPrereqs
0
→4.200011
Packaging
- Web metadata now uses
HTTPS://
urls.
1.0.12
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
Tests
- Redo the git hack using
ENV
flags instead of aconfig
file as it still
doesn't work as intended. Need bothAUTHOR
andCONFIG
env variables. - Minting test now more detailed with arbitrary pass indicators to
indicate where fails occur.