/usr/local/CPAN/Acme-Blarghy-McBlarghBlargh/Makefile.PL


# IMPORTANT: if you delete this file your app will not work as
# expected.  you have been warned
use inc::Module::Install;

name 'Acme-Blarghy-McBlarghBlargh';
all_from 'lib/Acme/Blarghy/McBlarghBlargh.pm';

requires 'Net::Twitter';
requires 'Moose';



install_script 'script/blarghymcblarghblargh.pl';
auto_install;
WriteAll;