Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / ext / action_helpers / perl / Makefile.PL
diff --git a/ext/action_helpers/perl/Makefile.PL b/ext/action_helpers/perl/Makefile.PL
new file mode 100644 (file)
index 0000000..6acf3a4
--- /dev/null
@@ -0,0 +1,9 @@
+#!perl
+use strict;
+use ExtUtils::MakeMaker;
+WriteMakefile(
+    NAME => "MCollective::Action",
+    PREREQ_PM => {
+        "JSON" => 0,
+    },
+);