X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=samples%2Fbench.pl;h=c899ea11f4981060accfedd3d5f9af48d37d5d76;hp=a5712308a71000451946b4d4f35c48e4df10e703;hb=0f9ca88734df707e9f1d70a8067e6502b96820a9;hpb=37121cb9474fc2c3bc7c452696ecc9f6aa2ed4d2 diff --git a/samples/bench.pl b/samples/bench.pl index a571230..c899ea1 100755 --- a/samples/bench.pl +++ b/samples/bench.pl @@ -3,10 +3,10 @@ use strict; use warnings; -use Benchmark qw/cmpthese/; +use Benchmark qw; -use lib qw{blib/arch blib/lib}; -use Scalar::Vec::Util qw/vfill vcopy veq/; +use lib qw; +use Scalar::Vec::Util qw; BEGIN { print 'We ';