File: notests.patch

package info (click to toggle)
libtest-autoloader-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 128 kB
  • sloc: perl: 159; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Subject: incorrect number of tests
Bug: http://rt.cpan.org/Ticket/Display.html?id=66399
Last-Update: 2011-03-05
--- a/t/00basic.t
+++ b/t/00basic.t
@@ -7,7 +7,7 @@
     eval "use Test::Pod 0.95";
     $NO_TEST_POD = $@;
 }
-use Test::More tests=>54;
+use Test::More tests=>64;
 use POSIX;
 use strict;