From d8ea6dd3968a42ceadc12c7493a86441d6ae79b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Wed, 27 Dec 2023 06:53:34 -0800 Subject: [PATCH] Add "See Also" section recommending YAML::PP --- doc/YAML.swim | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/YAML.swim b/doc/YAML.swim index 4ccbb32..c8b6d8c 100644 --- a/doc/YAML.swim +++ b/doc/YAML.swim @@ -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. <<>>