From: Leon Timmermans Date: Mon, 27 Aug 2012 11:10:52 +0000 (+0200) Subject: Bump version to 0.001006 X-Git-Tag: v0.001006~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f43dd4aaf8a3fc21a2a5fa16b9ae461bf0d07403;p=p5sagit%2FSub-Exporter-Progressive.git Bump version to 0.001006 --- diff --git a/lib/Sub/Exporter/Progressive.pm b/lib/Sub/Exporter/Progressive.pm index d71a170..c8b61e6 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.001005'; +our $VERSION = '0.001006'; use List::Util 'first';