X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2F00load.t;h=75310ea74721c29eb28145664bd06846a9ba4348;hp=b63e0693adcf51b27da7cf375df10ddcecc4e232;hb=1256bfdf7d47490da4d6521b1895f0f9d362a461;hpb=61a1e916e2ebcbd866939f64ec807a9be13c4452 diff --git a/t/00load.t b/t/00load.t index b63e069..75310ea 100644 --- a/t/00load.t +++ b/t/00load.t @@ -1,7 +1,13 @@ -use Test::More tests => 1; +use strict; +use warnings; +use Test::More; BEGIN { -use_ok( 'DBIx::Class::ResultSet::RecursiveUpdate' ); + use_ok('DBIx::Class::ResultSet::RecursiveUpdate'); } -diag( "Testing DBIx::Class::ResultSet::RecursiveUpdate $DBIx::Class::ResultSet::RecursiveUpdate::VERSION" ); +diag( + "Testing DBIx::Class::ResultSet::RecursiveUpdate $DBIx::Class::ResultSet::RecursiveUpdate::VERSION" +); + +done_testing();