Acme-CPANAuthors-Czech
view release on metacpan or search on metacpan
- Add TYNOVSKY CPAN account.
- Update Module::Install to 1.16 version.
0.17 2015-02-12T19:02:23+01:00
- Add MICHALS CPAN account.
- Add YENYA CPAN account.
- Add ZABA CPAN account.
0.16 2015-02-11T08:12:48+01:00
- Add VASEKD CPAN account.
- Improve LICENSE AND COPYRIGHT section in doc.
- Update copyright years.
0.15 2014-12-23T18:18:27+01:00
- Add JIRA CPAN account.
- Add name() method to SYNOPSIS section in doc.
- Sort modules in SYNOPSIS section in doc.
- Update README file.
- Update Module::Install to 1.14 version.
0.14 2014-09-08T01:05:04+02:00
- Add KOLCON CPAN account.
- Add SEIDLJAN CPAN account.
0.13 2014-09-06T04:23:03+02:00
- Add PSME CPAN account.
- Update examples/ directory.
inc/Module/Install/Metadata.pm view on Meta::CPAN
$self->provides( %{ $build->find_dist_packages || {} } );
}
sub feature {
my $self = shift;
my $name = shift;
my $features = ( $self->{values}->{features} ||= [] );
my $mods;
if ( @_ == 1 and ref( $_[0] ) ) {
# The user used ->feature like ->features by passing in the second
# argument as a reference. Accomodate for that.
$mods = $_[0];
} else {
$mods = \@_;
}
my $count = 0;
push @$features, (
$name => [
map {
( run in 3.556 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )