From: Graham Knop Date: Tue, 4 Mar 2014 19:49:38 +0000 (-0500) Subject: bump version X-Git-Tag: v1.002001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=70f752deb964627addfa14e146ee16e386fb9fc1 bump version --- diff --git a/lib/Import/Into.pm b/lib/Import/Into.pm index a19702b..bf5607a 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.002000'; # 1.2.0 +our $VERSION = '1.002001'; # 1.2.1 sub _prelude { my $target = shift;