The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dist-Zilla-Role-Tempdir

1.000000 2014-05-16T19:09:54Z
 [00 Major]
 - DZil Encoding support added.
 - Internals overhauled to use newer things.
 - Tooling overhauls
 - Version Scheme overhauls

 [01 Minor backwards incompatible API change]
 - Accessing $item->{name} is now gone entirely, use $item->name instead.
 - $item->{state} may also vanish in the near future, stop using it.

 [02 Dzil Encoding Support]
 - Should now be compatible with DZil 5, and reading files from a tempdir
   will now default to reading their content as "encoded_content" to an
   InMemory object.

 [03 Path/IO Replaced]
 - Usage of Path::Class and File::Slurp have both been eliminated and
   replaced by Path::Tiny
 - File::Find::Rule is replaced with Path::Iterator::Rule
 - File::Tempdir usage eliminated in favour of custom + Path::Tiny

 [04 Toolkit moved to EUMM]
 - Toolkit is now EUMM instead of Module::Build
 - Toolkit upgrade dependencies now prefer "latest" via "recommends",
   instead of "requires"

 [05 Version Scheme change]
 - Mantissa length has shortened to 6
 - Version semantics are now X.YYYZZZ
 - This is the primary motivation for the 1.x on the box.

 [Bugfixes]
 - No longer does any ->isa checking for digest modules. This closes #1

 [Dependencies::Aggregate]
 - 5.010001 : 185
 - 5.018002 : 168
 - 5.019009 : 163

 [Dependencies::Stats]
 - Dependencies changed since 0.01053722, see Changes.deps{,.all,.dev} for
   details
 - build: -1
 - configure: +1 -1 (recommends: +1)
 - develop: +44 -2 (recommends: -1, suggests: +1 -1)
 - runtime: +4 ↑1 -4
 - test: +4 ↑1 ↓1 -2 (recommends: +4)

0.01053722 2013-04-08T08:04:30Z
 - Maintenance Release for Module::Build 0.4004

 [Dependencies::Noteworthy]
 - Module::Build 0.3601 → 0.4004
 - Test::More 0.88 → 0.98

 [Dependencies::Stats]
 - Dependencies changed since 0.01053721, see Changes.deps{,.all,.dev} for
   details
 - build: ↑1
 - configure: ↑1
 - develop: +5 (recommends: ↑1, suggests: ↑1)
 - test: ↑1

 [Documentation]
 - Update Copyright year
 - Add README.mkdn

 [Meta]
 - Bug tracker to github issues

 [Packaging]
 - Utilise Module Build 0.4004 test_requires

0.01053721 2012-02-02T19:54:07Z
 - Maintenance release

 [Dependencies::Stats]
 - Dependencies changed since 0.01053720, see Changes.deps{,.all,.dev} for
   details
 - develop: (suggests: ↑1)
 - runtime: +3 -1
 - test: -1

 [Internals]
 - Name-spaces declare $AUTHORITY
 - Name-spaces no longer declare $VERSION in BEGIN

 [Packaging]
 - Update LICENSE ( Date, Indent, Address )
 - extra tests moved to xt/
 - GIT url's moved to https://
 - Declares x_authority
 - Versions now done via git

0.01053720 2011-04-05T19:34:41Z
 - Maintenance only release, no really user visible changes.

 [Dependencies::Stats]
 - Dependencies changed since 0.01027622, see Changes.deps{,.all,.dev} for
   details
 - develop: +1 (recommends: +1, suggests: +1)
 - test: +1 -1

 [Packaging]
 - move to @Author::KENTNL
 - Ship with .perltidyrc
 - Rework Changes into CPAN::Changes normalized form.
 - Move perlcriticrc to perlcritic.rc
 - ship with weaver.ini

 [Tests]
 - Drop portability tests
 - Drop hand-coded critic tests and replace with generated.
 - Add cpan-changes tests.

0.01027622 2010-07-23T21:29:14Z
 - Dropped the hardcoded Test::Kwalitee xt-test in favour of the
   TestKwalitee plugin. ( This will hopefully get this module and all
   dependents out of the heavy 100 )
 - Documentation updated a bit.
 - digest_for is now a public method.

 [Dependencies::Stats]
 - Dependencies changed since 0.01021401, see Changes.deps{,.all,.dev} for
   details
 - build: -9
 - runtime: +2
 - test: +8

0.01022319 2010-06-01T18:03:23Z
 - Updated synopsis to recommend OO way.
 - Tests added for OO mode.
 - Replaced hash with a more pragmatic object. ( Backwards compatible ).
 - Fix tests relying on unixisms on Win(64/32)

0.01021401 2010-05-23T00:16:50Z
 - use @KENTNL
 - upgrade to Dist::Zilla 2

 [Dependencies::Stats]
 - Dependencies changed since 0.01000003, see Changes.deps{,.all,.dev} for
   details
 - build: +10
 - configure: +1
 - runtime: +2 ↑1

0.01000003 2009-10-26T02:51:22Z
 - First version.