Skip to content

Releases: kentnl/Dist-Zilla-Plugin-MetaProvides

1.12044518

21 Sep 13:07
Compare
Choose a tag to compare
  • Spliced Test deps into its own module.
  • Shipped work behind _try_regen_metadata to Dist::Zilla::Util::EmulatePhase
  • meta_noindex is now ON by default. This behavioural change is reason for Bumping the minor to 12. Rationale: If you're using MetaNoIndex and this module, then you want things to get
    skipped. With provides =>, cpan won't do any indexing itself, so no_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

21 Sep 13:06
Compare
Choose a tag to compare
  • 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

21 Sep 13:06
Compare
Choose a tag to compare
  • Upgrade to recent @KENTNL changes ( remove inc/ and xt/ from source tree, relocate perlcritic.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

21 Sep 13:05
Compare
Choose a tag to compare
  • Forked into 4 smaller dists to reduce the installation overheads.
  • Mostly so that people who want Metaprovides::Package don't have to install MooseX::Declare and friends. ::Plugin::MetaProvides, ::Plugin::MetaProvides::Package, ::Plugin::MetaProvides::Class
    , ::Plugin::MetaProvides::FromFile

1.10034117

21 Sep 13:03
Compare
Choose a tag to compare
  • Dropped xt/author/kwalitee.t to avoid the needless dep. ( Kwalitee Test plugin doesn't have this issue )

1.10027802

21 Sep 13:02
Compare
Choose a tag to compare
  • 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

21 Sep 13:02
Compare
Choose a tag to compare
  • 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

21 Sep 13:01
Compare
Choose a tag to compare
  • 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

21 Sep 13:01
Compare
Choose a tag to compare
  • 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

21 Sep 13:01
Compare
Choose a tag to compare
  • Moved Documentation to a .pm file to satisfy Module::Build