X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Prototype-Util.git;a=blobdiff_plain;f=t%2F01-import.t;h=ef63215864fa960fe40b754c0457632dec37c486;hp=30b94d2b55447e43fc8bb70c9e2be1f434f4dea7;hb=812065270f1262b670f91bc7de80f67c583a123e;hpb=29d3a214c70390edd665985eddfb42ff7e29a02a diff --git a/t/01-import.t b/t/01-import.t index 30b94d2..ef63215 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -3,11 +3,11 @@ use strict; use warnings; -use Test::More tests => 2; +use Test::More tests => 3; require Sub::Prototype::Util; -for (qw/flatten recall/) { +for (qw/flatten recall wrap/) { eval { Sub::Prototype::Util->import($_) }; ok(!$@, 'import ' . $_); }