The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Release history for Test-File-ShareDir

0.4.1 2013-11-21T06:51:24Z
 [00 Trivial Doc Fix]
 - Escaping of code containing > was done wrong.

0.4.0 2013-11-21T06:38:44Z
 [00 Major Changes]
 - New Modules/Interfaces to make life easier for people who only need one
   of (Dist|Module) shares.

 [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
 - Test::CPAN::Changes 0.19
 - Test::Kwalitee 1.12

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

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

 [Dependencies::Added / test requires]
 - lib

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

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

 [Dependencies::Changed / test requires]
 - Test::More 0.98 → 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.7.2

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

 [Documentation]
 - Encoding specified
 - MetaPOD annotations added

 [Packaging]
 - use new MB syntax for fallback

 [Tests]
 - use Test::Compile::PerFile
 - Regenerate ReportVersions::Tiny to not report develop deps.
 - Regenerate CPAN::Changes test
 - Regenerate Kwalitee test

0.3.3 2013-04-03T11:32:08Z
 [!Noteable Changes]
 - Replace Path::Class with Path::Tiny

 [Dependencies::Added / runtime_requires]
 - Path::Tiny

 [Dependencies::Removed / runtime_requires]
 - Path::Class::Dir

0.3.2 2013-04-03T07:03:58Z
 - Maintenance release for MB 0.4004

 [Dependencies::Added / develop_requires]
 - Pod::Coverage::TrustPod
 - Test::CPAN::Meta
 - Test::Pod 1.41
 - Test::Pod::Coverage 1.08
 - version 0.9901

 [Dependencies::Added / runtime_requires]
 - perl 5.006

 [Dependencies::Changed / build_requires]
 - Module::Build 0.3601 → 0.4004

 [Dependencies::Changed / configure_requires]
 - Module::Build 0.3601 → 0.4004

 [Dependencies::Changed / develop_recommends]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite 0.01009803 → v1.3.0

 [Dependencies::Changed / develop_suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL 1.0.0 → v1.7.2

 [Dependencies::Changed / test_requires]
 - Test::More 0.96 → 0.98

 [Documentation]
 - Reindent License
 - Update Copyright Year
 - Update Copyright address
 - Add README.mkdn

 [Meta]
 - Bug tracker moved to github issues

 [Packaging]
 - Build.PL updated for 0.4004 / test_requires

 [Tracking]
 - This source version of 0.3.1 lost and reconstructed

0.3.1 2011-10-28T20:58:28Z
 [Bugs]
 - Absolute paths were treated incorrectly as relative ones. Now using
   Path::Class properly which should fix this problem. Thanks to RJBS for
   diagnosing and reporting this problem.

 [Dependencies]
 - test removed: English

 [Packaging]
 - Updated License ( Indentation, Address )
 - Extra tests moved to xt/

0.3.0 2011-05-05T03:29:45Z
 [Dependencies::Testing]
 - Now requires Cwd as provided by File-Spec / PathTools.

 [Documentation]
 - Improved primary documentation to explain import flags

 [Features]
 - In the absense of passing the 'root' parameter, it will default to the
   current work directory. Considering that most of the time, the Cwd is
   the project root directory when running tests, this constitutes a
   reasonably sane default.

 [Tests]
 - Now uses Test::CPAN::Changes plugin instead of CPANChangesTests plugin
 - Added 03_cwd.t which tests how the module behaves when -root is
   implicit.

0.2.0 2011-04-07T21:10:54Z
 - Rereleased as 0.2.0 to signify backwards incompatible changes introduced
   in 0.1.2

0.1.2 2011-04-07T21:08:05Z
 [Features]
 - Adds support for dist/package sharedirs. See synopsis for syntax.

 [Packaging]
 - Remove need for @Filter.
 - Rework Changes for CPAN::Changes.

 [Tests]
 - Added CPAN::Changes tests.
 - 01 Basics files moved to 01_files and 01 Basic is reformatted to match.
 - Added 02_distdir and 02_files to test for dist feature.

0.1.1 2011-03-10T16:35:13Z
 - Overhauled the internals to make it easier to work on.
 - Refactored code into an object.
 - No externally visible changes.
 - Slightly more strict, but just to stop you doing stupid things.
 - Module Loading is now slightly lazier.

0.1.0 2011-02-21T12:42:47Z
 - First version, released on an unsuspecting world.
 - Presently only supports module share-dirs.