Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Gruenauer committed May 22, 2010
1 parent 1318731 commit a7bd6de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name = Dist-Zilla-Plugin-PodSpellingTests
author = Marcel Gruenauer <marcel@cpan.org>
license = Perl_5
copyright_holder = Marcel Gruenauer
copyright_year = 2010

[@MARCEL]

Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/PodSpellingTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;

package Dist::Zilla::Plugin::PodSpellingTests;
# ABSTRACT: release tests for POD spelling
# ABSTRACT: Release tests for POD spelling
use Moose;
use Pod::Wordlist::hanekomu;
extends 'Dist::Zilla::Plugin::InlineFiles';
Expand All @@ -27,7 +27,7 @@ In C<dist.ini>:
=head1 DESCRIPTION
This is an extension of L<Dist::Zilla::Plugin::InlineFiles>, providing the
following files
following file:
xt/release/pod-spell.t - a standard Test::Spelling test
Expand Down

0 comments on commit a7bd6de

Please sign in to comment.