Group
Extension

Matches 2

CPAN-Testers-Common-Client ( G/GA/GARU/CPAN-Testers-Common-Client-0.14.tar.gz, GARU, 2018; MetaCPAN )
CPAN-Testers-Common-Client/lib/CPAN/Testers/Common/Client.pm ( view source; MetaCPAN )
::MakeMaker
        ExtUtils::Manifest
        ExtUtils::ParseXS
        File::Spec
        JSON
        JSON::PP
        Module::Build
        Module::Signature
        Parse::CPAN::Meta
        Test
sub _get_prereqs {
    my ($self, $dir) = @_;
    my $meta;

    foreach my $meta_file ( qw( META.json META.yml META.yaml ) ) {
        my $meta_path = File::Spec->catfile( $dir, $meta_file );
       
         },
          # alternatively, if the dist is expanded in a local dir and has a Meta 2.0 {json,yml} file
          # you can just point us to the build_dir and we'll extract the prereqs oursel
CPAN-Testers-Common-Client ( G/GA/GARU/CPAN-Testers-Common-Client-0.14.tar.gz, GARU, 2018; MetaCPAN )
CPAN-Testers-Common-Client/lib/CPAN/Testers/Common/Client/Config.pm ( view source; MetaCPAN )
 {
        default  => 'Metabase uri https://metabase.cpantesters.org/api/v1/ id_file metabase_id.json',
        prompt   => 'Which transport system will be used to transmit the reports?',
        val

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.