The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Text::Xslate::Type::Raw;
# the package is implemented intentionally in Text::Xslate
require Text::Xslate;
1
__END__

=head1 NAME

Text::Xslate::Type::Raw - The raw string representation

=head1 DESCRIPTION

This class represents raw strings so that Xslate does not escape them.

Note that you cannot extend this class.

=cut