Dir-Watch/Dir-Watch/t/00-load.t

10 lines
140 B
Perl

#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'Dir::Watch' );
}
diag( "Testing Dir::Watch $Dir::Watch::VERSION, Perl $], $^X" );