logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Carp::Datum::Assert - Assertion expression extractor

Authors

       Christophe Dehaudt and Raphael Manfredi are the original authors.

       Send bug reports, hints, tips, suggestions to Dave Hoover at <squirrel@cpan.org>.

Description

       This module is used internally by "Carp::Datum" to extract the expression text of a failed assertion,
       directly from the file.

       This extraction is done lexically, and the general guidelines, which are documented in
       Carp::Datum::Strip, apply here too.

Name

       Carp::Datum::Assert - Assertion expression extractor

See Also

Carp::Datum(3), Carp::Datum::Strip(3).

perl v5.34.0                                       2022-06-30                                 Datum::Assert(3pm)

Synopsis

        # Not meant to be used by user code

See Also