Skip to content

Commit 5219a8d

Browse files
committed
docs
1 parent 73288d6 commit 5219a8d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

lib/YAML/PP.pm

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,18 +1029,26 @@ Serializing Perl objects and types
10291029
10301030
Serializing binary data
10311031
1032-
=item L<YAML::PP::Schema::Tie::IxHash>
1033-
1034-
Deprecated. See option C<preserve>
1035-
10361032
=item L<YAML::PP::Schema::Merge>
10371033
10381034
YAML 1.1 merge keys for mappings
10391035
1036+
=item L<YAML::PP::Schema::Catchall>
1037+
1038+
Adding this allows (and ignores) all unknown tags, like
1039+
1040+
key: !something value
1041+
1042+
By default they will result in an error.
1043+
10401044
=item L<YAML::PP::Schema::Include>
10411045
10421046
Include other YAML files via C<!include> tags
10431047
1048+
=item L<YAML::PP::Schema::Tie::IxHash>
1049+
1050+
Deprecated. See option C<preserve>
1051+
10441052
=back
10451053
10461054
To make the parsing process faster, you can plugin the libyaml parser

0 commit comments

Comments
 (0)