]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/00load.t
added use strict and use warnings to all tests + perltidy
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / 00load.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 BEGIN {
6 use_ok('DBIx::Class::ResultSet::RecursiveUpdate');
7 }
8
9 diag(
10 "Testing DBIx::Class::ResultSet::RecursiveUpdate $DBIx::Class::ResultSet::RecursiveUpdate::VERSION"
11 );
12
13 done_testing();
This page took 0.035881 seconds and 4 git commands to generate.