1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

fix build with perl 5.18

PR:		193064
This commit is contained in:
Andrej Zverev 2014-09-20 06:44:20 +00:00
parent 4e004e20c9
commit 58dbd8e8d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368625

View File

@ -0,0 +1,18 @@
--- ./client/SymuxClient.pm.orig 2014-09-20 01:14:36.791963224 +0400
+++ ./client/SymuxClient.pm 2014-09-20 01:14:52.651148220 +0400
@@ -267,6 +267,8 @@
=head2 METHODS
+=over 4
+
=item getitem (host, stream, item)
Refresh the measured data and get an item from a stream for a particular
@@ -304,4 +306,6 @@
# which hosts packets_out was that?
print $sc->getsource();
+=back
+
=cut