Added mcollective 2.3.1 package
[packages/trusty/mcollective.git] / ext / action_helpers / perl / Makefile.PL
1 #!perl
2 use strict;
3 use ExtUtils::MakeMaker;
4 WriteMakefile(
5     NAME => "MCollective::Action",
6     PREREQ_PM => {
7         "JSON" => 0,
8     },
9 );