Change source structure according to OSCI-991
[packages/precise/mcollective.git] / mcollective-2.3.3 / 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 );