From e81fec2c92c338f9d506a01f47364f85ef3b7b75 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 19 Mar 2012 14:26:12 +0100 Subject: [PATCH 1/1] Don't remove --tarball By default, the script removes the tarball of the new distributions. However, if the --tarball option was given (and hence, the file was not downloaded from CPAN), we opt to keep this file around. --- Porting/sync-with-cpan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/sync-with-cpan b/Porting/sync-with-cpan index df44606..139a5d9 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) "; ; chdir "cpan"; system rm => '-r', $old_dir; -unlink $new_file; +unlink $new_file unless $tarball; # -- 1.8.3.1