X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FEventSmallDT.pm;fp=t%2Flib%2FDBICTest%2FSchema%2FEventSmallDT.pm;h=7da8ea1524208d6994142daf3227a0137ce67ddd;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=560581def2ed96767341af3e9068637a17e3693c;hpb=ad9445888039e05c8ca9ecf8b88948034ebaf0c1;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/EventSmallDT.pm b/t/lib/DBICTest/Schema/EventSmallDT.pm index 560581d..7da8ea1 100644 --- a/t/lib/DBICTest/Schema/EventSmallDT.pm +++ b/t/lib/DBICTest/Schema/EventSmallDT.pm @@ -2,6 +2,7 @@ package DBICTest::Schema::EventSmallDT; use strict; use warnings; + use base qw/DBICTest::BaseResult/; __PACKAGE__->load_components(qw/InflateColumn::DateTime/);