From: Arthur Axel 'fREW' Schmidt Date: Mon, 28 Oct 2013 18:07:06 +0000 (-0500) Subject: v0.001011 X-Git-Tag: v0.001011~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Exporter-Progressive.git;a=commitdiff_plain;h=f50661051b4029f20b4d207b6a9196d5c828a54e v0.001011 --- diff --git a/lib/Sub/Exporter/Progressive.pm b/lib/Sub/Exporter/Progressive.pm index f697cfe..0ee231a 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.001010'; +our $VERSION = '0.001011'; use Carp (); use List::Util ();