From: Matt S Trout Date: Sat, 12 May 2012 16:39:22 +0000 (+0000) Subject: bump version X-Git-Tag: v1.001000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=6597b81f6e5444206bb09c077521c92ff5ee247e bump version --- diff --git a/lib/Import/Into.pm b/lib/Import/Into.pm index b1daa54..fc77517 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.000003'; # 1.0.3 +our $VERSION = '1.001000'; # 1.1.0 my %importers;