that's it
[dbsrgits/DBIx-Class.git] / t / 96multi_create.t
index 965ab54..9c75cac 100644 (file)
@@ -10,7 +10,7 @@ plan tests => 85;
 
 my $schema = DBICTest->init_schema();
 
-diag '* simple create + parent (the stuff $rs belongs_to)'
+diag '* simple create + parent (the stuff $rs belongs_to)';
 eval {
   my $cd = $schema->resultset('CD')->create({
     artist => {