From: Matt S Trout Date: Sat, 5 May 2012 19:28:55 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e89909bdeffad61d6fe3e5f54f4c1a8347af5b6;p=p5sagit%2FImport-Into.git bump version --- diff --git a/lib/Import/Into.pm b/lib/Import/Into.pm index 09488bb..4f3255c 100644 --- a/lib/Import/Into.pm +++ b/lib/Import/Into.pm @@ -3,7 +3,7 @@ package Import::Into; use strict; use warnings FATAL => 'all'; -our $VERSION = '1.000001'; # 1.0.1 +our $VERSION = '1.000002'; # 1.0.2 my %importers;