From: Matt S Trout Date: Thu, 3 May 2012 20:15:10 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=0085b1d29c7cada333f77e03e5390fbe0b1cb71d;hp=02f981a9144f18c11938fc7df2d4b2a3a5d286ca bump version --- diff --git a/lib/Import/Into.pm b/lib/Import/Into.pm index 7e81b7c..4ef0ab7 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.000000'; # 1.0.0 +our $VERSION = '1.000001'; # 1.0.1 my %importers;