Acme-People-Happy
view release on metacpan or search on metacpan
0.05 2021-03-19T18:29:17+01:00
- Fix bugtracker.
0.04 2021-03-19T18:24:58+01:00
- Add LICENSE file.
- Add tests.
- Fix use lib '.' in Makefile.PL.
- Improve LICENSE AND COPYRIGHT section in doc.
- Improve SYNOPSIS section in doc.
- Rewrite doc to use =head2.
- Update Module::Install to 1.19 version.
- Update author github username.
- Update author name.
- Update copyright years.
0.03 2015-09-26T11:04:59+02:00
- Move author tests to xt/ directory.
- Update Module::Install to 1.16 version.
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 2.226 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )