YAML::PP::Schema::Failsafe(3) User Contributed Perl Documentation NAME YAML::PP::Schema::Failsafe - YAML 1.2 Failsafe Schema SYNOPSIS my $yp = YAML::PP->new( schema => ['Failsafe'] ); DESCRIPTION With this schema, everything will be treated as a string. There are no booleans, integers, floats or undefined values. Here you can see all Schemas and examples implemented by YAML::PP: Official Schema: METHODS register Called by YAML::PP::Schema perl v5.38.2 2024-02-14 YAML::PP::Schema::Failsafe(3)