X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=t%2F10-base.t;fp=t%2F10-base.t;h=72e2bd88caaa110805050ce7a000c20fb3bd10d0;hp=c3899ce28c8983177902fd251aefa095e2037999;hb=e6c1024084a55bcef215da9be5b6410710be545f;hpb=afd5c9c527d944235f539e91e8db3a5891177bdf 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"); };