File: drop-Module%3A%3ABuild-from-test.patch

package info (click to toggle)
libwebservice-cia-perl 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 692 kB
  • sloc: perl: 3,707; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: drop usage of Module::Build from two tests
 The module is not really needed and only complicates the continuous
 integration tests in Debian.
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105054
Bug: https://rt.cpan.org/Ticket/Display.html?id=105054

--- a/t/webservice-cia-parser.t
+++ b/t/webservice-cia-parser.t
@@ -1,6 +1,5 @@
 use strict;
 use Test::More tests => 9;
-use Module::Build;
 
 #1
 BEGIN {	use_ok('WebService::CIA::Parser'); }
--- a/t/webservice-cia-source-web.t
+++ b/t/webservice-cia-source-web.t
@@ -2,9 +2,6 @@ use strict;
 use Test::More tests => 30;
 use lib  qw( t/lib );
 use WCUA;
-use Module::Build;
-
-my $build = Module::Build->current();
 
 
 BEGIN { use_ok('WebService::CIA::Source::Web'); }