1*b39c5158Smillert#!perl -wT 2*b39c5158Smillertuse strict; 3*b39c5158Smillertuse Test::More tests => 1; 4*b39c5158Smillert 5*b39c5158Smillertuse_ok( 'Sys::Syslog' ); 6*b39c5158Smillert 7*b39c5158Smillertdiag( "Testing Sys::Syslog $Sys::Syslog::VERSION, Perl $], $^X" ) 8*b39c5158Smillert unless $ENV{PERL_CORE}; 9