[Moose-commits] r7767 - MooseX-Storage/trunk/t
rafl at code2.0beta.co.uk
rafl at code2.0beta.co.uk
Sun Feb 22 04:23:32 GMT 2009
Author: rafl
Date: 2009-02-21 20:23:32 -0800 (Sat, 21 Feb 2009)
New Revision: 7767
Modified:
MooseX-Storage/trunk/t/008_do_not_serialize.t
Log:
Fix test plan.
Modified: MooseX-Storage/trunk/t/008_do_not_serialize.t
===================================================================
--- MooseX-Storage/trunk/t/008_do_not_serialize.t 2009-02-22 04:22:36 UTC (rev 7766)
+++ MooseX-Storage/trunk/t/008_do_not_serialize.t 2009-02-22 04:23:32 UTC (rev 7767)
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use Test::More no_plan => 6;
+use Test::More tests => 6;
use Test::Exception;
BEGIN {
More information about the Moose-commits
mailing list