The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
==================================================
Changes from 2013-06-04 00:00:00 +0000 to present.
==================================================

-----------------------------------------
version 0.58 at 2018-06-03 13:32:17 +0000
-----------------------------------------

  Change: 4cd155ac4c6c76dd9fa3b21eedd8d17f7758dc6b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-06-03 14:32:17 +0000

    Release 0.58 

  Change: 0f8ebf8416d4c7a9e240efe5f710e002d22a16a6
  Author: Karen Etheridge <ether@cpan.org>
  Date : 2018-06-03 14:14:16 +0000

    real fix for Dist::Zilla 7.000

    Change directories before running any git commands.

    This test was passing when run from the development repository
    because that repo's config was being picked up, but then tests would
    fail when running tests during a normal cpan installation, doh! 

  Change: b0cf74e7318f4fed04a5e03f2d14d5b9c1755770
  Author: Karen Etheridge <ether@cpan.org>
  Date : 2018-06-03 14:14:16 +0000

    ensure tests are done in a tempdir outside of any git repo 

  Change: f6b4446c977d5ca73b2cf7ba0fac067f4e88df3f
  Author: Karen Etheridge <ether@cpan.org>
  Date : 2018-06-03 14:14:16 +0000

    add missing test prereqs 

  Change: eb47c162869fdd6443d57858a57cf614a1fb8923
  Author: Karen Etheridge <ether@cpan.org>
  Date : 2018-06-03 14:14:16 +0000

    a META file is not needed for tests 

  Change: cb5b90aab941ef50d617440f20ab67d4a2f7017b
  Author: Karen Etheridge <ether@cpan.org>
  Date : 2018-06-03 14:14:16 +0000

    gather all log messages; print log messages when tests fail 

-----------------------------------------
version 0.56 at 2018-05-27 11:47:05 +0000
-----------------------------------------

  Change: bc7f7bf9725b4bcdf789b58cb9bcae2a86b0039f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-05-27 12:47:05 +0000

    Release 0.56 

  Change: 4089e20f4c340ad30d51837239a83332e52af7cc
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2018-05-27 12:45:40 +0000

    Merge pull request #13 from karenetheridge/topic/fix_dzil7

    Do not assume that the current directory is already the distribution
    root 

  Change: 9578a677beb9469241bddf3de383d4c00724844d
  Author: Karen Etheridge <ether@cpan.org>
  Date : 2018-05-26 19:15:00 +0000

    Do not assume that the current directory is already the distribution
    root

    This assumption is no longer true with Dist::Zilla 7.000. 

-----------------------------------------
version 0.54 at 2015-07-07 18:01:28 +0000
-----------------------------------------

  Change: 747703a1c0a34230632296b22fb6f58b3ccdc8f2
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2015-07-07 19:01:28 +0000

    Release 0.54 

  Change: 3554ce3ae938f78ed07c93ea70ad54e1bd99807a
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2015-07-06 12:09:38 +0000

    Merge pull request #12 from haarg/msysgit

    clean up version properly when it contains .msysgit. 

  Change: 0e478565cf57f3b10a66df85f4a0877da777d996
  Author: Graham Knop <haarg@haarg.org>
  Date : 2015-07-06 00:22:18 +0000

    clean up version properly when it contains .msysgit. 

-----------------------------------------
version 0.52 at 2015-06-21 11:20:31 +0000
-----------------------------------------

  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> 

-----------------------------------------
version 0.50 at 2015-05-14 08:46:03 +0000
-----------------------------------------

  Change: 07e8ddfe498e8c37c84ae5e63e9136d3959c2d3b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2015-05-14 09:46:03 +0000

    Release 0.50 

  Change: 59db6a0d33016f7c8f8e9d2da6026cd3cdf28f31
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2015-05-14 09:42:52 +0000

    Merge pull request #11 from wchristian/test_msysgit_compatibility

    upgrade basic.t to handle msysgit versions (1.9.5.msysgit.0) 

  Change: f6d82b59f3648ba3fad35cdebc4ff2418e31ea16
  Author: Christian Walde <walde.christian@googlemail.com>
  Date : 2015-05-14 10:38:56 +0000

    upgrade basic.t to handle msysgit versions (1.9.5.msysgit.0)

    This change was made in .pm, but i neglected to run the test, so it
    remained faulty. This commit fixes that. 

-----------------------------------------
version 0.48 at 2015-03-21 15:53:16 +0000
-----------------------------------------

  Change: b7ac21aff607d06371264bf68e2085e881037593
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2015-03-21 15:53:16 +0000

    Release 0.48 

  Change: 70280d5532bc8bce437be937266bae7e093978bf
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2015-03-21 15:51:17 +0000

    Merge pull request #9 from wchristian/msysgit_compatibility

    msysgit compatibility 

  Change: 99589e9197967e4c628f362d9c273a8b0cafbf85
  Author: Christian Walde <walde.christian@googlemail.com>
  Date : 2015-02-20 04:36:15 +0000

    handle msysgit versions (1.9.5.msysgit.0) so version.pm doesn't choke 

  Change: 2de4972403ed15b714b112c261c62c1b296fdcdc
  Author: Christian Walde <walde.christian@googlemail.com>
  Date : 2015-02-20 04:27:07 +0000

    throw useful errors on git version parse errors 

