Author: turnstep
Date: Sun Jan 13 10:18:55 2008
New Revision: 10537
Modified:
DBD-Pg/trunk/t/00-signature.t
Log:
Oops, tests should be plural.
Modified: DBD-Pg/trunk/t/00-signature.t
==============================================================================
--- DBD-Pg/trunk/t/00-signature.t (original)
+++ DBD-Pg/trunk/t/00-signature.t Sun Jan 13 10:18:55 2008
@@ -11,7 +11,7 @@
plan skip_all => 'Set the environment variable TEST_SIGNATURE to enable
this test';
}
else {
- plan test => 1;
+ plan tests => 1;
}
if (!eval { require Module::Signature; 1 }) {
fail 'Could not find Module::Signature';