The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Release history for Module-Data

0.010 2013-11-21T12:25:03Z
 [00 Minor]
 - Internals reimplemented in Path::Tiny
 - Trial release to give end users a bit of warning, because Path::Class
   objects were previously emitted.

 [Dependencies::Added / runtime requires]
 - Path::Tiny

 [Dependencies::Removed / runtime requires]
 - Path::Class::File

 [Dependencies::Removed / test requires]
 - Path::Class

0.007 2013-11-20T13:09:23Z
 [00 BugFix]
 - Prevent test failure with new Path::ScanINC

 [Dependencies::Added / develop requires]
 - Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl
 - Dist::Zilla::Plugin::Authority 1.006
 - Dist::Zilla::Plugin::AutoPrereqs
 - Dist::Zilla::Plugin::CheckExtraTests
 - Dist::Zilla::Plugin::ConfirmRelease
 - Dist::Zilla::Plugin::EOLTests
 - Dist::Zilla::Plugin::Git::Check
 - Dist::Zilla::Plugin::Git::Commit
 - Dist::Zilla::Plugin::Git::CommitBuild
 - Dist::Zilla::Plugin::Git::GatherDir
 - Dist::Zilla::Plugin::Git::NextVersion
 - Dist::Zilla::Plugin::Git::Tag
 - Dist::Zilla::Plugin::GithubMeta
 - Dist::Zilla::Plugin::License
 - Dist::Zilla::Plugin::Manifest
 - Dist::Zilla::Plugin::ManifestSkip
 - Dist::Zilla::Plugin::MetaConfig
 - Dist::Zilla::Plugin::MetaData::BuiltWith
 - Dist::Zilla::Plugin::MetaJSON
 - Dist::Zilla::Plugin::MetaProvides::Package 1.14000001
 - Dist::Zilla::Plugin::MetaTests
 - Dist::Zilla::Plugin::MetaYAML
 - Dist::Zilla::Plugin::ModuleBuild
 - Dist::Zilla::Plugin::NextRelease
 - Dist::Zilla::Plugin::PkgVersion
 - Dist::Zilla::Plugin::PodCoverageTests
 - Dist::Zilla::Plugin::PodSyntaxTests
 - Dist::Zilla::Plugin::PodWeaver
 - Dist::Zilla::Plugin::Prereqs
 - Dist::Zilla::Plugin::Prereqs::MatchInstalled
 - Dist::Zilla::Plugin::PruneCruft
 - Dist::Zilla::Plugin::ReadmeAnyFromPod
 - Dist::Zilla::Plugin::ReadmeFromPod
 - Dist::Zilla::Plugin::ReportVersions::Tiny
 - Dist::Zilla::Plugin::Test::CPAN::Changes
 - Dist::Zilla::Plugin::Test::Compile::PerFile
 - Dist::Zilla::Plugin::Test::Kwalitee
 - Dist::Zilla::Plugin::Test::MinimumVersion
 - Dist::Zilla::Plugin::Test::Perl::Critic
 - Dist::Zilla::Plugin::TestRelease
 - Dist::Zilla::Plugin::Twitter
 - Dist::Zilla::Plugin::UploadToCPAN
 - Dist::Zilla::PluginBundle::Author::KENTNL 2.002001
 - Pod::Coverage::TrustPod
 - Test::CPAN::Changes 0.19
 - Test::CPAN::Meta
 - Test::Kwalitee 1.12
 - Test::Pod 1.41
 - Test::Pod::Coverage 1.08
 - version 0.9901

 [Dependencies::Added / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0

 [Dependencies::Changed / build requires]
 - Module::Build 0.3601 → 0.4202

 [Dependencies::Changed / configure requires]
 - Module::Build 0.3601 → 0.4202

 [Dependencies::Changed / test requires]
 - Test::More 0.96 → 1.001002

 [Dependencies::Removed / develop recommends]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0

 [Dependencies::Removed / develop requires]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite

 [Dependencies::Removed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.3.0

 [Dependencies::Removed / test requires]
 - File::Find
 - File::Temp

 [Documentation]
 - Add README.mkdn
 - Update ©
 - use UTF∞8

 [Meta]
 - Bugtracker to GH Issues

 [Packaging]
 - Use test_requires

 [Tests]
 - use Test::Compile::PerFile
 - Update ReportVersions::Tiny
 - Update CPAN::Changes
 - Update Test::Kwalitee

0.006 2012-04-13T04:02:46Z
 [Tests]
 - Replace call to Data::Dump::pp with a hand-written simple dumper as pp
   is for some bizzare reason entering recursion.

0.005 2012-04-11T20:33:42Z
 [Bugfixes]
 - Update of the test code to not fail prematurely under Test::Builder2

 [Tests]
 - Refactored Whitelisting logic into its own t/tlib/ module 'Whitelist'
 - Updated 02 & 03 to whitelist modules loaded by Test::Builder2

0.004 2012-04-11T06:01:11Z
 [Dependencies::Changed]
 - Runtime requires : Path::ScanINC 0 -> 0.002

0.003 2012-04-10T09:11:18Z
 [Dependencies::New]
 - Test requires: Carp

 [Tests]
 - Improved 03_fake_system.t reporting to reveal why win32 is requring()
   "wrong".

0.002 2012-04-09T02:01:46Z
 [Dependencies::New]
 - Runtime requires : Module::Metadata
 - Runtime requires : Path::ScanINC
 - Test requires : Path::Class
 - Test requires : FindBin

 [Dependencies::Removed]
 - Runtime requires : Path::Class::Dir

 [Internals]
 - Rework module discovery to be optimistic, check %INC if its there
   already, and if it is, report where it was found, otherwise, ask
   Path::ScanINC to tell us where it is WITHOUT loading it. This will
   hopefully be usefull in many cases allowing us to detect module
   availability without needing the compile/memory overheads of actually
   loading said modules
 - Rework ->version call to be optimistic, ask PACKAGE->VERSION for version
   if the package appears to be loaded, otherwise, fall back on
   Path::ScanINC to find the file, and Module::Metadata to extract the
   version out of it. The hope is that will eliminate the need to load the
   whole module permenantly into memory *just* to discern what version it
   is.

0.001 2012-03-23T15:37:57Z
 - First version.