Group
Extension

Matches 3

Dist-Zooky ( B/BI/BINGOS/Dist-Zooky-0.24.tar.gz, BINGOS, 2017; MetaCPAN )
Dist-Zooky/lib/Dist/Zooky/Core/ModBuild.pm ( view source; MetaCPAN )
 ];
    run ( command => $cmd, verbose => 0 );
  }

  if ( -e 'MYMETA.json' ) {

    $struct = $self->meta_from_file( 'MYMETA.json' );

  }
  elsif ( -e 'MYMETA.yml' ) {

    $struct = $self->meta_fro
m_file( 'MYMETA.yml' );

  }
  else {

    die "Couldn\'t find a 'MYMETA.yml or MYMETA.json' file, giving up\n";

  }

  {
    my $cmd = [ $^X, 'Build', 'distclean' ];
    run( command => $cmd, verbos
Dist-Zooky ( B/BI/BINGOS/Dist-Zooky-0.24.tar.gz, BINGOS, 2017; MetaCPAN )
Dist-Zooky/lib/Dist/Zooky/Core/MakeMaker.pm ( view source; MetaCPAN )
 ];
    run ( command => $cmd, verbose => 0 );
  }

  if ( -e 'MYMETA.json' ) {

    $struct = $self->meta_from_file( 'MYMETA.json' );

  }
  elsif ( -e 'MYMETA.yml' ) {

    $struct = $self->meta_fro
Dist-Zooky ( B/BI/BINGOS/Dist-Zooky-0.24.tar.gz, BINGOS, 2017; MetaCPAN )
Dist-Zooky/lib/Dist/Zooky/Core/FromMETA.pm ( view source; MetaCPAN )
TA.json' ) {

    $struct = $self->meta_from_file( 'META.json' );

  }
  elsif ( -e 'META.yml' ) {

    $struct = $self->meta_from_file( 'META.yml' );

  }
  else {

    die "There is no 'META.json' n

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