===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libstring-interpolate-perl-0.32/lib/String/Interpolate.pm-605-	    no warnings 'redefine';
libstring-interpolate-perl-0.32/lib/String/Interpolate.pm:606:	    *{"${pkg}::String::Interpolate::code"} = $safe->reval( $string =~ /(.*)/s );
libstring-interpolate-perl-0.32/lib/String/Interpolate.pm-607-	    $code = 1; # Just a flag in this case
##############################################
libstring-interpolate-perl-0.32/t/interpolate.t-32-
libstring-interpolate-perl-0.32/t/interpolate.t:33:t($i->exec('$_ $_{R} $1 $2 $a @a $a[0] $b{X} $b') eq 
libstring-interpolate-perl-0.32/t/interpolate.t-34-    "US _R DOL1 DOL2 A A0 A1 A0 BX B");	
##############################################
libstring-interpolate-perl-0.32/t/interpolate.t-45-
libstring-interpolate-perl-0.32/t/interpolate.t:46:t($i->exec('$a $REV{FOO} $LC{BAR} $L $1 $2 $::A $b{C}') eq 
libstring-interpolate-perl-0.32/t/interpolate.t-47-    "aa OOF bar lit d1  aa bc");	
##############################################
libstring-interpolate-perl-0.32/.pc/spelling.patch/lib/String/Interpolate.pm-605-	    no warnings 'redefine';
libstring-interpolate-perl-0.32/.pc/spelling.patch/lib/String/Interpolate.pm:606:	    *{"${pkg}::String::Interpolate::code"} = $safe->reval( $string =~ /(.*)/s );
libstring-interpolate-perl-0.32/.pc/spelling.patch/lib/String/Interpolate.pm-607-	    $code = 1; # Just a flag in this case