1YAML::PP::Schema::FailsUasfeer(3C)ontributed Perl DocumeYnAtMaLt:i:oPnP::Schema::Failsafe(3)
2
3
4
6 YAML::PP::Schema::Failsafe - YAML 1.2 Failsafe Schema
7
9 my $yp = YAML::PP->new( schema => ['Failsafe'] );
10
12 With this schema, everything will be treated as a string. There are no
13 booleans, integers, floats or undefined values.
14
15 Here you can see all Schemas and examples implemented by YAML::PP:
16 <https://perlpunk.github.io/YAML-PP-p5/schemas.html>
17
18 Official Schema: <https://yaml.org/spec/1.2/spec.html#id2802346>
19
21 register
22 Called by YAML::PP::Schema
23
24
25
26perl v5.32.0 2020-09-11 YAML::PP::Schema::Failsafe(3)