use 5.006; use strict; use inc::Module::Install; name 'Parse-IRC'; author 'Chris Williams '; version_from 'lib/Parse/IRC.pm'; abstract_from 'lib/Parse/IRC.pm'; readme_from 'lib/Parse/IRC.pm'; license 'perl'; static_config; auto_license holder => 'Chris Williams, Jonathan Steinert and Dennis Taylor'; author_tests 'xt'; perl_version 5.006; build_requires 'Test::More' => 0.47; githubmeta; auto_provides; makemaker_args(dist => { PREOP => "$^X ./tools/git-log.pl > ./Changes" }); WriteAll;