Bug#496254: (no subject)

Johan Thelmén johan.thelmen at cygate.se
Wed Mar 25 06:14:36 UTC 2009


Short testcase..

perl -e 'use Sys::Syslog qw(:DEFAULT setlogsock);setlogsock('unix');openlog("info","cons,pid,ndelay","user");syslog("info","Test bad");closelog();'
logger "Test OK";tail -n3 /var/log/syslog|cat -A

And show this for me:
info[27999]: Test bad $
logger: Test OK$

Notice the space after bad that is unwanted.

-- 
Johan Thelmén






More information about the Perl-maintainers mailing list