Dist-Man

 view release on metacpan or  search on metacpan

lib/Dist/Man/BuilderSet.pm  view on Meta::CPAN

                          'make install',
                        ],
       },
       'ExtUtils::MakeMaker' =>
       {
        file         => "Makefile.PL",
        build_method => "create_Makefile_PL",
        build_deps   => [ { command => 'make',
                            aliases => [ 'make', 'gmake' ],
                          },
                          { command => 'chmod',
                            aliases => [ 'chmod' ],
                          },
                        ],
        instructions => [ 'perl Makefile.PL',
                          'make',
                          'make test',
                          'make install',
                        ],
       }
      };



( run in 0.298 second using v1.01-cache-2.11-cpan-8d75d55dd25 )