X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=ext%2Faction_helpers%2Fperl%2FMakefile.PL;fp=ext%2Faction_helpers%2Fperl%2FMakefile.PL;h=6acf3a427b14267d2b045dae25297c205d299e28;hb=b87d2f4e68281062df1913440ca5753ae63314a9;hp=0000000000000000000000000000000000000000;hpb=ab0ea530b8ac956091f17b104ab2311336cfc250;p=packages%2Fprecise%2Fmcollective.git diff --git a/ext/action_helpers/perl/Makefile.PL b/ext/action_helpers/perl/Makefile.PL new file mode 100644 index 0000000..6acf3a4 --- /dev/null +++ b/ext/action_helpers/perl/Makefile.PL @@ -0,0 +1,9 @@ +#!perl +use strict; +use ExtUtils::MakeMaker; +WriteMakefile( + NAME => "MCollective::Action", + PREREQ_PM => { + "JSON" => 0, + }, +);