Build.PL
changeset 10 61e92ae4e6c2
child 11 a19446e119d3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Build.PL	Sat Jan 11 23:34:58 2014 +0100
@@ -0,0 +1,13 @@
+#! perl
+
+use Module::Build;
+
+Module::Build->new(
+    dist_name => 'nagios-plugin-amanda-client',
+    dist_version_from => 'bin/check_amanda-client',
+    scripts => [glob 'bin/*'],
+    license => 'perl',
+    requires => {
+	perl => 5.010,
+    },
+)->create_build_script;