CPANfile-Parse-PPI
view release on metacpan or search on metacpan
t/syntax/recommends.t view on Meta::CPAN
'stage' => '',
'dist' => 'MIYAGAWA/Hash-MultiValue-0.15.tar.gz',
'name' => 'Hash::MultiValue',
'version' => '',
'feature' => '',
},
{
'stage' => '',
'mirror' => 'http://cpan.cpantesters.org/',
'type' => 'recommends',
'name' => 'Cookie::Baker',
'dist' => 'KAZEBURO/Cookie-Baker-0.08.tar.gz',
'version' => '',
'feature' => '',
},
{
'name' => 'Try::Tiny',
'version' => '0.28',
'type' => 'recommends',
'stage' => '',
'feature' => '',
},
t/syntax/recommends.t view on Meta::CPAN
__DATA__
recommends 'Path::Class', 0.26,
dist => "KWILLIAMS/Path-Class-0.26.tar.gz";
# omit version specifier
recommends 'Hash::MultiValue',
dist => "MIYAGAWA/Hash-MultiValue-0.15.tar.gz";
# use dist + mirror
recommends 'Cookie::Baker',
dist => "KAZEBURO/Cookie-Baker-0.08.tar.gz",
mirror => "http://cpan.cpantesters.org/";
# use the full URL
recommends 'Try::Tiny', 0.28,
url => "http://backpan.perl.org/authors/id/E/ET/ETHER/Try-Tiny-0.28.tar.gz";
recommends 'DBI';
recommends 'Plack', '0.9970';
on 'test' => sub {
t/syntax/requires.t view on Meta::CPAN
'stage' => '',
'dist' => 'MIYAGAWA/Hash-MultiValue-0.15.tar.gz',
'name' => 'Hash::MultiValue',
'feature' => '',
'version' => ''
},
{
'stage' => '',
'mirror' => 'http://cpan.cpantesters.org/',
'type' => 'requires',
'name' => 'Cookie::Baker',
'dist' => 'KAZEBURO/Cookie-Baker-0.08.tar.gz',
'feature' => '',
'version' => ''
},
{
'name' => 'Try::Tiny',
'version' => '0.28',
'type' => 'requires',
'feature' => '',
'stage' => ''
},
t/syntax/requires.t view on Meta::CPAN
__DATA__
requires 'Path::Class', 0.26,
dist => "KWILLIAMS/Path-Class-0.26.tar.gz";
# omit version specifier
requires 'Hash::MultiValue',
dist => "MIYAGAWA/Hash-MultiValue-0.15.tar.gz";
# use dist + mirror
requires 'Cookie::Baker',
dist => "KAZEBURO/Cookie-Baker-0.08.tar.gz",
mirror => "http://cpan.cpantesters.org/";
# use the full URL
requires 'Try::Tiny', 0.28,
url => "http://backpan.perl.org/authors/id/E/ET/ETHER/Try-Tiny-0.28.tar.gz";
requires 'DBI';
requires 'Plack', '0.9970';
on 'test' => sub {
( run in 0.297 second using v1.01-cache-2.11-cpan-2b0bae70ee8 )