Make DD_DEBUG handling more robust.
[p5sagit/Devel-Declare.git] / t / debug.t
index c0bf175..62b8721 100644 (file)
--- a/t/debug.t
+++ b/t/debug.t
@@ -15,7 +15,7 @@ open PERLDB, ">", "$Bin/../.perldb" or die "Cannot open $Bin/../.perldb: $!";
 close PERLDB;
 
 $SIG{CHLD} = 'IGNORE';
-$SIG{ALRM} = sub { 
+$SIG{ALRM} = sub {
   fail("SIGALRM timeout triggered");
   kill(9, $$);
 };