Search results for "module:YAML::Tiny"
YAML::Tiny - Read/Write YAML files with as little code as possible
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
RT-Extension-IncrementPriority-0.01/inc/YAML/Tiny.pm
JRANDALL/RT-Extension-IncrementPriority-1.0.0
-
19 Mar 2015 00:48:18 UTC
YAML::Tiny::Color - Dump YAML with color
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
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
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
File::Serialize::Serializer::YAML::Tiny - YAML::Tiny serializer for File::Serialize
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
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
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
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
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-0.036 - 10 May 2023 15:12:32 UTC
YAML::Tests - Common Test Suite for Perl YAML Implementations
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
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
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
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
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
Module::Build::YAML - DEPRECATED
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
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
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