summaryrefslogtreecommitdiff
path: root/dev-perl/Net-Telnet-Cisco/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /dev-perl/Net-Telnet-Cisco/files
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'dev-perl/Net-Telnet-Cisco/files')
-rw-r--r--dev-perl/Net-Telnet-Cisco/files/1.10-warning.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-perl/Net-Telnet-Cisco/files/1.10-warning.patch b/dev-perl/Net-Telnet-Cisco/files/1.10-warning.patch
deleted file mode 100644
index 1ec11726ce1c..000000000000
--- a/dev-perl/Net-Telnet-Cisco/files/1.10-warning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=192808
-http://rt.cpan.org/Public/Bug/Display.html?id=7796
-
-diff -ru Net-Telnet-Cisco-1.10/Cisco.pm Net-Telnet-Cisco-1.10/Cisco.pm
---- Net-Telnet-Cisco-1.10/Cisco.pm 2002-06-18 19:17:03.000000000 +0200
-+++ Net-Telnet-Cisco-1.10/Cisco.pm 2008-05-08 20:59:09.000000000 +0200
-@@ -753,7 +753,7 @@
- 1 while s/[^\cH\c?][\cH\c?]//mg; # ^H ^?
- s/^.*\cU//mg; # ^U
-
-- return wantarray ? split /$/mg, $_ : $_; # ORS instead?
-+ return wantarray ? split /$/m, $_ : $_; # ORS instead?
- }
-
- # Lifted from Net::Telnet en toto