X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7cb32e73c6673c51c21c7282c64d2b9a97887c98;hb=HEAD;hp=24478130279c40d6fc7b1d2c4ba89f4c5443458a;hpb=09b9f91f93796b67c817a30209e63fb60ce8aaf3;p=p5sagit%2FSub-Exporter-Progressive.git diff --git a/Changes b/Changes index 2447813..7cb32e7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,37 @@ -Revision history for {{$dist->name}} +0.001011 - 2013-10-28 + - Fix in global destruction (Graham Knop) + - Fix SYNOPSIS + - Fix duplicate word in DESCRIPTION (RT#86072) -{{$NEXT}} +0.001010 - 2013-03-26 + - Fix module name in Makefile.PL (RT#83932) + - Work around Exporter.pm not installable on perl < 5.8.0 + +0.001009 - 2013-03-12 + - disallow version names in random parts of the import list for consistency + with Sub::Exporter (Toby Inkster) + - perl 5.6 support + - more metadata + +0.001008 - 2013-01-22 + - Fix prereqs + +0.001007 - 2013-01-21 + - Rewrite -tag to :tag for Exporter.pm + +0.001006 - 2012-08-27 + - Handle ':all' correctly + +0.001005 - 2012-08-25 + - Add support for tags + - Warn if defaults are not in exports + - Add explicit dependency on Test::More 0.89 + +0.001004 - 2012-08-09 + - fix skipping when Sub::Exporter isn't installed + +0.001003 2012-08-01 12:47:28 America/Chicago + - remove warning if there are no defaults 0.001002 2012-07-31 08:59:43 America/Chicago - Make Sub::Exporter an optional dep (which is kinda the whole point)