File: ignore-Module-Build-Prereqs-FromCPANfile.patch

package info (click to toggle)
libanyevent-connector-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 144 kB
  • sloc: perl: 175; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 629 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
Description: ignore these dependency
Author: Xavier Guimard <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2019-08-13

--- a/Build.PL
+++ b/Build.PL
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Module::Build;
-use Module::Build::Prereqs::FromCPANfile;
+#use Module::Build::Prereqs::FromCPANfile;
  
 Module::Build->new(
     module_name         => 'AnyEvent::Connector',
@@ -15,7 +15,7 @@
     dynamic_config => 1,
     (-d "share") ? (share_dir => "share") : (),
     
-    mb_prereqs_from_cpanfile(),
+    #mb_prereqs_from_cpanfile(),
     
     no_index => {
         directory => ["t", "xt", "eg", "inc", "share"],