[Bps-public-commit] Test-Spelling branch, master, updated. 5cb226be363cfe0858ba58034547b810c775ca83
Shawn Moore
sartak at bestpractical.com
Mon Apr 25 13:38:47 EDT 2011
The branch, master has been updated
via 5cb226be363cfe0858ba58034547b810c775ca83 (commit)
from 39cd8b10de5093bcbb6bca5f37b3cdb5e9816a6c (commit)
Summary of changes:
lib/Test/Spelling.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 5cb226be363cfe0858ba58034547b810c775ca83
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Apr 25 13:38:43 2011 -0400
Better .plx doc
diff --git a/lib/Test/Spelling.pm b/lib/Test/Spelling.pm
index 30b4e5a..e889935 100644
--- a/lib/Test/Spelling.pm
+++ b/lib/Test/Spelling.pm
@@ -221,7 +221,7 @@ each function), so you can't have already called C<plan>.
If C<@files> is empty or not passed, the function finds all POD files in
the F<blib> directory if it exists, or the F<lib> directory if not.
-A POD file is one that ends with F<.pod>, F<.pl>, F<.plx> and F<.pm>, or any
+A POD file is one that ends with F<.pod>, F<.pl>, F<.plx>, or F<.pm>; or any
file where the first line looks like a shebang line.
If you're testing a module, just make a F<t/spell.t>:
@@ -242,7 +242,7 @@ A Perl file is:
=over 4
-=item * Any file that ends in F<.PL>, F<.pl>, F<.pm>, F<.pod> or F<.t>.
+=item * Any file that ends in F<.PL>, F<.pl>, F<.plx>, F<.pm>, F<.pod> or F<.t>.
=item * Any file that has a first line with a shebang and "perl" on it.
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list