X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest.pm;h=46e0918ccfadcdef3fc7e2c90375f7160739b5d4;hb=70c288086248e5a4008490df22a56632341f2473;hp=bccf8cf5a1eee82a9e5a818e183447879b454d19;hpb=a1249d49dffc7703374d3ea8aa3637609f21843e;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest.pm b/t/lib/DBICTest.pm index bccf8cf..46e0918 100644 --- a/t/lib/DBICTest.pm +++ b/t/lib/DBICTest.pm @@ -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!" ); }