|
NAMEYAML::PP::Schema::YAML1_1 - YAML 1.1 Schema for YAML::PPSYNOPSISuse YAML::PP; my $yp = YAML::PP->new( schema => ['YAML1_1'] ); my $yaml = <<'EOM'; --- booltrue: [ true, True, TRUE, y, Y, yes, Yes, YES, on, On, ON ] EOM my $data = $yp->load_string($yaml); DESCRIPTIONThis schema allows you to load the common YAML Types from YAML 1.1.METHODS
SEE ALSO
Visit the GSP FreeBSD Man Page Interface. |