===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
dh-make-perl-0.113/lib/Debian/Control/FromCPAN.pm-99-    print "Running '$inst_cmd'..." if $verbose;
dh-make-perl-0.113/lib/Debian/Control/FromCPAN.pm:100:    system($inst_cmd) == 0
dh-make-perl-0.113/lib/Debian/Control/FromCPAN.pm-101-        || die "Cannot install package $deb\n";
##############################################
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-362-        }
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm:363:        system( "mv", $self->main_dir, "$new_maindir" ) == 0
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-364-            or die "Failed to move " . $self->main_dir . " to $new_maindir: $!";
##############################################
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-408-    # uhmf! dpkg-genchanges doesn't cope with the deb being in another dir..
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm:409:    #system("dpkg-buildpackage -b -us -uc " . $self->cfg->dbflags) == 0
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm:410:    system("fakeroot make -C $main_dir -f debian/rules clean");
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm:411:    system("make -C $main_dir -f debian/rules build") == 0
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-412-        || die "Cannot create deb package: 'debian/rules build' failed.\n";
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm:413:    system("fakeroot make -C $main_dir -f debian/rules binary") == 0
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-414-        || die "Cannot create deb package: 'fakeroot debian/rules binary' failed.\n";
##############################################
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-421-    # uhmf! dpkg-genchanges doesn't cope with the deb being in another dir..
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm:422:    #system("dpkg-buildpackage -S -us -uc " . $self->cfg->dbflags) == 0
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm:423:    system("fakeroot make -C $main_dir -f debian/rules clean");
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm:424:    system("dpkg-source -b $main_dir") == 0
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-425-        || die "Cannot create source package: 'dpkg-source -b' failed.\n";
##############################################
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-449-    $self->info("Running '$install_cmd'...");
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm:450:    system($install_cmd) == 0
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-451-        || die "Cannot install package $deb\n";
##############################################
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-797-            $ENV{GIT_AUTHOR_EMAIL} = $email;
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm:798:            my $status = system( 'pristine-tar', 'commit', $tarball, "upstream/".$self->version );
dh-make-perl-0.113/lib/DhMakePerl/Command/make.pm-799-            %ENV = %backup_ENV;
##############################################
dh-make-perl-0.113/t/cache.t-24-        or die "unlink($Bin/contents/wnpp.cache): $!" );
dh-make-perl-0.113/t/cache.t:25:    system('touch', "$Bin/contents/wnpp.cache");
dh-make-perl-0.113/t/cache.t-26-