IO::YAML may be used to read and write YAML streams one "document" (i.e., one value) at a time. A YAML stream is a file consisting of a sequence of YAML documents, each of which may (optionally) be terminated by a line consisting solely of three peri...
NKUITSE/IO-YAML-0.10 - 03 Mar 2017 14:26:28 UTCPoint and shoot method of getting a database handle with only a yaml configuration file as argument. This is meant for people learning perl who just want to get up and running. It's the simplest customizable way of getting a database handle with very...
LEOCHARRE/YAML-DBH-1.08 - 27 Aug 2009 19:13:28 UTCThis module is a RDF/YAML parser/dumper; it can parse RDF/YAML files or strings, provide results as triples, and dump triples back to RDF/YAML format. It is only a thin wrapper around RDF::Simple::Parser::YAML and RDF::Simple::Serialiser::YAML. Note ...
AUTRIJUS/RDF-YAML-0.11 - 22 Oct 2003 05:23:34 UTCTie::YAML stores tied variables when untied. Usually that happens when you variable is out of scope. You can of course explicitly untie the variable or "tied($variable)->save" but the whole idea is not to forget to save it. This module uses YAML as i...
DANKOGAI/Tie-SaveLater-0.05 - 05 Aug 2020 18:32:26 UTCIn the spirit of YAML::Tiny, Data::YAML::Reader and Data::YAML::Writer provide lightweight, dependency-free YAML handling. While "YAML::Tiny" is designed principally for working with configuration files "Data::YAML" concentrates on the transparent ro...
ANDYA/Data-YAML-0.0.7 - 17 Apr 2015 14:00:03 UTCThis module is a refactoring of YAML::XS, the old Perl XS binding to "libyaml" which offers Perl somewhat acceptable YAML support to date. YAML::XS never produced code which could be read from YAML, and thus was unsuitable to be used as YAML replacem...
RURBAN/YAML-Safe-0.80 - 24 Jun 2019 12:11:20 UTCYAML::Hobo is a module to read and write a limited subset of YAML. It does two things: reads YAML from a string – with "Dump" – and dumps YAML into a string – via "Load". Its only oddity is that, when dumping, it prefers double-quoted strings, as ill...
FERREIRA/YAML-Hobo-0.2.0 - 25 Apr 2018 18:20:55 UTCThis module provides a Perl interface to the libsyck data serialization library. It exports the "Dump" and "Load" functions for converting Perl data structures to YAML strings, and the other way around. NOTE: If you are working with other language's ...
TODDR/YAML-Syck-1.32 - 27 Jan 2020 22:19:52 UTCYAML::Tiny is a perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The ::Tiny f...
ETHER/YAML-Tiny-1.73 - 21 Feb 2018 21:10:56 UTCYAML::Logic allows users to define simple boolean logic in a configuration file, without permitting them to run arbitrary code. While Perl code can be controlled with the "Safe" module, "Safe" can't prevent the user from defining infinite loops, exha...
MSCHILLI/YAML-Logic-0.07 - 08 Dec 2016 03:08:58 UTCThis module is similar to MLDBM except that it stores data internally as YAML, instead of Data::Dumper or Storable. By doing this, you can create tied hash DBM databases that can be used seamlessly in Python or Ruby applications. That's because those...
INGY/YAML-MLDBM-0.10 - 02 Feb 2003 05:10:01 UTCProvides a wrapper around the YAML library. If the faster YAML::Syck is available, then it's used instead....
ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTCYAML-Tests defines a number of implementation independent tests that can be used to test various YAML modules. There are two ways to use YAML-Tests. If you are the author of a Perl YAML module, you can add the line: use_yaml_tests; to your "Makefile....
INGY/YAML-Tests-0.06 - 22 Jun 2007 01:07:42 UTCUsing YAML within Perl is a rich topic. This set of manuals will help you understand all the things you need to know to use YAML effectively in Perl and beyond....
INGY/YAML-Manual-0.10 - 02 Dec 2008 05:10:45 UTCA "mirror.yml" file is used to allow a repository client to reliably and robustly locate, identify, validate and age a repository. It contains a timestamp for when the repository was last updated, the URI for the master repository, and a list of all ...
ADAMK/Mirror-YAML-0.03 - 11 Apr 2008 22:31:44 UTCA "mirror.yml" file is used to allow a repository client to reliably and robustly locate, identify, validate and age a repository. It contains a timestamp for when the repository was last updated, the URI for the master repository, and a list of all ...
ADAMK/Mirror-URI-0.90 - 01 Jun 2009 18:32:02 UTCThis module provides DWIM loading of Mouse based objects from YAML documents. Any hashes blessed into a Mouse class will be replaced with a properly constructed instance (respecting "init_arg" and "BUILD")....
GFUJI/MouseX-YAML-0.001 - 18 Dec 2009 05:33:54 UTCThis module provides DWIM loading of Moose based objects from YAML documents. Any hashes blessed into a Moose class will be replaced with a properly constructed instance (respecting init args, "BUILDALL", and the meta instance type). This is similar ...
TINITA/MooseX-YAML-0.05 - 10 Feb 2020 20:47:37 UTC