File: use-standard-dzil-test

package info (click to toggle)
libconfig-model-perl 2.021-3%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,104 kB
  • sloc: perl: 20,550; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (8)
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;