Build.PL
branchhs12
changeset 87 6d624831079f
parent 85 c47953192c5c
child 92 5bdc20e4d5f0
--- a/Build.PL	Sat Jan 22 00:05:44 2011 +0100
+++ b/Build.PL	Sun Jan 23 00:21:14 2011 +0100
@@ -10,9 +10,13 @@
     dist_version   => "0.1",
     create_license => 1,
     license        => "gpl",
-    requires       => { perl => "5.10.0", },
-    build_requires => { "Pod::Coverage" => 0, },
-    script_files   => [glob "bin/*"],              # avoid .swp files
+    requires       => {
+        perl          => "5.10.0",
+        "Net::LibIDN" => "0",
+        "Template"    => "0"
+    },
+    build_requires => { "Pod::Coverage" => 0, "Test::Command" => "0.08" },
+    script_files => [glob "bin/*"],    # avoid .swp files
 );
 
 $build->create_build_script;