===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libsub-infix-perl-0.004/Makefile.PL-3-
libsub-infix-perl-0.004/Makefile.PL:4:my $EUMM = eval( $ExtUtils::MakeMaker::VERSION );
libsub-infix-perl-0.004/Makefile.PL-5-
##############################################
libsub-infix-perl-0.004/README-43-
libsub-infix-perl-0.004/README:44:    The overloaded `$obj | 3` operation stashes 3 inside $obj noting that the
libsub-infix-perl-0.004/README-45-    number is the right operand, and returns $obj.
libsub-infix-perl-0.004/README-46-
libsub-infix-perl-0.004/README:47:    Then `2 | $obj` is evaluated, stashing 2 inside $obj as the left operand.
libsub-infix-perl-0.004/README-48-    At this point, the object notices that it has both operands, and calls the