Move Package::Constants from lib to ext
[p5sagit/p5-mst-13.2.git] / ext / Sys-Syslog / t / 00-load.t
CommitLineData
a650b841 1#!perl -wT
2use strict;
8168e71f 3use Test::More tests => 1;
4
f93f88eb 5use_ok( 'Sys::Syslog' );
8168e71f 6
585901d4 7diag( "Testing Sys::Syslog $Sys::Syslog::VERSION, Perl $], $^X" )
47ebfcbb 8 unless $ENV{PERL_CORE};