File: use-standard-dzil-test

package info (click to toggle)
libconfig-model-dpkg-perl 3.014
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,200 kB
  • sloc: perl: 8,255; python: 242; makefile: 77; javascript: 16; sh: 1
file content (14 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: use standard dzil test suite
 Test is modified in order not to load the Test:Dzil module
 provided in t/lib
--- a/t/10_build_phase.t
+++ b/t/10_build_phase.t
@@ -2,8 +2,6 @@
 use warnings;
 use Test::More 0.88;
 
-use lib 't/lib';
-
 use Path::Class;
 
 use Test::DZil;