X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F22-bad-mixed.t;h=76114da2eac95107e268b8ce9f1a534faed7f37d;hp=bbc2f23eb8f959e23987b99d99b50d144b40a975;hb=b92e3c9567e42b06df65b6d857bb647fe1bee651;hpb=8fc94cd143b3b33a9642be69b17389375208dbcf diff --git a/t/22-bad-mixed.t b/t/22-bad-mixed.t index bbc2f23..76114da 100644 --- a/t/22-bad-mixed.t +++ b/t/22-bad-mixed.t @@ -17,6 +17,7 @@ sub meh; local $/ = "####\n"; while () { chomp; + s/\s*$//; local $SIG{__WARN__} = sub { die 'warn:' . join(' ', @_) }; { use indirect;