freebsd-ports/www/calamaris/files/patch-calamaris
Dmitry Sivachenko 5cc1539e93 Fix warning produced by modern version of perl.
PR:		175877
Submitted by:	Alexey Markov <redrat@mail.ru>
2013-03-11 12:56:11 +00:00

11 lines
332 B
Text

--- calamaris.orig 2013-03-11 16:52:12.000000000 +0400
+++ calamaris 2013-03-11 16:52:45.000000000 +0400
@@ -2606,7 +2606,7 @@
100, 100 * $tcp_hit / $tcp );
}
outstop(10);
- if ( defined(%tcp_content) ) {
+ if ( %tcp_content ) {
outstart(11);
if ( $tcp == 0 ) {
outline( 11, 'no matching requests' );