r27462 - /trunk/dh-make-perl/t/dists.t

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Nov 30 11:41:35 UTC 2008


Author: dmn
Date: Sun Nov 30 11:41:32 2008
New Revision: 27462

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27462
Log:
also test Strange-2.1; add test plan

Modified:
    trunk/dh-make-perl/t/dists.t

Modified: trunk/dh-make-perl/t/dists.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists.t?rev=27462&op=diff
==============================================================================
--- trunk/dh-make-perl/t/dists.t (original)
+++ trunk/dh-make-perl/t/dists.t Sun Nov 30 11:41:32 2008
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+use Test::More tests => 15;
 
 use FindBin qw($Bin);
 
@@ -51,6 +51,6 @@
 
 $ENV{DEBFULLNAME} = "Joe Maintainer";
 
-for( qw( Strange-0.1 ) ) {
+for( qw( Strange-0.1 Strange-2.1 ) ) {
     dist_ok($_);
 }




More information about the Pkg-perl-cvs-commits mailing list