Clarify
[dbsrgits/DBIx-Class.git] / t / 72pg.t
index e382a87..94d063a 100644 (file)
--- 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);