===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libdbix-runsql-perl-0.21/README.mkdn-39-
libdbix-runsql-perl-0.21/README.mkdn:40:    If `sql` is undefined, the `$::DATA` or the `0` filehandle will
libdbix-runsql-perl-0.21/README.mkdn-41-    be read until exhaustion.  **not implemented**
##############################################
libdbix-runsql-perl-0.21/README.mkdn-128-
libdbix-runsql-perl-0.21/README.mkdn:129:Executes `$sth->fetchall_arrayref` and returns
libdbix-runsql-perl-0.21/README.mkdn-130-the results either as tab separated string
##############################################
libdbix-runsql-perl-0.21/README.mkdn-206-If no dsn is given, this function will use
libdbix-runsql-perl-0.21/README.mkdn:207:` dbi:SQLite:dbname=db/$appname.sqlite `
libdbix-runsql-perl-0.21/README.mkdn-208-as the default database.
##############################################
libdbix-runsql-perl-0.21/xt/99-compile.t-22-    my ($stdout, $stderr, $exit) = capture(sub {
libdbix-runsql-perl-0.21/xt/99-compile.t:23:        system( $^X, '-Mblib', '-wc', $_ );
libdbix-runsql-perl-0.21/xt/99-compile.t-24-    });
##############################################
libdbix-runsql-perl-0.21/xt/99-synopsis.t-41-        close $tmpfh; # flush it
libdbix-runsql-perl-0.21/xt/99-synopsis.t:42:        my $output = `$^X -Ilib -c $tempname 2>&1`;
libdbix-runsql-perl-0.21/xt/99-synopsis.t-43-        if( $output =~ /\ssyntax OK$/ ) {