X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2F00.load.t;fp=t%2F00.load.t;h=b63e0693adcf51b27da7cf375df10ddcecc4e232;hp=0000000000000000000000000000000000000000;hb=424363ed169eae916480670bea2363322285855a;hpb=31f0eb77c2ea2257ef82cf097f626a331d66c46a diff --git a/t/00.load.t b/t/00.load.t new file mode 100644 index 0000000..b63e069 --- /dev/null +++ b/t/00.load.t @@ -0,0 +1,7 @@ +use Test::More tests => 1; + +BEGIN { +use_ok( 'DBIx::Class::ResultSet::RecursiveUpdate' ); +} + +diag( "Testing DBIx::Class::ResultSet::RecursiveUpdate $DBIx::Class::ResultSet::RecursiveUpdate::VERSION" );