6acf3a427b14267d2b045dae25297c205d299e28
[packages/precise/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 );