[SCM] Debian packaging of libtest-compile-perl branch, master, updated. upstream/0.16-60-gea3f260

Fabrizio Regalli fabreg at fabreg.it
Mon Feb 20 22:29:49 UTC 2012


The following commit has been merged in the master branch:
commit 566a4a6c5255524f32e5c1dfb7fc9b3622f5b723
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Mon Feb 20 23:18:11 2012 +0100

    Removed *.rej files

diff --git a/lib/Test/Compile.pm.rej b/lib/Test/Compile.pm.rej
deleted file mode 100644
index 1b67c88..0000000
--- a/lib/Test/Compile.pm.rej
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/Test/Compile.pm
-+++ lib/Test/Compile.pm
-@@ -139,6 +139,7 @@
-         } else {
-             my @perl5lib = split(':', ($ENV{PERL5LIB}||""));
-             my $taint = _is_in_taint_mode($file);
-+	    unshift @perl5lib, 'blib/lib';
-             system($^X, (map { "-I$_" } @perl5lib), "-c$taint", $file);
-             return ($? ? 0 : 1);
-         }
diff --git a/t/10-find-files.t.rej b/t/10-find-files.t.rej
deleted file mode 100644
index 03aedf1..0000000
--- a/t/10-find-files.t.rej
+++ /dev/null
@@ -1,17 +0,0 @@
---- t/10-find-files.t
-+++ t/10-find-files.t
-@@ -13,10 +13,11 @@
-   my @files = sort (all_pl_files('t/scripts'));
- 
-   # THEN
--  is(scalar @files,3,"Found correct number of scripts");
-+  is(scalar @files,4,"Found correct number of scripts");
-   like($files[0],qr/failure.pl/,"Found the failure script");
--  like($files[1],qr/success.pl/,"Found the success script");
--  like($files[2],qr/taint.pl/,"Found the tainted script");
-+  like($files[1],qr/lib.pl/,"Found the lib script");
-+  like($files[2],qr/success.pl/,"Found the success script");
-+  like($files[3],qr/taint.pl/,"Found the tainted script");
- }
- 
- sub test_all_pm_files {

-- 
Debian packaging of libtest-compile-perl



More information about the Pkg-perl-cvs-commits mailing list