From 44e8632ef5d431f09cef71acbbdc15824298558d Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <puck@catalyst.net.nz>
Date: Wed, 5 Mar 2008 16:41:38 +1300
Subject: [PATCH] Add a missing newline to a die message.

---
 mythtv/bindings/perl/MythTV.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mythtv/bindings/perl/MythTV.pm b/mythtv/bindings/perl/MythTV.pm
index 3dcc01a..f850f1f 100644
--- a/mythtv/bindings/perl/MythTV.pm
+++ b/mythtv/bindings/perl/MythTV.pm
@@ -213,7 +213,7 @@ package MythTV;
             push @devices, $dev;
         }
         if (@devices < 1) {
-            die "No backends found.  Please copy $conf/config.xml from a"
+            die "No backends found.  Please copy $conf/config.xml from a\n"
                ."working MythTV installation instead.\n";
         }
         my $upnp = $devices[0];
-- 
1.5.4.3

