The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
==============================
9999-99-99 99:99:99 +0000 HEAD
==============================

  commit 9c1d3c60d8cbc83b8b3f6c4a06b2c6b1a2b42070
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sun Oct 23 19:27:49 2011 +0100
  
    Lower the required version of IPC::Cmd 

==============================
2011-10-07 21:35:38 +0100 0.22
==============================

  commit 59df70866c19c4262fa8d72befb0061be270d04f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri Oct 7 21:35:38 2011 +0100
  
    Bump to version 0.22

  commit a6a33014c1a4bea5159fe8a305298512d828b784
  Author: Kent Fredric <kentfredric@gmail.com>
  Date:   Fri Oct 7 22:47:24 2011 +0800
  
    Warn when a remote is specified, but is not found.

    This scenario can cause some rather nasty problems, and have some
    hidden side effects, especially if the user has other plugins that
    are relying on GithubMeta to populate the metadata-stash , but it
    silently does not.

    Instead of just silently trucking along and failing to populate
    metadata, it now does:

    [@Filter/GithubMeta] A remote named 'github' was specified, but does
    not appear to exist.

    [@Filter/GithubMeta] skipping meta.resources.repository creation

    Which will be a bit more helpful if something goes wrong because of
    this. ( And its incredibly likely that remote names for new clones
    wont match the remote names used somewhere else )

    Have to add an explict `undef` before `next` too.

    Otherwise, for the last item that fails, "next" jumps past the undef,

    causing the code to try parsing a user and repo out of the whatever

    the result of the last call to `_url_for_remote` returned.

    And this could be either nothing, complete garbage, or the remote
    name itself, ( the remote name itself appears in the output of `git
    remote

    show -n foobar` when that remote doesn't even exist:

    > git remote show -n foobar

    * remote foobar

    Fetch URL: foobar

    Push URL: foobar

    HEAD branch: (not queried)

    Local ref configured for 'git push' (status not queried):

    (matching) pushes to (matching)

    This is unessecary effort, and makes further error
    reporting/diagnostics needlessly noisy. 

==============================
2011-08-13 13:50:03 +0100 0.20
==============================

  commit 3a080347f8fdb4b57f3dd57f664270aa6e86c997
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Aug 13 13:50:03 2011 +0100
  
    Bump to version 0.20, remember to build the release with -Ilib this
    time 

==============================
2011-08-13 13:45:42 +0100 0.18
==============================

  commit e131e006db3d902f6caa78a3137e04ca3af6b7f1
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Aug 13 13:45:21 2011 +0100
  
    Bumped version to 0.18

  commit 8ca18e5a9de4c694b00c534a9b08c60c4440dbf2
  Author: Olivier Mengué <dolmen@cpan.org>
  Date:   Sat Aug 13 05:45:37 2011 +0800
  
    .gitignore: Dist-Zilla-...

  commit f5a1a81428622523623a0aaea782d1a44e468ef9
  Author: Olivier Mengué <dolmen@cpan.org>
  Date:   Sat Aug 13 03:11:46 2011 +0800
  
    Add ".git" to repo URL 

==============================
2011-07-14 23:13:06 +0100 0.16
==============================

  commit 2daa340a29e3bf1d281047309d229578076511f2
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Thu Jul 14 22:47:20 2011 +0100
  
    Resolve [rt.cpan.org #69412] "Github URLs are now https"

    Reported by Olivier 'dolmen' Mengué 

==============================
2011-06-28 19:12:05 +0100 0.14
==============================

  commit 22f613bacc1aac2a8a0b6853b9b7f64764ae5b8c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jun 28 19:12:05 2011 +0100
  
    Skip the basic tests if 'git' is not installed. 

==============================
2011-05-03 12:23:18 +0100 0.12
==============================

  commit 51b3763c0dff834f10a64a9e38e951e51d2dea1d
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 3 12:23:18 2011 +0100
  
    Add POD::Coverage exemption

  commit 2041e9982d30681b9b3a2f9bd815e118079d3c9c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 3 12:19:09 2011 +0100
  
    Bumpity version

  commit b253fb3122e24a310796c4260397d712fdce1c0f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 3 11:47:04 2011 +0100
  
    Remove trailing whitespace

  commit b91e4c56debfddc0fcd89a6bece5b34258d8bc79
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 3 11:45:26 2011 +0100
  
    Updated authors and copyright in dist.ini

  commit 9d98e255a295e95e0fe171c177756060ffbcf6d6
  Author: Ricardo Signes <rjbs@cpan.org>
  Date:   Mon May 2 22:57:49 2011 -0400
  
    rename to-be-obsoleted [Prereq]

  commit 5fa24d00e674e2344e5d58c6280c63a34cc5a56d
  Author: Ricardo Signes <rjbs@cpan.org>
  Date:   Mon May 2 22:31:00 2011 -0400
  
    documentation for the changes

  commit 6dfef49bb85848df102485913d888cd2e9c4dff4
  Author: Ricardo Signes <rjbs@cpan.org>
  Date:   Mon May 2 18:59:37 2011 -0400
  
    add a small but non-trivial set of tests

  commit bb4c0dcbf6734a150b8a0444a739efd08f109faa
  Author: Ricardo Signes <rjbs@cpan.org>
  Date:   Mon May 2 18:53:55 2011 -0400
  
    rework how we figure out urls; add user/repo args

  commit b66a1c9b8416815ccce7ea14b5cfdffac0b2f16c
  Author: Ricardo Signes <rjbs@cpan.org>
  Date:   Mon May 2 17:46:58 2011 -0400
  
    allow checking multiple remotes; use smart urls

  commit c5641f0a7a8a7a446b2b97b8de9eec70ed912f5a
  Author: Ricardo Signes <rjbs@cpan.org>
  Date:   Mon May 2 17:46:12 2011 -0400
  
    clean up unneded symbols with namespace::autoclean

  commit 165196049f7aff5a953dea0ec6cc74de21b42001
  Author: Ricardo Signes <rjbs@cpan.org>
  Date:   Mon May 2 22:57:38 2011 -0400
  
    keep git status clean with a .gitignore 

==============================
2010-06-19 19:55:32 +0100 0.10
==============================

  commit 2763eaba7287e30794e87f5fd44ec689bcab95dc
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Jun 19 19:55:32 2010 +0100
  
    Converted dist.ini to use PluginBundle::BINGOS

  commit 2219dda78a844e09f12c539e34e43447fc1f9557
  Author: Yanick Champoux <yanick@babyl.dyndns.org>
  Date:   Sun Jun 20 00:12:38 2010 +0800
  
    add the possibility to custom the remote branch 

==============================
2010-06-10 16:07:53 +0100 0.08
==============================

  commit 9d5663594cd849a322d1d7cdc03651cb94174107
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Thu Jun 10 16:07:53 2010 +0100
  
    Update to set CPAN::Meta::Spec 2 repository information 

==============================
2010-06-10 15:12:38 +0100 0.06
==============================

  commit 5aa3cf60cf10787f64d72b03b23c3c865c01d78b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Thu Jun 10 15:12:38 2010 +0100
  
    Finally worked out how PkgVersion works >:) 

==============================
2010-06-10 15:03:57 +0100 0.04
==============================

  commit 1cbcbf5e597a809083d957129edd4dadf4a52b87
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Thu Jun 10 15:03:57 2010 +0100
  
    Added minimal perl version 

====================================
End of changes in the last 1825 days
====================================