1Text::Xslate::Type::RawU(s3e)r Contributed Perl DocumentaTteixotn::Xslate::Type::Raw(3)
2
3
4

NAME

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

DESCRIPTION

9       This class represents raw strings so that Xslate does not escape them.
10
11       Note that you cannot extend this class.
12

METHODS

14   new
15       create a new instance
16
17   as_string
18       this method is overload to string.
19
20           print Text::Xslate::Type::Raw->new('raw_string')->as_string
21           print Text::Xslate::Type::Raw->new('raw_string') # the same, because of overload
22
23
24
25perl v5.30.1                      2019-11-26        Text::Xslate::Type::Raw(3)
Impressum