Ditch Carp::Clan for our own thing
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest.pm
index bccf8cf..46e0918 100644 (file)
@@ -78,7 +78,7 @@ sub _database {
     for ($db_file, "${db_file}-journal") {
       next unless -e $_;
       unlink ($_) or carp (
-        "Unable to unlink existing test database file $_ ($!), creation of fresh database / further tests may fail!\n"
+        "Unable to unlink existing test database file $_ ($!), creation of fresh database / further tests may fail!"
       );
     }