===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libcli-framework-perl-0.05/t/lib/My/Journal/Model.pm-84-        my $tag = $dbh->selectrow_arrayref(
libcli-framework-perl-0.05/t/lib/My/Journal/Model.pm:85:            "SELECT id FROM tag WHERE tag_text = ?", undef, $tag_text
libcli-framework-perl-0.05/t/lib/My/Journal/Model.pm-86-        );
##############################################
libcli-framework-perl-0.05/t/lib/My/Journal/Model.pm-142-    my $t = $dbh->selectrow_arrayref(
libcli-framework-perl-0.05/t/lib/My/Journal/Model.pm:143:        'SELECT id FROM tag WHERE tag_text = ?', undef, $tag_text
libcli-framework-perl-0.05/t/lib/My/Journal/Model.pm-144-    );