=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libperlx-maybe-perl-1.201/Makefile.PL-3- libperlx-maybe-perl-1.201/Makefile.PL:4:my $EUMM = eval( $ExtUtils::MakeMaker::VERSION ); libperlx-maybe-perl-1.201/Makefile.PL-5- ############################################## libperlx-maybe-perl-1.201/README-58- Functions libperlx-maybe-perl-1.201/README:59: `maybe $x => $y, @rest` libperlx-maybe-perl-1.201/README-60- This function checks that $x and $y are both defined. If they are, it ############################################## libperlx-maybe-perl-1.201/README-78- libperlx-maybe-perl-1.201/README:79: `provided $condition, $x => $y, @rest` libperlx-maybe-perl-1.201/README-80- Like `maybe` but allows you to use a custom condition expression: ############################################## libperlx-maybe-perl-1.201/README-91- libperlx-maybe-perl-1.201/README:92: `provided_deref $condition, $r, @rest` libperlx-maybe-perl-1.201/README-93- Like `provided` but dereferences the second argument into list ############################################## libperlx-maybe-perl-1.201/README-117- libperlx-maybe-perl-1.201/README:118: `provided_deref_with_maybe $condition, $r, @rest` libperlx-maybe-perl-1.201/README-119- Like `provide_deref` but will perform `maybe` on each key-value pair