[SCM] Debian packaging of libtest-compile-perl branch, master, updated. debian/0.16-1-8-gae12a6d

Fabrizio Regalli fabreg at fabreg.it
Fri Feb 24 15:55:48 UTC 2012


The following commit has been merged in the master branch:
commit da58892cfdab0618aadd168e7d44ea7e7512cc44
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Fri Feb 24 16:48:06 2012 +0100

    Removed .rej file

diff --git a/lib/Test/Compile.pm.rej b/lib/Test/Compile.pm.rej
deleted file mode 100644
index 1c74053..0000000
--- a/lib/Test/Compile.pm.rej
+++ /dev/null
@@ -1,22 +0,0 @@
---- lib/Test/Compile.pm
-+++ lib/Test/Compile.pm
-@@ -192,6 +192,19 @@
-     return 'script' if -e 'script';
-     return 'bin'    if -e 'bin';
- }
-+
-+sub _is_in_taint_mode {
-+    my $file = shift;
-+    open(FILE, $file) or die "could not open $file";
-+    my $shebang = <FILE>;
-+    my $taint = "";
-+    if ($shebang =~ /^#![\/\w]+\s+\-w?([tT])/) {
-+        $taint = $1;
-+    }
-+    close FILE;
-+    return $taint;
-+}
-+
- 1;
- __END__
- 

-- 
Debian packaging of libtest-compile-perl



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