From 67afbd708936eacdcd38c16e192dc4c465307826 Mon Sep 17 00:00:00 2001 From: Arthur Axel 'fREW' Schmidt Date: Tue, 10 Nov 2015 09:08:27 -0800 Subject: [PATCH] Remove silly use_ok/require_ok --- t/02-analyzer.t | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/t/02-analyzer.t b/t/02-analyzer.t index 5585190..74b4c30 100644 --- a/t/02-analyzer.t +++ b/t/02-analyzer.t @@ -5,11 +5,8 @@ use warnings; use Test::More; -BEGIN { - use_ok('DBIx::Class::QueryLog'); - use_ok('DBIx::Class::QueryLog::Analyzer'); -} -require_ok('DBIx::Class::QueryLog::Analyzer'); +use DBIx::Class::QueryLog; +use DBIx::Class::QueryLog::Analyzer; my $time = 0;