X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F10-base.t;h=72e2bd88caaa110805050ce7a000c20fb3bd10d0;hb=HEAD;hp=c3899ce28c8983177902fd251aefa095e2037999;hpb=afd5c9c527d944235f539e91e8db3a5891177bdf;p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git diff --git a/t/10-base.t b/t/10-base.t index c3899ce..72e2bd8 100644 --- a/t/10-base.t +++ b/t/10-base.t @@ -18,7 +18,7 @@ my $authors = eval { if ($msg =~ /^You're_using CPAN Authors are not registered yet: (.*)/s) { die $1; } - CORE::warn(@_); + diag $_ for @_; }; Acme::CPANAuthors->new("You're_using"); };