From 3eac21f49bc763a6c0044b4afbc0c7ece760144f Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 16 Mar 2002 20:14:30 +0000 Subject: Vendor import Perl 5.6.1 --- contrib/perl5/lib/syslog.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/perl5/lib/syslog.pl') diff --git a/contrib/perl5/lib/syslog.pl b/contrib/perl5/lib/syslog.pl index 70c439b..f0dbb1c 100644 --- a/contrib/perl5/lib/syslog.pl +++ b/contrib/perl5/lib/syslog.pl @@ -34,7 +34,7 @@ use warnings::register; $host = 'localhost' unless $host; # set $syslog'host to change if ($] >= 5 && warnings::enabled()) { - warnings::warn "You should 'use Sys::Syslog' instead; continuing"; + warnings::warn("You should 'use Sys::Syslog' instead; continuing"); } require 'syslog.ph'; -- cgit v1.1