===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
librdf-query-client-perl-0.114/Makefile.PL-3-
librdf-query-client-perl-0.114/Makefile.PL:4:my $EUMM = eval( $ExtUtils::MakeMaker::VERSION );
librdf-query-client-perl-0.114/Makefile.PL-5-
##############################################
librdf-query-client-perl-0.114/README-17-  Constructor
librdf-query-client-perl-0.114/README:18:    `new ( $sparql, \%opts )`
librdf-query-client-perl-0.114/README-19-        Returns a new RDF::Query::Client object for the specified $sparql. The
##############################################
librdf-query-client-perl-0.114/README-32-  Public Methods
librdf-query-client-perl-0.114/README:33:    `execute ( $endpoint, \%opts )`
librdf-query-client-perl-0.114/README-34-        $endpoint is a URI object or string containing the endpoint URI to be
##############################################
librdf-query-client-perl-0.114/README-60-
librdf-query-client-perl-0.114/README:61:    `discover_execute( $resource_uri, \%opts )`
librdf-query-client-perl-0.114/README-62-        Experimental feature. Discovers a SPARQL endpoint relevant to
librdf-query-client-perl-0.114/README:63:        $resource_uri and then calls `$query->execute` against that. Uses an
librdf-query-client-perl-0.114/README-64-        LRDD-like method to discover the endpoint. If you're publishing data
##############################################
librdf-query-client-perl-0.114/README-74-
librdf-query-client-perl-0.114/README:75:    `get ( $endpoint, \%opts )`
librdf-query-client-perl-0.114/README-76-        Executes the query using the specified endpoint, and returns the first