summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/sync-with-cpan2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/sync-with-cpan b/Porting/sync-with-cpan
index df44606aec..139a5d949f 100755
--- a/Porting/sync-with-cpan
+++ b/Porting/sync-with-cpan
@@ -276,7 +276,7 @@ print "About to clean up; hit return or abort (^C) "; <STDIN>;
chdir "cpan";
system rm => '-r', $old_dir;
-unlink $new_file;
+unlink $new_file unless $tarball;
#