diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-20 22:01:16 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-20 22:01:16 +0000 |
commit | 8edeb3adf78562499e1eeea00d9ecf5f58e8de2d (patch) | |
tree | 747dbcc89e36f9bdca8fd1a386b56e323f916cff /ext/Sys/Syslog/t/syslog.t | |
parent | 9badc3612459020624c762b543ab7dd82718f170 (diff) | |
download | perl-8edeb3adf78562499e1eeea00d9ecf5f58e8de2d.tar.gz |
Upgrade to Sys::Syslog 0.16
p4raw-id: //depot/perl@28410
Diffstat (limited to 'ext/Sys/Syslog/t/syslog.t')
-rwxr-xr-x | ext/Sys/Syslog/t/syslog.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Sys/Syslog/t/syslog.t b/ext/Sys/Syslog/t/syslog.t index 030a0ebc66..76353e9bdc 100755 --- a/ext/Sys/Syslog/t/syslog.t +++ b/ext/Sys/Syslog/t/syslog.t @@ -14,6 +14,7 @@ use Test::More; # we enable all Perl warnings, but we don't "use warnings 'all'" because # we want to disable the warnings generated by Sys::Syslog +no warnings; use warnings qw(closure deprecated exiting glob io misc numeric once overflow pack portable recursion redefine regexp severe signal substr syntax taint uninitialized unpack untie utf8 void); |