X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fzzzzzzz_perl_perf_bug.t;h=558b4f00087a183e7b0cf606d775abb11c0cab3d;hb=281738a4715e2a14f1b0aff332af5ec8866cadb9;hp=fd86646a433f1810dfe79438cd4b0c364e45a05b;hpb=b6883aee2545ab07808ac04bc8409fc163b62a5c;p=dbsrgits%2FDBIx-Class.git diff --git a/t/zzzzzzz_perl_perf_bug.t b/t/zzzzzzz_perl_perf_bug.t index fd86646..558b4f0 100644 --- a/t/zzzzzzz_perl_perf_bug.t +++ b/t/zzzzzzz_perl_perf_bug.t @@ -1,6 +1,7 @@ use strict; use warnings; use Test::More; +use Benchmark; use lib qw(t/lib); use DBICTest; # do not remove even though it is not used @@ -25,9 +26,6 @@ plan skip_all => plan skip_all => 'Skipping as AUTOMATED_TESTING is set' if ( $ENV{AUTOMATED_TESTING} ); -eval "use Benchmark ':all'"; -plan skip_all => 'needs Benchmark for testing' if $@; - plan tests => 3; ok( 1, 'Dummy - prevents next test timing out' );