X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FEventTZPg.pm;h=1f191afb013e6dfe9719b3ecf5e5dc061edf6098;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=521a9c42ce1f773f11c64bf9d2b73073b0812f41;hpb=49bceca3dbc42bc27720f777f336619bd2792943;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/EventTZPg.pm b/t/lib/DBICTest/Schema/EventTZPg.pm index 521a9c4..1f191af 100644 --- a/t/lib/DBICTest/Schema/EventTZPg.pm +++ b/t/lib/DBICTest/Schema/EventTZPg.pm @@ -2,6 +2,7 @@ package DBICTest::Schema::EventTZPg; use strict; use warnings; + use base qw/DBICTest::BaseResult/; __PACKAGE__->load_components(qw/InflateColumn::DateTime/);