use strict; use inc::Module::Install; name 'Parse-IASLog'; author 'Chris Williams'; version_from 'lib/Parse/IASLog.pm'; abstract_from 'lib/Parse/IASLog.pm'; license 'perl'; auto_license; author_tests 'xt'; perl_version 5.006; build_requires 'Test::More' => 0.47; requires 'strict' => 0; requires 'Exporter' => 0; requires 'vars' => 0; auto_provides; githubmeta; WriteAll;