===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
perl6-zef-0.9.1/lib/Zef.pm6-40-# although we could possibly add `--no-checkout` to `git`s fetch and treat
perl6-zef-0.9.1/lib/Zef.pm6:41:# Extract as the action of `--checkout $branch` (allowing us to "extract"
perl6-zef-0.9.1/lib/Zef.pm6-42-# a specific version from a commit/tag)
##############################################
perl6-zef-0.9.1/lib/Zef/Client.pm6-802-        my @linked = self.link-candidates(@candidates);
perl6-zef-0.9.1/lib/Zef/Client.pm6:803:        @ = @linked.map: -> $candi { # can probably use rotor instead of doing the `@a[$index + 1..*]` dance
perl6-zef-0.9.1/lib/Zef/Client.pm6-804-            my @direct-includes    = $candi.dist.metainfo<includes>.grep(*.so);
##############################################
perl6-zef-0.9.1/lib/Zef/Distribution/DependencySpecification.pm6-16-    multi submethod new(Hash $spec) { self.bless(:$spec) }
perl6-zef-0.9.1/lib/Zef/Distribution/DependencySpecification.pm6:17:    multi submethod new(Hash $spec where {$_.keys == 1 and $_.keys[0] eq 'any'}) {
perl6-zef-0.9.1/lib/Zef/Distribution/DependencySpecification.pm6-18-        Zef::Distribution::DependencySpecification::Any.new: :specs(
##############################################
perl6-zef-0.9.1/lib/Zef/Service/Shell/DistributionBuilder.pm6-16-        my $cmd = "exit((require ::(q|$dist-builder-compat|)).new("
perl6-zef-0.9.1/lib/Zef/Service/Shell/DistributionBuilder.pm6:17:                ~ ':meta(EVAL($*IN.slurp(:close)))'
perl6-zef-0.9.1/lib/Zef/Service/Shell/DistributionBuilder.pm6-18-                ~ ").build(q|$dist.path()|)"