1use inc::Module::Install;
2
3all_from      ('lib/Sub/Exporter.pm');
4
5requires('Sub::Install'  => 0.92 ); # exporter, needed to actually export
6requires('Data::OptList' => 0.100); # used to process options
7requires('Params::Util'  => 0.14 ); # _CODELIKE
8
9extra_tests;
10
11repository('http://github.com/rjbs/sub-exporter');
12auto_manifest;
13
14WriteAll();
15