===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libgeo-shapelib-perl-0.22/Makefile.PL-40-if ($ARGV{shapelib} =~ /\.a$/) {
libgeo-shapelib-perl-0.22/Makefile.PL:41:    my @ret = `nm $ARGV{shapelib} | grep SHPSearchDiskTree`;
libgeo-shapelib-perl-0.22/Makefile.PL-42-    $HAS_SEARCH_DISK_TREE = $ret[0] ne '';
libgeo-shapelib-perl-0.22/Makefile.PL-43-} else {
libgeo-shapelib-perl-0.22/Makefile.PL:44:    my @ret = `readelf -Ws $ARGV{shapelib} | grep SHPSearchDiskTree`;
libgeo-shapelib-perl-0.22/Makefile.PL-45-    $HAS_SEARCH_DISK_TREE = $ret[0] ne '';
##############################################
libgeo-shapelib-perl-0.22/lib/Geo/Shapelib.pm-419-    # Get 'Shapetype', 'MinBounds', and 'MaxBounds'
libgeo-shapelib-perl-0.22/lib/Geo/Shapelib.pm:420:    $self->{SHPHandle} = SHPOpen($self->{Name}, 'rb');
libgeo-shapelib-perl-0.22/lib/Geo/Shapelib.pm-421-    unless ($self->{SHPHandle}) {
##############################################
libgeo-shapelib-perl-0.22/.pc/manpage-has-errors-from-pod2man.patch/lib/Geo/Shapelib.pm-419-    # Get 'Shapetype', 'MinBounds', and 'MaxBounds'
libgeo-shapelib-perl-0.22/.pc/manpage-has-errors-from-pod2man.patch/lib/Geo/Shapelib.pm:420:    $self->{SHPHandle} = SHPOpen($self->{Name}, 'rb');
libgeo-shapelib-perl-0.22/.pc/manpage-has-errors-from-pod2man.patch/lib/Geo/Shapelib.pm-421-    unless ($self->{SHPHandle}) {