branch | hs12 |
changeset 85 | c47953192c5c |
parent 80 | fc2156761c29 |
child 87 | 6d624831079f |
--- a/Build.PL Sun Jan 16 17:28:48 2011 +0100 +++ b/Build.PL Sun Jan 16 17:29:01 2011 +0100 @@ -6,11 +6,13 @@ my $build = Module::Build->new( module_name => "dnstools", - author => "schlittermann.de", + dist_author => "schlittermann.de", dist_version => "0.1", - license => "perl", + create_license => 1, + license => "gpl", requires => { perl => "5.10.0", }, build_requires => { "Pod::Coverage" => 0, }, + script_files => [glob "bin/*"], # avoid .swp files ); $build->create_build_script;