summaryrefslogtreecommitdiff
path: root/net/p5-Net-Libdnet6/patches/patch-Carp
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Libdnet6/patches/patch-Carp')
-rw-r--r--net/p5-Net-Libdnet6/patches/patch-Carp16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/p5-Net-Libdnet6/patches/patch-Carp b/net/p5-Net-Libdnet6/patches/patch-Carp
deleted file mode 100644
index 2acba3b82c0..00000000000
--- a/net/p5-Net-Libdnet6/patches/patch-Carp
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-Carp,v 1.1 2017/10/11 07:34:51 wiz Exp $
-
-add missing "use Carp"
-https://rt.cpan.org/Public/Bug/Display.html?id=114642
-
---- lib/Net/Libdnet6.pm.orig 2015-01-28 19:58:20.000000000 +0100
-+++ lib/Net/Libdnet6.pm 2016-05-24 19:24:29.000000000 +0200
-@@ -7,6 +7,8 @@
-
- our $VERSION = '0.27';
-
-+use Carp;
-+
- use base qw(Exporter);
-
- # We also export Net::Libdnet subs (those without 6 at the end)