=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libcarp-assert-more-perl-1.24/README.md-86- libcarp-assert-more-perl-1.24/README.md:87:Asserts that `$n` looks like a number, according to `Scalar::Util::looks_like_number`. libcarp-assert-more-perl-1.24/README.md-88- ############################################## libcarp-assert-more-perl-1.24/README.md-179- libcarp-assert-more-perl-1.24/README.md:180:Assert that the blessed `$obj` isa one of the types in `\@types`. libcarp-assert-more-perl-1.24/README.md-181- ############################################## libcarp-assert-more-perl-1.24/README.md-251- libcarp-assert-more-perl-1.24/README.md:252:Verifies that `$array` is an arrayref, and that every element is a hashref. libcarp-assert-more-perl-1.24/README.md-253- libcarp-assert-more-perl-1.24/README.md:254:The array `$array` can be an empty arraref and the assertion will pass. libcarp-assert-more-perl-1.24/README.md-255- ############################################## libcarp-assert-more-perl-1.24/README.md-263- libcarp-assert-more-perl-1.24/README.md:264:Asserts that `$date` is a DateTime object. libcarp-assert-more-perl-1.24/README.md-265- ############################################## libcarp-assert-more-perl-1.24/README.md-309- libcarp-assert-more-perl-1.24/README.md:310:Assertion that always fails. `assert_fail($msg)` is exactly the same libcarp-assert-more-perl-1.24/README.md:311:as calling `assert(0,$msg)`, but it eliminates that case where you libcarp-assert-more-perl-1.24/README.md:312:accidentally use `assert($msg)`, which of course never fires. libcarp-assert-more-perl-1.24/README.md-313-