From: Matt S Trout Date: Sun, 6 May 2012 20:18:38 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=8e75fe00f864fd1c81cba6bf3d61a6840c8c743b;hp=aa5ad642a4febbccf2639a0a64eb61ba057b9c5d bump version --- diff --git a/lib/Import/Into.pm b/lib/Import/Into.pm index 0886ad8..37fdddd 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.000002'; # 1.0.2 +our $VERSION = '1.000003'; # 1.0.3 my %importers;