===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libparse-method-signatures-perl-1.003019/t/signatures.t-57-                                'complex with constraint'],
libparse-method-signatures-perl-1.003019/t/signatures.t:58:    [q#(SomeClass $thing where { $_->can('stuff') }: Str $bar = "apan", Int :$baz = 42 where { $_ % 2 == 0 } where { $_ > 10 })#,
libparse-method-signatures-perl-1.003019/t/signatures.t-59-                                'complex invocant, defaults and constraints'],
##############################################
libparse-method-signatures-perl-1.003019/t/struct.t-239-Str  $bar  = "apan"
libparse-method-signatures-perl-1.003019/t/struct.t:240:Int :$baz! = 42 where { $_ % 2 == 0 } where { $_ > 10 })#),
libparse-method-signatures-perl-1.003019/t/struct.t-241-  { params => [
##############################################
libparse-method-signatures-perl-1.003019/inc/Module/Install/Makefile.pm-45-sub makemaker {
libparse-method-signatures-perl-1.003019/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libparse-method-signatures-perl-1.003019/inc/Module/Install/Makefile.pm-47-}
##############################################
libparse-method-signatures-perl-1.003019/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libparse-method-signatures-perl-1.003019/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libparse-method-signatures-perl-1.003019/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};