Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > a08afe37b0e21629779d66a976d074ff > files > 5

perl-File-ShareDir-ProjectDistDir-0.5.2-2.mga4.noarch.rpm

Release history for File-ShareDir-ProjectDistDir

0.5.2 2013-09-25T20:04:10Z
 [Bugfix]
 - Use a Test::Compile not known to break on Win32

 [Dependencies::Added / test requires]
 - File::Spec

0.5.1 2013-09-16T07:34:01Z
 [!Minor]
 - No serious changes, just 0.5.0 without -TRIAL
 - and a few test changes and relevant dep changes.

 [Dependencies::Added / develop requires]
 - Test::Kwalitee 1.08

 [Dependencies::Added / test requires]
 - IO::Handle
 - IPC::Open3

 [Dependencies::Changed / build requires]
 - Module::Build 0.4005 → 0.4007

 [Dependencies::Changed / configure requires]
 - Module::Build 0.4005 → 0.4007

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.7.4 → v1.8.3

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

0.5.0 2013-07-06T18:11:52Z
 [00 MAJOR CHANGES]
 - Entire Heuristics system replaced with Path::IsDev/Path::FindDev
 - Internals re-written to use Path::Tiny
 - Please read SIGNIFICANT CHANGES section on ::ProjectDistDir for details

 [Dependencies::Added / runtime requires]
 - Path::Class::Dir
 - Path::FindDev
 - Path::IsDev
 - Path::Tiny

 [Dependencies::Added / test requires]
 - lib

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.7.3 → v1.7.4

0.4.4 2013-06-05T17:11:18Z
 [00 Noteable Changes]
 - Edge Case logic that was added in 0.4.2 removed.
 - Test for edgecase that was added in 0.4.3 removed.

 [Documentation]
 - Basic MetaPOD information added.

0.4.3 2013-05-23T18:29:12Z
 [00 Noteable Changes]
 - added basic debugging of the dev/prod determination logic, controlled by
   FILE_SHAREDIR_PROJECTDISTDIR_DEBUG=1

 [Tests]
 - added test case for Imagemagick

0.4.2 2013-05-23T17:11:31Z
 [Bug Fixes]
 - workaround for a user-installation that created a 'share' dir as a
   sibling of a 'lib' dir, which falsely lead us to believe the 'lib' dir
   was a "development lib dir", caused by a user installing ImageMagic
   wrongly.
 - This is only really a temporary solution, in lieu of better debugging
   diagnostics.

 [Dependencies::Added / develop requires]
 - Test::CPAN::Changes 0.19

 [Dependencies::Changed / build requires]
 - Module::Build 0.4003 → 0.4005

 [Dependencies::Changed / configure requires]
 - Module::Build 0.4003 → 0.4005

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.7.0 → v1.7.3

 [Packaging]
 - use MB 0.4004 test_requires

0.4.1 2013-02-13T23:17:46Z
 - No significant changes from 0.4.0, but non-trial

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

 [Dependencies::Changed / build requires]
 - Module::Build 0.4002 → 0.4003

 [Dependencies::Changed / configure requires]
 - Module::Build 0.4002 → 0.4003

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.4.2 → v1.7.0

 [Documentation]
 - update copyright year

 [Meta]
 - bugtracker moved to github issues

0.4.0 2012-07-28T21:54:15Z
 [Dependencies::Changed / build requires]
 - Module::Build 0.3601 → 0.4002

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

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

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

 [Features]
 - now can specify 'pathclass => 1' in various places and get Path::Class
   objects.

0.3.2 2012-05-07T17:07:54Z
 [Bugs]
 - github#2 There was a bug on some platforms where
   Path::Class::Dir->new('/')->parent->dir_list() returned a 2-item list
   instead of a one-item list which was our loop termination criteria. This
   became an infinite death loop on all platforms that have a "volume" (
   mac, win ). Has been resolved by performing a check to see if the path
   is the OS Specific path that represents a "root" from
   File::Spec->rootdir. Feedback on if this works or not requested, and if
   this still is a problem, I'll use $dir->parent eq $dir being the loop
   terminator.

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

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

0.3.1 2012-03-07T03:57:06Z
 [00 Summary]
 - Dropping 5.10.0 dependency back to 5.006 due to github#1. Apparently
   there is a sustainable way to use decimal versions in <=5.10.0 reliably
   via 'use version', so this is somewhat experimental consideration of
   that fact.

 [Dependencies::Changed / runtime requires]
 - perl v5.10.0 → 5.006

0.3.0 2012-03-05T05:27:43Z
 [00 Noteworthy Changes]
 - New 'distname' parameter
 - greatly enhanced documentation
 - supports 'projectdir' on a per-export level.

 [Dependencies::Added / runtime requires]
 - perl v5.10.0

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.0.0 → v1.2.0

 [Documentation]
 - verbosely detailed the workings of the import method and its helper
   methods.

 [Features]
 - new experimental support for a 'distname' parameter.
 - per export support for 'projectdir' allowing >1 dist_dir method to be
   exported.

 [Packaging]
 - Update LICENSE ( Year, Indentation )

 [Tests::New]
 - release/minimum-version.t
 - t/06_distname.t

0.2.0 2011-10-15T02:08:29Z
 [Dependencies::Added / runtime requires]
 - strict
 - warnings

 [Dependencies::Removed / test requires]
 - English

 [Features]
 - Custom Project Dir:
 - Can now support passing a directory other than 'share' to use in your
   project.
 - eg: use File::ShareDir::ProjectDistDir qw( :all ), projectdir =>
   'templates';
 - Thank Getty/Torsten Raudssus for requesting this feature.

 [Internals]
 - $VERSION is no longer set during BEGIN ( Dist::Zilla )

 [Packaging]
 - Re-generated License from more recent template ( minor indentation
   changes, change of address )
 - AuthorTests/ReleaseTests no longer stored in t/, no longer do ENV{}
   based mangling, no longer spams you during install, and are now only
   even notable during `dzil release` and `dzil xtest`. ( See
   Dist::Zilla::Plugin::CheckExtraTests> for details.
 - All github URL's now point to https:// paths.
 - Now uses Authority plugin to create $AUTHORITY headings and x_authority
   = cpan:KENTNL

 [Tests]
 - New test that tests new syntax for using a custom sharedir name.

0.1.1 2011-04-08T01:29:46Z
 - No major changes, this is just a non-trial release, as at least one
   other person has now tested it and said it works.

0.1.0 2011-04-08T00:51:39Z
 - First version.
 - Early development release.
 - Thank Getty/Torsen Raudssus for requesting this modules development.