[Bps-public-commit] Test-Spelling branch, master, updated. 8820b5c18ab7f0803742eac279bdfb3e0931fac9
Shawn Moore
sartak at bestpractical.com
Mon Apr 25 13:28:42 EDT 2011
The branch, master has been updated
via 8820b5c18ab7f0803742eac279bdfb3e0931fac9 (commit)
from 47897feb867f02dbf53aa42cd54cc9db1dc93266 (commit)
Summary of changes:
lib/Test/Spelling.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 8820b5c18ab7f0803742eac279bdfb3e0931fac9
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Apr 25 13:28:29 2011 -0400
Fix a mistaken inversion from a refactor
diff --git a/lib/Test/Spelling.pm b/lib/Test/Spelling.pm
index e0048fd..59404e0 100644
--- a/lib/Test/Spelling.pm
+++ b/lib/Test/Spelling.pm
@@ -102,7 +102,7 @@ sub all_pod_files {
push @queue, map "$file/$_", @newfiles;
}
if ( -f $file ) {
- next unless !_is_perl($file);
+ next unless _is_perl($file);
next unless $file_filter->($file);
push @pod, $file;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list