1YAML::PP::Schema::YAML1U_s1e(r3)Contributed Perl DocumenYtAaMtLi:o:nPP::Schema::YAML1_1(3)
2
3
4
6 YAML::PP::Schema::YAML1_1 - YAML 1.1 Schema for YAML::PP
7
9 use YAML::PP;
10
11 my $yp = YAML::PP->new( schema => ['YAML1_1'] );
12 my $yaml = <<'EOM';
13 ---
14 booltrue: [ true, True, TRUE, y, Y, yes, Yes, YES, on, On, ON ]
15 EOM
16 my $data = $yp->load_string($yaml);
17
19 This schema allows you to load the common YAML Types from YAML 1.1.
20
22 register
23 Called by YAML::PP::Schema
24
26 <https://yaml.org/type/null.html>
27 <https://yaml.org/type/float.html>
28 <https://yaml.org/type/int.html>
29 <https://yaml.org/type/bool.html>
30
31
32
33perl v5.32.1 2021-01-27 YAML::PP::Schema::YAML1_1(3)