Update of /cvsroot/fink/fink/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10310/t

Modified Files:
      Tag: virt_always_exists
        00compile.t 
Log Message:
virtpackages now always fills in the database, even if it should not be marked as 
installed

Index: 00compile.t
===================================================================
RCS file: /cvsroot/fink/fink/t/00compile.t,v
retrieving revision 1.3
retrieving revision 1.3.12.1
diff -u -d -r1.3 -r1.3.12.1
--- 00compile.t 27 Nov 2003 08:32:41 -0000      1.3
+++ 00compile.t 7 Jul 2004 19:35:51 -0000       1.3.12.1
@@ -27,7 +27,7 @@
 my @original_symbols = keys %Foo::;
 foreach my $file (sort { $a cmp $b } @modules) {
     my $warnings = '';
-    local $SIG{__WARN__} = sub { $warnings .= join '', @_ };
+    local $SIG{__WARN__} = sub { $warnings .= join('', grep(!/redefined at/, @_)) };
 
     (my $module = $file) =~ s{.*perlmod/}{};
     $module =~ s{/}{::}g;



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to