X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=t%2F12-recall.t;h=504510deaae22389bbe141b0d30028d8125345f6;hb=ea95d5eb42f17626bfca0f26e58a7d6c28e74d47;hp=269cd1df49be40ca8a0047f7bc7905e62664bd8b;hpb=a0be79c11310f2a8e4edeca50e9ade6bd95b11d0;p=perl%2Fmodules%2FSub-Prototype-Util.git diff --git a/t/12-recall.t b/t/12-recall.t index 269cd1d..504510d 100644 --- a/t/12-recall.t +++ b/t/12-recall.t @@ -5,8 +5,8 @@ use warnings; use Test::More tests => 8 + 20 + (($^V ge v5.10.0) ? 4 : 0); -use Scalar::Util qw/set_prototype/; -use Sub::Prototype::Util qw/recall/; +use Scalar::Util qw; +use Sub::Prototype::Util qw; sub exception { my ($msg) = @_;