From: Graham Knop Date: Sun, 10 Nov 2013 21:06:38 +0000 (-0500) Subject: typo fix in docs X-Git-Tag: v1.002000~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=995d8262bd1c7cc306aee068943efa7d205605c0 typo fix in docs --- diff --git a/lib/Import/Into.pm b/lib/Import/Into.pm index 6e8c341..74b7358 100644 --- a/lib/Import/Into.pm +++ b/lib/Import/Into.pm @@ -151,7 +151,7 @@ Old Comments (Not!)> in the eval, which will change what C reports for the filename when called in the importer. The filename and line number to use in the directive then need to be fetched using C: - my ($terget, $file, $line) = caller(1); + my ($target, $file, $line) = caller(1); my $sub = eval qq{ package $target; #line $line "$file"