===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libconfig-model-dpkg-perl-2.139/Build.PL-30-    # below requires Config::Model 2.026, and need to use local library
libconfig-model-dpkg-perl-2.139/Build.PL:31:    system ($^X, '-MConfig::Model::Utils::GenClassPod', '-e','gen_class_pod();') == 0
libconfig-model-dpkg-perl-2.139/Build.PL-32-                    or die "gen-class-pod failed: $?";
##############################################
libconfig-model-dpkg-perl-2.139/lib/Config/Model/scripts/set-vcs-git-10-
libconfig-model-dpkg-perl-2.139/lib/Config/Model/scripts/set-vcs-git:11:var: chomp ( $var{url} = `git remote get-url $args{remote}` ) ;
libconfig-model-dpkg-perl-2.139/lib/Config/Model/scripts/set-vcs-git-12-var: $var{url} =~ s!^git@!https://!;