Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jan 24, 2025
1 parent 915621e commit 74f4a46
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions lib/YAML/PP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1029,18 +1029,26 @@ Serializing Perl objects and types
Serializing binary data
=item L<YAML::PP::Schema::Tie::IxHash>
Deprecated. See option C<preserve>
=item L<YAML::PP::Schema::Merge>
YAML 1.1 merge keys for mappings
=item L<YAML::PP::Schema::Catchall>
Adding this allows (and ignores) all unknown tags, like
key: !something value
By default they will result in an error.
=item L<YAML::PP::Schema::Include>
Include other YAML files via C<!include> tags
=item L<YAML::PP::Schema::Tie::IxHash>
Deprecated. See option C<preserve>
=back
To make the parsing process faster, you can plugin the libyaml parser
Expand Down

0 comments on commit 74f4a46

Please sign in to comment.