X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=ef63215864fa960fe40b754c0457632dec37c486;hb=refs%2Ftags%2Fv0.06;hp=30b94d2b55447e43fc8bb70c9e2be1f434f4dea7;hpb=29d3a214c70390edd665985eddfb42ff7e29a02a;p=perl%2Fmodules%2FSub-Prototype-Util.git 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 ' . $_); }