CPANfile-Parse-PPI
view release on metacpan or search on metacpan
t/syntax/recommends.t view on Meta::CPAN
24252627282930313233343536373839404142434445
'stage'
=>
''
,
'dist'
=>
'MIYAGAWA/Hash-MultiValue-0.15.tar.gz'
,
'name'
=>
'Hash::MultiValue'
,
'version'
=>
''
,
'feature'
=>
''
,
},
{
'stage'
=>
''
,
'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
87888990919293949596979899100101102103104105106107108__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,
recommends 'DBI';
recommends 'Plack', '0.9970';
on 'test' => sub {
t/syntax/requires.t view on Meta::CPAN
24252627282930313233343536373839404142434445
'stage'
=>
''
,
'dist'
=>
'MIYAGAWA/Hash-MultiValue-0.15.tar.gz'
,
'name'
=>
'Hash::MultiValue'
,
'feature'
=>
''
,
'version'
=>
''
},
{
'stage'
=>
''
,
'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
108109110111112113114115116117118119120121122123124125126127128129__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,
requires 'DBI';
requires 'Plack', '0.9970';
on 'test' => sub {
( run in 0.233 second using v1.01-cache-2.11-cpan-05444aca049 )