===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libapache-session-memcached-perl-0.03/debian/rules-16-	dh_auto_test
libapache-session-memcached-perl-0.03/debian/rules:17:	[ ! -s $(PIDFILE) ] || /bin/kill `cat $(PIDFILE)`
libapache-session-memcached-perl-0.03/debian/rules-18-
##############################################
libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-cleanup-1-PIDFILE=${TDIR}/m.pid
libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-cleanup:2:[ ! -s $PIDFILE ] || /bin/kill `cat ${PIDFILE}`
libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-cleanup-3-
##############################################
libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-env:1:MEMCACHED_Servers=`/bin/netstat -want | perl -w -e 'while (<>) { $used{$1}=1 if /127\.0\.0\.1:(\d+)/;}; $port = 20000; while ($used{$port}) { $port++ }; print "127.0.0.1:$port\n";'`