Missing newline
Peter Rabbitson [Sat, 4 Jul 2009 10:08:16 +0000 (10:08 +0000)]
lib/DBIx/Class/Storage/DBI/Pg.pm

index f53de4b..3fcd550 100644 (file)
@@ -9,7 +9,7 @@ use mro 'c3';
 use DBD::Pg qw(:pg_types);
 
 # Ask for a DBD::Pg with array support
-warn "DBD::Pg 2.9.2 or greater is strongly recommended"
+warn "DBD::Pg 2.9.2 or greater is strongly recommended\n"
   if ($DBD::Pg::VERSION < 2.009002);  # pg uses (used?) version::qv()
 
 sub with_deferred_fk_checks {