[Module-build-checkins] Module-Build/t destinations.t,1.37,1.38
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2005-12-01 08:26:43
|
Update of /cvsroot/module-build/Module-Build/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15851/t Modified Files: destinations.t Log Message: Oops. Revision 1.37 got borked. This time I really remove "no_plan". Index: destinations.t =================================================================== RCS file: /cvsroot/module-build/Module-Build/t/destinations.t,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- destinations.t 1 Dec 2005 08:16:19 -0000 1.37 +++ destinations.t 1 Dec 2005 08:26:35 -0000 1.38 @@ -3,7 +3,7 @@ use lib 't/lib'; use strict; -use Test::More 'no_plan' => 1; #tests => 92; +use Test::More tests => 92; use File::Spec (); |