The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:YAML"

lib/YAML.pm River stage four • 627 direct dependents • 2019 total dependents

INGY/YAML-1.31 - 27 Dec 2023 15:11:23 UTC

IO::YAML - read and write YAML streams incrementally River stage zero No dependents

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 UTC

Tie::YAML - Stores your object when untied via YAML River stage one • 2 direct dependents • 2 total dependents

Tie::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 UTC

RDF::YAML - RDF YAML parser and dumper River stage zero No dependents

This 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 UTC

YAML::DBH - instant database connection from config file on disk River stage one • 1 direct dependent • 1 total dependent

Point 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 UTC

YAML::Tiny - Read/Write YAML files with as little code as possible River stage four • 117 direct dependents • 1063 total dependents

YAML::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.74 - 23 Mar 2023 03:20:43 UTC

YAML::Safe - Safe Perl YAML Serialization using XS and libyaml River stage zero No dependents

This module is a re-factoring 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 replace...

RURBAN/YAML-Safe-0.82 - 03 Feb 2023 14:27:59 UTC

Data::YAML - Easy YAML serialisation of Perl data structures River stage one • 3 direct dependents • 4 total dependents

In 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 UTC

YAML::Tidy - Tidy YAML files River stage zero No dependents

yamltidy is a linter or rather a formatter for YAML files. It can adjust formatting without removing comments or blank lines. For examples see <https://perlpunk.github.io/yamltidy> The code can be found at <https://github.com/perlpunk/yamltidy>....

TINITA/YAML-Tidy-v0.10.0 - 01 Feb 2024 14:36:26 UTC

YAML::Hobo - Poor man's YAML River stage zero No dependents

YAML::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 UTC

YAML::Syck - Fast, lightweight YAML loader and dumper River stage three • 187 direct dependents • 771 total dependents

This 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.34 - 26 Oct 2020 20:20:42 UTC

YAML::MLDBM - Use tied hash db-s with Python and Ruby River stage zero No dependents

This 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 UTC

Jifty::YAML - Wrapper around YAML River stage two • 33 direct dependents • 33 total dependents

Provides 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 UTC

Venus::Yaml - Yaml Class River stage two • 3 direct dependents • 56 total dependents

This package provides methods for reading and writing YAML <https://yaml.org> data. Note: This package requires that a suitable YAML library is installed, currently either "YAML::XS" "0.67+", "YAML::PP::LibYAML" "0.004+", or "YAML::PP" "0.23+". You c...

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC

YAML::Logic - Simple boolean logic in YAML River stage zero No dependents

YAML::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 UTC

YAML::Tests - Common Test Suite for Perl YAML Implementations River stage zero No dependents

YAML-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 UTC

Config::YAML - Simple configuration automation River stage one • 5 direct dependents • 5 total dependents

MDXI/Config-YAML-1.42 - 25 Sep 2005 17:00:24 UTC

YAML::Manual - Documentation for YAML within Perl River stage zero No dependents

Using 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 UTC

MouseX::YAML - DWIM loading of Mouse objects from YAML River stage zero No dependents

This 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 UTC

Mirror::YAML - Mirror Configuration and Auto-Discovery River stage one • 1 direct dependent • 1 total dependent

A "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 UTC
363 results (0.032 seconds)