===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libbarcode-code128-perl-2.21/lib/Barcode/Code128.pm-681-        my $func = $FUNC_CHARS{"Code$new_code"} or
libbarcode-code128-perl-2.21/lib/Barcode/Code128.pm:682:            confess "Unable to switch from ``$old_code'' to ``$new_code''";
libbarcode-code128-perl-2.21/lib/Barcode/Code128.pm-683-        push @{ $self->{encoded} }, $CODE{$old_code}{$func};
##############################################
libbarcode-code128-perl-2.21/lib/Barcode/Code128.pm-880-
libbarcode-code128-perl-2.21/lib/Barcode/Code128.pm:881:=item Unable to switch from ``$old_code'' to ``$new_code''
libbarcode-code128-perl-2.21/lib/Barcode/Code128.pm-882-