Fix typo in Porting/sync-with-cpan
authorMax Maischein <corion@corion.net>
Tue, 21 May 2013 19:40:21 +0000 (21:40 +0200)
committerMax Maischein <corion@corion.net>
Tue, 21 May 2013 19:40:21 +0000 (21:40 +0200)
I will run `make test_porting` on the correct branch before submitting a patch.
I will run `make test_porting` on the correct branch before submitting a patch.
I will run `make test_porting` on the correct branch before submitting a patch.

Porting/sync-with-cpan

index ca3bedf..68e22ca 100755 (executable)
@@ -230,7 +230,7 @@ say "Cleaning out old directory";
 system git => 'clean', '-dfxq', $pkg_dir;
 
 say "Unpacking $new_file";
-Archive::Tar->extract_archive( $newfile );
+Archive::Tar->extract_archive( $new_file );
 
 (my $new_dir = $new_file) =~ s/\.tar\.gz//;
 # ensure 'make' will update all files