require perl 5.10.0 hs12
authorHeiko Schlittermann <hs@schlittermann.de>
Thu, 13 Jan 2011 00:27:03 +0100
branchhs12
changeset 78 bb780a686eb6
parent 77 35905799cfd1
child 79 ac04894f45c1
require perl 5.10.0
Build.PL
--- a/Build.PL	Thu Jan 13 00:20:26 2011 +0100
+++ b/Build.PL	Thu Jan 13 00:27:03 2011 +0100
@@ -1,8 +1,9 @@
 use Module::Build;
 my $build = Module::Build->new(
-    module_name => "dnstools",
+    module_name  => "dnstools",
     dist_version => "0.1",
-    license => "perl",
+    license      => "perl",
+    requires     => { perl => "5.10.0", },
 );
 
 $build->create_build_script;