From: Peter Rabbitson Date: Wed, 26 Aug 2009 16:31:54 +0000 (+0000) Subject: Clarify X-Git-Tag: v0.08111~55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ea3792a2a614b7f4fefa785edcbf5edc1b931d7;p=dbsrgits%2FDBIx-Class.git Clarify --- diff --git a/t/72pg.t b/t/72pg.t index e382a87..94d063a 100644 --- a/t/72pg.t +++ b/t/72pg.t @@ -51,6 +51,7 @@ plan skip_all => 'Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test '. DBICTest::Schema->load_classes( 'Casecheck', 'ArrayTest' ); +# make sure sqlt_type overrides work (::Storage::DBI::Pg does this) { my $schema = DBICTest::Schema->connect($dsn, $user, $pass);