Releases: kentnl/Dist-Zilla-Plugin-MetaProvides
Releases · kentnl/Dist-Zilla-Plugin-MetaProvides
1.12044518
- Spliced Test deps into its own module.
- Shipped work behind
_try_regen_metadata
toDist::Zilla::Util::EmulatePhase
meta_noindex
is now ON by default. This behavioural change is reason for Bumping the minor to12.
Rationale: If you're usingMetaNoIndex
and this module, then you want things to get
skipped. With provides =>, cpan won't do any indexing itself, sono_index
in the data does nothing. So, this module brings that power back to life by implementing it manually.- Add thanks while I remember.
Dependencies::Added / runtime requires
Dist::Zilla::Util::EmulatePhase
0.01000101
Dependencies::Added / test requires
Dist::Zilla::Util::Test::KENTNL
0.01000004
Dependencies::Removed / runtime requires
- Carp
Hash::Merge::Simple
Dependencies::Removed / test requires
Dist::Zilla::Tester
Params::Util
Sub::Exporter
Try::Tiny
1.11044405
- Drop silly extra depends that sneaked in. It was hobbitses, and they are pesky.
Dependencies::Removed / test requires
Config::INI::Reader
Data::Dump
Moose::Autobox
1.11044404
- Upgrade to recent
@KENTNL
changes ( removeinc/
andxt/
from source tree, relocateperlcritic.rc
) - Now have a convenience function, usable by all consuming roles that permit filtering packages that match criteira added to
MetaNoIndex
. Once your role uses this function, the attribute also
bolted on by this change (meta_noindex
=1
) will control this behaviour. Thanks to xdg/David Golden for this suggestion.
Dependencies::Added / develop recommends
Dist::Zilla::PluginBundle::KENTNL::Lite
0.01009803
Dependencies::Added / develop requires
Dist::Zilla::PluginBundle::KENTNL::Lite
Dependencies::Added / develop suggests
Dist::Zilla::PluginBundle::KENTNL
0.01017119
Dependencies::Added / runtime requires
- Carp
Hash::Merge::Simple
Dependencies::Added / test requires
Config::INI::Reader
Data::Dump
Dist::Zilla::Tester
- English
Moose::Autobox
Params::Util
Sub::Exporter
Test::Fatal
Try::Tiny
1.11034201
- Forked into
4
smaller dists to reduce the installation overheads. - Mostly so that people who want
Metaprovides::Package
don't have to installMooseX::Declare
and friends.::Plugin::MetaProvides
,::Plugin::MetaProvides::Package
,::Plugin::MetaProvides::Class
,::Plugin::MetaProvides::FromFile
1.10034117
- Dropped
xt/author/kwalitee.t
to avoid the needless dep. ( Kwalitee Test plugin doesn't have this issue )
1.10027802
- Replaced most of dist.ini with
@KENTNL
( Yeilding more accurate t/ depends ) - Removed
=inc::Dist
style loopback in favour of the more reliable and more generic=inc::lib
1.10027518
- Upgraded tests to
Dist::Zilla
2.x. ( should resolve rt #56482 ) ( Thanks to DAXIM/Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 for reporting ) - Upgraded dist.ini to
Dist::Zilla
2.x
1.10001919
- Dropped the version dep on
FindBin
because it causes problems for some. Apparently deping on something that may or may not be in core which may or may not be in core later is a bad thing. - Added
CompileTests
- Add dist.ini to release for diagnostic reasons.
1.10000417
- Moved the tests around.
- More tests.
- All versions now maxing out to encourage upgrading.
- Moved to relative dating scheme
- Tighter
DogFeed
Loopback in buildsystem. - Critic'd.
- Documentation Upped on the plugs.
1.0920022
- Moved Documentation to a .pm file to satisfy
Module::Build