===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmethod-signatures-perl-20170211/Changes-43-    New Features
libmethod-signatures-perl-20170211/Changes:44:    * Can now specify an alternate name for invocant (besides `$self`)
libmethod-signatures-perl-20170211/Changes-45-      [github #82] (thanks Hercynium)
##############################################
libmethod-signatures-perl-20170211/lib/Method/Signatures.pm-158-
libmethod-signatures-perl-20170211/lib/Method/Signatures.pm:159:          Int|Str  \:$param!  where $SM_EXPR  is ro  = $AS_EXPR  when $SM_EXPR
libmethod-signatures-perl-20170211/lib/Method/Signatures.pm-160-          \_____/  ^^\____/^  \____________/  \___/  \________/  \___________/
##############################################
libmethod-signatures-perl-20170211/lib/Method/Signatures.pm-436-
libmethod-signatures-perl-20170211/lib/Method/Signatures.pm:437:    method set_rating($rating where { $_ >= 0 } where { $_ <= 100 } ) {
libmethod-signatures-perl-20170211/lib/Method/Signatures.pm-438-        ...
##############################################
libmethod-signatures-perl-20170211/lib/Method/Signatures/Parameter.pm-263-          if $] < 5.010;
libmethod-signatures-perl-20170211/lib/Method/Signatures/Parameter.pm:264:        push @{$self->where}, $self->_extract_until(qr{^ (?: where | is | = | //= ) $}x, $tokens);
libmethod-signatures-perl-20170211/lib/Method/Signatures/Parameter.pm-265-    }