From: Andy Grundman Date: Tue, 2 Aug 2005 17:22:19 +0000 (+0000) Subject: Set to 21 tests instead of 20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b95414c24dc3de3d9e5cd81f9633b3da41f12a8;p=dbsrgits%2FDBIx-Class-Historic.git Set to 21 tests instead of 20 --- diff --git a/t/01core.t b/t/01core.t index 92dbdd5..3b128e4 100644 --- a/t/01core.t +++ b/t/01core.t @@ -1,6 +1,6 @@ use Test::More; -plan tests => 20; +plan tests => 21; use lib qw(t/lib);