From: Leon Timmermans Date: Mon, 21 Jan 2013 23:53:44 +0000 (+0100) Subject: Bump to version 0.001008 X-Git-Tag: v0.001008~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2115051d521945f2d9f8962f967bb649044e346c;p=p5sagit%2FSub-Exporter-Progressive.git Bump to version 0.001008 --- diff --git a/lib/Sub/Exporter/Progressive.pm b/lib/Sub/Exporter/Progressive.pm index 4db4cf1..4529aaa 100644 --- a/lib/Sub/Exporter/Progressive.pm +++ b/lib/Sub/Exporter/Progressive.pm @@ -3,7 +3,7 @@ package Sub::Exporter::Progressive; use strict; use warnings; -our $VERSION = '0.001007'; +our $VERSION = '0.001008'; use Carp 'croak'; use List::Util 'first';