Dist-Zilla-PluginBundle-Author-AMON

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/PluginBundle/Author/AMON.pm  view on Meta::CPAN


Configuration options:
L<github|/github>,
L<github_issues|/github_issues>.

=cut

sub configure_meta {
    my ($self) = @_;

    my ($gh_user, $gh_repo) = split m(/), scalar $self->github, 2;
    unless (length $gh_user and length $gh_repo) {
        die "Github repo of the form <user>/<repo> required!";
    }

    $self->add_plugins(
        [GithubMeta => {
            repo => $gh_repo,
            user => $gh_user,
            issues => $self->github_issues }],
    );



( run in 1.295 second using v1.01-cache-2.11-cpan-71847e10f99 )