File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -1029,18 +1029,26 @@ Serializing Perl objects and types
1029
1029
1030
1030
Serializing binary data
1031
1031
1032
- =item L<YAML::PP::Schema::Tie::IxHash>
1033
-
1034
- Deprecated. See option C<preserve >
1035
-
1036
1032
=item L<YAML::PP::Schema::Merge>
1037
1033
1038
1034
YAML 1.1 merge keys for mappings
1039
1035
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
+
1040
1044
=item L<YAML::PP::Schema::Include>
1041
1045
1042
1046
Include other YAML files via C<!include > tags
1043
1047
1048
+ =item L<YAML::PP::Schema::Tie::IxHash>
1049
+
1050
+ Deprecated. See option C<preserve >
1051
+
1044
1052
=back
1045
1053
1046
1054
To make the parsing process faster, you can plugin the libyaml parser
You can’t perform that action at this time.
0 commit comments