logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

YAML::PP::Schema::Failsafe - YAML 1.2 Failsafe Schema

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:
       <https://perlpunk.github.io/YAML-PP-p5/schemas.html>

       Official Schema: <https://yaml.org/spec/1.2/spec.html#id2802346>

Methods

       register
           Called by YAML::PP::Schema

perl v5.40.0                                       2025-02-15                    YAML::PP::Schema::Failsafe(3pm)

Name

       YAML::PP::Schema::Failsafe - YAML 1.2 Failsafe Schema

Synopsis

           my $yp = YAML::PP->new( schema => ['Failsafe'] );

See Also