===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmojo-pg-perl-4.22/lib/Mojo/Pg/Migrations.pm-75-  warn "-- Migrate ($active -> $target)\n$sql\n" if DEBUG;
libmojo-pg-perl-4.22/lib/Mojo/Pg/Migrations.pm:76:  $sql .= ';UPDATE mojo_migrations SET version = $1 WHERE name = $2;';
libmojo-pg-perl-4.22/lib/Mojo/Pg/Migrations.pm-77-  $db->query($sql, $target, $self->name) and $tx->commit;
##############################################
libmojo-pg-perl-4.22/lib/Mojo/Pg/Migrations.pm-103-    local $db->dbh->{RaiseError} = 0;
libmojo-pg-perl-4.22/lib/Mojo/Pg/Migrations.pm:104:    my $sql = 'SELECT version FROM mojo_migrations WHERE name = $1';
libmojo-pg-perl-4.22/lib/Mojo/Pg/Migrations.pm-105-    $results = $db->query($sql, $name);