use inc::Module::Install; name 'MySQL-SlowLog-Filter'; all_from 'lib/MySQL/SlowLog/Filter.pm'; author 'Fayland Lam '; license 'perl'; requires 'Time::Local'; requires 'Getopt::Long'; requires 'Pod::Usage'; #requires 'DBI'; #requires 'DBD::SQLite'; requires 'File::Slurp'; build_requires 'Test::More'; install_script glob('script/*.pl'); auto_install; WriteAll;