Dist-Zilla-Plugin-Test-PodSpelling
view release on metacpan or search on metacpan
t/contributors.t view on Meta::CPAN
# contributor data
my $fname = 'Mister';
my $lname = 'Mxyzptlk';
my $email = 'mr_mxyzptlk@example.com';
{
package MyContributors;
use Moose;
with 'Dist::Zilla::Role::MetaProvider';
sub mvp_multivalue_args { qw(contributor) }
has contributor => ( is => 'ro', isa => 'ArrayRef[Str]', lazy => 1, default => sub { [] } );
sub metadata { +{ x_contributors => shift->contributor } }
}
sub get_content {
my ($args) = @_;
my $name = 'Test::PodSpelling';
my $tzil = Builder->from_config(
{ dist_root => 'corpus/foo' },
{
( run in 0.312 second using v1.01-cache-2.11-cpan-00829025b61 )