Skip to content

Commit

Permalink
Pass coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
creaktive committed Jul 6, 2015
1 parent e00933a commit d3b95ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.pod
Expand Up @@ -4,11 +4,11 @@

=head1 NAME

Dist::Zilla::Plugin::MojibakeTests - Release tests for source encoding
Dist::Zilla::Plugin::MojibakeTests - Author tests for source encoding

=head1 VERSION

version 0.7
version 0.8

=head1 SYNOPSIS

Expand All @@ -20,7 +20,9 @@ In F<dist.ini>:

This is an extension of L<Dist::Zilla::Plugin::InlineFiles>, providing the following file:

xt/release/mojibake.t - a standard Test::Mojibake test
xt/author/mojibake.t - a standard Test::Mojibake test

=for Pod::Coverage register_prereqs

=for test_synopsis 1;
__END__
Expand Down
6 changes: 5 additions & 1 deletion lib/Dist/Zilla/Plugin/MojibakeTests.pm
Expand Up @@ -10,9 +10,13 @@ use Moose;
extends q(Dist::Zilla::Plugin::InlineFiles);
with 'Dist::Zilla::Role::PrereqSource';

=for Pod::Coverage
register_prereqs
=cut

sub register_prereqs {
my $self = shift;
$self->zilla->register_prereqs(
return $self->zilla->register_prereqs(
{
type => 'requires',
phase => 'develop',
Expand Down

0 comments on commit d3b95ef

Please sign in to comment.