#!/usr/bin/perl
use strict;
BEGIN {
use_ok( 'App::watchdo' );
}
diag( "Testing App::watchdo $App::watchdo::VERSION, Perl $], $^X" );
done_testing();