use strict;
WriteMakefile(
NAME => 'App::BCVI::NotifyClient',
AUTHOR => 'Grant McLean <grantm@cpan.org>',
VERSION_FROM => 'lib/App/BCVI/NotifyClient.pm',
ABSTRACT_FROM => 'lib/App/BCVI/NotifyClient.pm',
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'App-BCVI-NotifyClient-*' },
);