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

Search results for "module:YAML::Tiny"

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::Tiny::Color - Dump YAML with color River stage two • 5 direct dependents • 12 total dependents

This module dumps your data structure as YAML with color using ANSI escape sequences. To change the colors, see %theme in source code....

SHARYANTO/YAML-Tiny-Color-0.04 - 30 Jun 2014 16:02:17 UTC

Config::YAML::Tiny - simple reading and writing of YAML-formatted configuration files using YAML::Tiny River stage one • 1 direct dependent • 1 total dependent

Config::YAML is a somewhat object-oriented wrapper around the YAML module which makes reading and writing configuration files simple. Handling multiple config files (e.g. system and per-user configuration, or a gallery app with per-directory configur...

TIMA/Config-YAML-Tiny-1.42.0 - 04 Dec 2010 20:27:37 UTC

YAML::Tiny::LikeJSON - Use YAML::Tiny like JSON River stage zero No dependents

YAML::Tiny::LikeJSON provides a way to encode/decode YAML (Tiny) in a way similar to how JSON.pm works. It will only deal with one YAML document at a time, so if you try to decode more than one document, it will ignore every document but the first (a...

ROKR/YAML-Tiny-LikeJSON-0.0011 - 30 May 2010 20:55:52 UTC

lib/YAML/Tiny/Stream.pm River stage zero No dependents

ADAMK/YAML-Tiny-Stream-0.01 - 12 Apr 2011 00:48:09 UTC

File::Serialize::Serializer::YAML::Tiny - YAML::Tiny serializer for File::Serialize River stage one • 1 direct dependent • 1 total dependent

extensions "yaml", "yml". precedence 100 module used YAML::Tiny supported options none...

YANICK/File-Serialize-1.5.1 - 22 Jun 2021 01:24:35 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

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

YAML::PP - YAML 1.2 processor River stage three • 37 direct dependents • 167 total dependents

YAML::PP is a modular YAML processor. It aims to support "YAML 1.2" and "YAML 1.1". See <https://yaml.org/>. Some (rare) syntax elements are not yet supported and documented below. YAML is a serialization language. The YAML input is called "YAML Stre...

TINITA/YAML-PP-v0.38.0 - 29 Jan 2024 23:29:38 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

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

Mirror::YAML - Mirror Configuration and Auto-Discovery River stage zero No dependents

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-YAML-0.03 - 11 Apr 2008 22:31:44 UTC

CPAN::Meta::YAML - Read and write a subset of YAML for CPAN Meta files River stage five • 17 direct dependents • 18947 total dependents

This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be used for any other general YAML parsing or generation task. NOTE: META.yml (and MYMETA.yml) fi...

DAGOLDEN/CPAN-Meta-YAML-0.018 - 11 Dec 2015 16:57:36 UTC

YAML::As::Parsed - Read/Write YAML predictably River stage one • 1 direct dependent • 1 total dependent

This is an port of the YAML::Tiny module, it has been extended to replace perl's traditional unordered hashes that can change per evaluation, with predictable ordered hashes. The rational behind this is needing to derive content from a YAML string or...

LNATION/YAML-As-Parsed-0.06 - 26 May 2022 16:16:49 UTC

Test::YAML::Valid - Test for valid YAML River stage one • 1 direct dependent • 4 total dependents

JROCKWAY/Test-YAML-Valid-0.04 - 09 Jan 2010 08:11:43 UTC

Module::Build::YAML - DEPRECATED River stage one • 2 direct dependents • 4 total dependents

This module was originally an inline copy of YAML::Tiny. It has been deprecated in favor of using CPAN::Meta::YAML directly. This module is kept as a subclass wrapper for compatibility....

LEONT/Module-Build-Deprecated-0.4210 - 19 Aug 2014 18:34:54 UTC

Data::YAML::Reader - Parse YAML created by Data::YAML::Writer River stage one • 3 direct dependents • 4 total dependents

In the spirit of YAML::Tiny this is a lightweight, dependency-free YAML reader. While "YAML::Tiny" is designed principally for working with configuration files "Data::YAML" concentrates on the transparent round-tripping of YAML serialized Perl data s...

ANDYA/Data-YAML-0.0.7 - 17 Apr 2015 14:00:03 UTC

Data::YAML::Writer - Easy YAML serialisation River stage one • 3 direct dependents • 4 total dependents

Encodes a scalar, hash reference or array reference as YAML. In the spirit of YAML::Tiny this is a lightweight, dependency-free YAML writer. While "YAML::Tiny" is designed principally for working with configuration files "Data::YAML" concentrates on ...

ANDYA/Data-YAML-0.0.7 - 17 Apr 2015 14:00:03 UTC
24 results (0.032 seconds)