]> git.decadent.org.uk Git - dak.git/commitdiff
debianqueued: remove current directory from @INC
authorAnsgar Burchardt <ansgar@debian.org>
Sat, 12 Jan 2013 15:30:49 +0000 (16:30 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 12 Jan 2013 16:11:55 +0000 (17:11 +0100)
tools/debianqueued-0.9/debianqueued

index 0015867ab65d4160b8552cbe731b8d2684758185..52af83e89a8971aed2f9d1b7f1c52f9b68475136 100755 (executable)
@@ -14,6 +14,7 @@
 #
 
 require 5.002;
+no lib '.';
 use strict;
 use POSIX;
 use POSIX qw( strftime sys_stat_h sys_wait_h signal_h );