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