Skip to content

Commit

Permalink
Add "See Also" section recommending YAML::PP
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 27, 2023
1 parent 1e80dbf commit d8ea6dd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/YAML.swim
Original file line number Diff line number Diff line change
Expand Up @@ -682,13 +682,17 @@ YAML.pm is still fairly useful. Things will get much better in the future.

= Resources

[http://lists.sourceforge.net/lists/listinfo/yaml-core] is the mailing list.
This is where the language is discussed and designed.

[http://www.yaml.org] is the official YAML website.

[http://www.yaml.org/spec/] is the YAML 1.2 specification.

[http://yaml.kwiki.org] is the official YAML wiki.

= See Also

* [YAML::PP] - This is almost certainly the YAML module you are looking for.
It is full-featured and well maintained.

* [YAML::PP::LibYAML] - Same overall API as YAML::PP but uses the libyaml
shared library for speed.

<<<cpan-tail +see>>>

0 comments on commit d8ea6dd

Please sign in to comment.