X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=t%2F00load.t;fp=t%2F00load.t;h=b63e0693adcf51b27da7cf375df10ddcecc4e232;hb=01dacb7255703eed25d7737a6dca0bf895d4c778;hp=0000000000000000000000000000000000000000;hpb=525b900f8cd814ea1c1294987bfbe8cd7543c040;p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate diff --git a/t/00load.t b/t/00load.t new file mode 100644 index 0000000..b63e069 --- /dev/null +++ b/t/00load.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" );