From: Arthur Axel 'fREW' Schmidt Date: Tue, 26 Mar 2013 22:55:48 +0000 (-0500) Subject: release v0.001010 X-Git-Tag: v0.001010~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Exporter-Progressive.git;a=commitdiff_plain;h=be002636a40dba201df88a597a1f6aa88dac38bc release v0.001010 --- diff --git a/lib/Sub/Exporter/Progressive.pm b/lib/Sub/Exporter/Progressive.pm index f7b416e..77db596 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.001009'; +our $VERSION = '0.001010'; use Carp 'croak'; use List::Util 'first';