From: Leon Timmermans Date: Sat, 25 Aug 2012 16:40:58 +0000 (+0200) Subject: Bump version to 0.001005 X-Git-Tag: v0.001005~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=439b5e833503303a6c02c231711cdc1ea26d1bd0;p=p5sagit%2FSub-Exporter-Progressive.git Bump version to 0.001005 --- diff --git a/lib/Sub/Exporter/Progressive.pm b/lib/Sub/Exporter/Progressive.pm index 886f642..fccecdc 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.001004'; +our $VERSION = '0.001005'; use List::Util 'first';