Merge 'multi_stuff' into 'trunk'
[dbsrgits/DBIx-Class.git] / t / 81transactions.t
index 89160a8..027ba76 100644 (file)
@@ -260,7 +260,7 @@ $schema->storage->disconnect;
     });
     
    $guard->commit;
-  } qr/No such column made_up_column .*? at .*?81transactions.t line \d+/, "Error propogated okay";
+  } qr/No such column made_up_column .*? at .*?81transactions.t line \d+/s, "Error propogated okay";
 
   ok(!$artist_rs->find({name => 'Death Cab for Cutie'}), "Artist not created");