[Bps-public-commit] Test-Spelling branch, master, updated. 659e000ddc65dc7e723facf717e8a33636ec5d38
Shawn Moore
sartak at bestpractical.com
Mon Apr 25 12:22:50 EDT 2011
The branch, master has been updated
via 659e000ddc65dc7e723facf717e8a33636ec5d38 (commit)
from 7df8aafc177e7b0ae096203739aa7d7a81de5fd3 (commit)
Summary of changes:
lib/Test/Spelling.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 659e000ddc65dc7e723facf717e8a33636ec5d38
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Apr 25 12:18:14 2011 -0400
Remove "helpful" call to Test::Builder->plan
If you want a plan, use Test::More's or all_pod_files_spelling_ok
diff --git a/lib/Test/Spelling.pm b/lib/Test/Spelling.pm
index 277ec7a..04d8d43 100644
--- a/lib/Test/Spelling.pm
+++ b/lib/Test/Spelling.pm
@@ -26,7 +26,6 @@ sub import {
*{$caller.'::all_pod_files'} = \&all_pod_files
unless defined &{$caller. '::all_pod_files'};
- $Test->plan(@_);
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list