X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F02-pp.t;fp=t%2F02-pp.t;h=35e3d85c595bddfa2c84433c451edab46856ef6b;hb=2bade59206c8f2bd2ed64e1faa8b10cc9109b734;hp=0e418421e36833d95602c5c03e86c4605a45ad59;hpb=eb5fc894300e2e78d7beeb03f47f9d8e488518d5;p=perl%2Fmodules%2FScalar-Vec-Util.git diff --git a/t/02-pp.t b/t/02-pp.t index 0e41842..35e3d85 100644 --- a/t/02-pp.t +++ b/t/02-pp.t @@ -19,8 +19,8 @@ BEGIN { use Scalar::Vec::Util qw; -is(SVU_PP, 1, 'using pure perl subroutines'); +is SVU_PP, 1, 'using pure perl subroutines'; for (qw) { no strict 'refs'; - is(*{$_}{CODE}, *{'Scalar::Vec::Util::'.$_}{CODE}, $_ .' is ' . $_ . '_pp'); + is *{$_}{CODE}, *{'Scalar::Vec::Util::'.$_}{CODE}, $_ .' is ' . $_ . '_pp'; }