Author: turnstep
Date: Mon Jul 21 07:12:39 2008
New Revision: 11553
Modified:
DBD-Pg/trunk/t/99_spellcheck.t
Log:
Skip correct number if File::Comments is not installed but Text::SpellChecker
is.
Modified: DBD-Pg/trunk/t/99_spellcheck.t
==============================================================================
--- DBD-Pg/trunk/t/99_spellcheck.t (original)
+++ DBD-Pg/trunk/t/99_spellcheck.t Mon Jul 21 07:12:39 2008
@@ -100,7 +100,7 @@
## Now the comments
SKIP: {
if (!eval { require File::Comments; 1 }) {
- skip ('Need File::Comments to test the spelling inside
comments', 2);
+ skip ('Need File::Comments to test the spelling inside
comments', [EMAIL PROTECTED]);
}
{
## For XS files...