Group
Extension

Matches 1

Test-Module-Used ( T/TS/TSUCCHI/Test-Module-Used-0.2.6.tar.gz, TSUCCHI, 2014; MetaCPAN )
Test-Module-Used/lib/Test/Module/Used.pm ( view source; MetaCPAN )
MockObject for test)
    meta_file    => 'META.json' or
                    'META.yml' or
                    'META.yaml',      # META file (YAML or JSON which contains module requirement information)
_file) = @_;
    return $opt_meta_file  if ( defined $opt_meta_file );
    for my $file ( qw(META.json META.yml META.yaml) ) {
        return $file if ( -e $file );
    }
    croak "META file not foun

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