The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Devel::Datum::Assert - Assertion expression extractor

SYNOPSIS

# Not meant to be used by user code

DESCRIPTION

This module is used internally by Devel::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 Devel::Datum::Strip, apply here too.

AUTHORS

Christophe Dehaudt <christophe@dehaudt.org> and Raphael Manfredi <Raphael_Manfredi@pobox.com>.

SEE ALSO

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