Skip to content

Commit

Permalink
Remove silly use_ok/require_ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Nov 10, 2015
1 parent 4a45aeb commit 67afbd7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions t/02-analyzer.t
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 67afbd7

Please sign in to comment.