===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libcpan-checksums-perl-2.12/lib/CPAN/Checksums.pm-311-    my $cksum; # used by Data::Dumper
libcpan-checksums-perl-2.12/lib/CPAN/Checksums.pm:312:    $_ = $comp->reval($_) || {};
libcpan-checksums-perl-2.12/lib/CPAN/Checksums.pm-313-    die "CPAN::Checksums: Caught error[$@] while checking $DIRNAME" if $@;
##############################################
libcpan-checksums-perl-2.12/Makefile.PL-134-sign:
libcpan-checksums-perl-2.12/Makefile.PL:135:	`dirname $(PERL)`/cpansign -s
libcpan-checksums-perl-2.12/Makefile.PL-136-
##############################################
libcpan-checksums-perl-2.12/Makefile.PL-165-    my $ret = $self->SUPER::distsignature_target(@_);
libcpan-checksums-perl-2.12/Makefile.PL:166:    $ret =~ s|cpansign|\`dirname \$(PERL)\`/cpansign|g;
libcpan-checksums-perl-2.12/Makefile.PL-167-    return $ret;