The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.52

  • Change: 1b0c40003721d838885dcdc3687f1c055671bc36 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2015-06-21 12:20:31 +0000
    • Sanitise git version strings more aggressively
    • Because 'git version 2.4.3.573.g4eafbef' doh!
  • Change: 22025b929618e2e4d7c70012893dd67c6dd1de3f Author: Karen Etheridge <ether@cpan.org> Date : 2015-06-21 12:16:54 +0000
    • Avoid meta validation issues by testing the data directly, not the json rendering
    • When CPAN::Meta and Dist::Zilla versions are out of sync, we can get errors like this:
    • [MetaJSON] Invalid META structure. Errors found: [MetaJSON] Expected a list structure (license) [Validation: 2] at /Volumes/amaretto/Users/ether/.perlbrew/libs/20.0@std/lib/perl5/darwi n-2level/Moose/Meta/Method/Delegation.pm line 110. t/basic.t .. Dubious, test returned 25 (wstat 6400, 0x1900)
    • ...which aren't your problem. Avoid all this by just testing $tzil->distmeta directly.
    • Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

Modules

Automatically include GitHub meta information in META.yml