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