Some comments
[dbsrgits/DBIx-Class.git] / t / lib / testinclude / DBICTestAdminInc.pm
index 111bfcd..a6d1e0e 100644 (file)
@@ -4,6 +4,6 @@ use base 'DBIx::Class::Schema';
 our $loaded = 1;
 sub connect { bless {}, __PACKAGE__ }
 
-sub deploy { exit 70 }
+sub deploy { exit 70 }  # this is what the test will expect to see
 
 1;