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