Skip to content

Releases: kentnl/Data-Handle

0.02001003

26 Jul 09:38
Compare
Choose a tag to compare

Bugfixes

  • No longer broken on modern Package::Stash's

Dependencies::Added / develop requires

  • Pod::Coverage::TrustPod
  • Test::CPAN::Changes 0.19
  • Test::CPAN::Meta
  • Test::Pod 1.41
  • Test::Pod::Coverage 1.08
  • version 0.9901

Dependencies::Added / test requires

  • lib

Dependencies::Changed / build requires

  • Module::Build 0.4002 → 0.4005

Dependencies::Changed / configure requires

  • Module::Build 0.4002 → 0.4005

Dependencies::Changed / develop suggests

  • Dist::Zilla::PluginBundle::Author::KENTNL v1.5.0 → v1.7.4

Dependencies::Changed / runtime requires

  • Package::Stash 0 → 0.15

Documentation

  • Updated copyright year
  • Added README.mkdn

Meta

  • Bug tracker moved to github

Packaging

  • use test_requires (mb 0.4004)

0.02001002

26 Jul 09:35
Compare
Choose a tag to compare
  • Minor Maintenance Release.

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.5.0

Dependencies::Changed / test requires

  • Test::More 0.96 → 0.98

Tests

  • Made tests slightly more detailed in the error condition.

0.02001001

26 Jul 09:33
Compare
Choose a tag to compare

00 Important Changes

  • Code has been purged of stolen chunks of Carp code, and now instead
    depends on a minimum Carp of v1.22. This is the first release of Carp
    that was packaged on CPAN as a Dual Lifed module, upon which I can rely
    upon the existance and implementation of caller_info. It is hoped this
    will make bugs smaller and the code easier.

Dependencies::Added / runtime requires

  • perl 5.008

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.0.0 → v1.3.0

Dependencies::Changed / runtime requires

  • Carp 0 → 1.22

Packaging

  • Update LICENSE ( Year, Address, Indent )

Tests::New

  • minimum version test

0.01011704

26 Jul 09:30
Compare
Choose a tag to compare

Bugs

  • Adapted to work with latest Package::Stash ( 0.33 )

Dependencies::Added / runtime requires

  • Try::Tiny
  • strict
  • warnings

Dependencies::Removed / test requires

  • English

Internals

  • AUTHORITY data now provided
  • Versions not set in BEGIN
  • Tidy step now only 80 chars.

Packaging

  • Updated LICENSE ( Better indentation, updated address for FSF )
  • Author/Release tests now say in xt/
  • Github URL's now all https://

Tests

  • Refactored some of the exception class testing logic in 04_ for enhanced
    clarity.

0.01011703

26 Jul 09:28
Compare
Choose a tag to compare
  • Minor changes release, mostly just dist maintainence.

Dependencies::Added / develop recommends

  • Dist::Zilla::PluginBundle::Author::KENTNL::Lite 0.01009803

Dependencies::Added / develop requires

  • Dist::Zilla::PluginBundle::Author::KENTNL::Lite

Dependencies::Added / develop suggests

  • Dist::Zilla::PluginBundle::Author::KENTNL v1.0.0

Dependencies::Removed / develop recommends

  • Dist::Zilla::PluginBundle::KENTNL::Lite 0.01009803

Dependencies::Removed / develop requires

  • Dist::Zilla::PluginBundle::KENTNL::Lite

Dependencies::Removed / develop suggests

  • Dist::Zilla::PluginBundle::KENTNL 0.01017119

Internals

  • Explicitly set $@ to undef ( critic )
  • Stop setting $DB::VERSION

Packaging

  • Move from @KENTNL to @Author::KENTNL
  • Use recent features of @Author::KENTNL
  • Ship .perltidyrc
  • Changes file normalized to CPAN::Changes form.

Tests

  • Add CPAN::Changes tests.
  • Add release portability tests.

0.01011702

26 Jul 09:20
Compare
Choose a tag to compare
  • Distribution Change only. Otherwise identical to previous release.
  • Don't index DB.

0.01011701

26 Jul 09:19
Compare
Choose a tag to compare
  • Give up on trying to operate with the Carp shipped with 5.6.2. If its
    not there, and not in Carp::Heavy's injections, use a copy of one we
    stole and made work.
  • Have to put a fix in as well, because Term::ANSIColor clobbers $@

0.01011617

26 Jul 09:19
Compare
Choose a tag to compare
  • Fix "missing parentheses around my ( )" for Perl-5.6

0.01011601

26 Jul 09:18
Compare
Choose a tag to compare
  • Yuck. The way caller_info is provided is ambiguous. Hopefully this
    release will get that right.

0.01011501

26 Jul 09:17
Compare
Choose a tag to compare
  • The method we were borrowing out of Carp wasn't there in old versions,
    so we've added a bit of magic to try get it from older carps too, so we
    don't fail on <= 5.10.1 :(