X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F68inflate_has_a.t;h=1346ce549f3d7d8018a109a02263406a2e02e7a2;hb=40b2fcfe2daed009b1bd78d78f851937b333a149;hp=266585ade2f991a6b51994905269657eb5067ddc;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class.git diff --git a/t/68inflate_has_a.t b/t/68inflate_has_a.t index 266585a..1346ce5 100644 --- a/t/68inflate_has_a.t +++ b/t/68inflate_has_a.t @@ -5,7 +5,7 @@ use Test::More; use lib qw(t/lib); use DBICTest; -my $schema = DBICTest::init_schema(); +my $schema = DBICTest->init_schema(); eval { require DateTime }; plan skip_all => "Need DateTime for inflation tests" if $@;