Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 9102b87f4818f98f476f6bcf4c42b6e6 > files > 1

perl-Log-Dispatch-2.27-1.fc13.src.rpm

diff -ruN Log-Dispatch-2.11-orig/t/01-basic.t Log-Dispatch-2.11/t/01-basic.t
--- Log-Dispatch-2.11-orig/t/01-basic.t	2005-07-27 15:47:09.000000000 +0100
+++ Log-Dispatch-2.11/t/01-basic.t	2005-09-10 22:37:37.000000000 +0100
@@ -27,6 +27,14 @@
                     syslog_file   => '/var/log/messages',
                   );
 }
+else
+{
+    # Fedora Extras: mail tests coverage
+
+    %TestConfig = ( email_address => 'root@localhost.localdomain',
+                    syslog_file   => '/var/log/messages',
+                  );
+}
 
 use Log::Dispatch::File;
 use Log::Dispatch::Handle;