Lots of good changes.

This commit is contained in:
freesource
2003-02-09 07:26:38 +00:00
parent 7089533bc3
commit 5571e308fc
2 changed files with 8 additions and 2 deletions
+2
View File
@@ -39,6 +39,8 @@ use File::Find;
use File::Path;
use BootRoot::Options;
option();
$SIG{__WARN__} =
sub { warn @_ unless $_[0] =~ /Subroutine [\w:]+ redefined/io
|| $_[0] =~ /Use of uninitialized value in concatenation/};