-----------------------------------------
version 0.46 at 2014-05-12 21:18:44 +0000
-----------------------------------------

  Change: e3eb032ff0241d18f79a4b73288e4b43a46df9da
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2014-05-12 22:18:44 +0000

    Set LC_ALL to C as well as LANG

    Reported by Slaven Rezić as RT#95587 

-----------------------------------------
version 0.44 at 2014-05-09 17:46:15 +0000
-----------------------------------------

  Change: e705f5151f7a44479b09dc05c07ad28011b72518
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2014-05-09 18:46:15 +0000

    Release engineering for 0.44 

  Change: 5ac089e9d43e366621507f6ac9ded5b241535281
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2014-05-09 18:42:34 +0000

    Merge pull request #7 from dsteinbrunner/patch-1

    typo fix 

  Change: 97bcc799c9b52cfc22158bf7741cfa1af7e9af1c
  Author: David Steinbrunner <dsteinbrunner@pobox.com>
  Date : 2014-03-23 17:24:32 +0000

    typo fix 

-----------------------------------------
version 0.42 at 2013-09-30 11:03:50 +0000
-----------------------------------------

  Change: 6c90717d27f8938ac462040b97ebec25b420bd31
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-09-30 12:03:50 +0000

    Work around ancient git versions

    git remote wasn't available until 1.5.0

    The output from git remote changed sometime after 1.6.x 

-----------------------------------------
version 0.40 at 2013-09-27 18:04:49 +0000
-----------------------------------------

  Change: 9880215eff857762840f431e3e9c37f1231ff23b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-09-27 19:04:49 +0000

    Bump version to fix compile test 

-----------------------------------------
version 0.38 at 2013-09-09 08:53:35 +0000
-----------------------------------------

  Change: bb85bd8d712ff12b2fd2bea2a8495f279099fc9b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-09-09 09:53:35 +0000

    Change LANG env var to 'C' before calling 'git'

    The plugin fails if locale is set for instance to LANG=de_DE.UTF-8,
    so git output is German:

    > LANG=de_DE.UTF-8 git remote show -n origin * externes Projektarchiv
    origin

    URL zum Abholen: ...

    URL zum Versenden: ...

    Reported by Jakob Voss 

  Change: 5a14672775dcf0379138fafc090101655742982d
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2013-09-09 01:47:54 +0000

    Merge pull request #6 from haarg/remote-not-config

    use git remote command to fetch remote urls 

  Change: 6be9e72b39608d991438052f38ff1e4146e897b8
  Author: Graham Knop <haarg@haarg.org>
  Date : 2013-09-09 01:37:27 +0000

    use git remote command to fetch remote urls

    If the git url.<base>.insteadOf or url.<base>.pushInsteadOf options
    are used, the URL listed in the config directly may not be the real
    URL used for fetching. The remote command will resolve the real URLs
    git will be using, so use that instead. 

-----------------------------------------
version 0.36 at 2013-09-05 12:14:13 +0000
-----------------------------------------

  Change: 18fd642e7b403a75f2a2638cf7657f70c680cfeb
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-09-05 13:14:13 +0000

    Version bump because CPAN/PAUSE has lost the 0.34 tarball 

-----------------------------------------
version 0.34 at 2013-09-02 09:18:21 +0000
-----------------------------------------

  Change: 12957cd7f8868e44b4981663580c3c515bf8f26c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-09-02 10:18:21 +0000

    Report the version of git being used in the test output 

-----------------------------------------
version 0.32 at 2013-08-23 20:44:13 +0000
-----------------------------------------

  Change: 0405192af204ea9abc3b974c56ba2120fc1e24c4
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-08-23 21:44:13 +0000

    Bump to version 0.32 

  Change: c250a4496a910ac1fc851f303425d9100fb423b3
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2013-07-18 00:04:55 +0000

    Merge pull request #4 from dolmen/optimize/url_for_remote

    Optimize _url_for_remote 

  Change: 5d555a1a0fb6b8a514e524b87889b90bfee2c851
  Author: Olivier Mengué <dolmen@cpan.org>
  Date : 2013-07-18 00:32:46 +0000

    Optimize _url_for_remote: use git plumbing command 

  Change: 964ed6b1cdf759c98d3d6f22cb2e022c83d8273f
  Author: Olivier Mengué <dolmen@cpan.org>
  Date : 2013-07-18 00:32:45 +0000

    Use [Bootstrap::lib]

    To eat our own food. 

-----------------------------------------
version 0.30 at 2013-07-17 22:50:24 +0000
-----------------------------------------

  Change: e05fee83d15cef137af091181bdab5d260471a6c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-07-17 23:50:24 +0000

    Bump to version 0.30 

  Change: e36a578d02b3d72295afab625c81860f9e3f1e48
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2013-07-17 15:18:52 +0000

    Merge pull request #3 from dolmen/lazy-load

    Lazy load IPC::Cmd 

  Change: 96bfad240045ff88e9b79e6233cdda1c418b8b4f
  Author: Olivier Mengué <dolmen@cpan.org>
  Date : 2013-07-17 23:47:30 +0000

    Lazy load IPC::Cmd 

=================================================
Plus 14 releases after 2013-06-04 00:00:00 +0000.
=================================================