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

Search results for "module:YAML::Any"

Config::Any::YAML - Load YAML config files River stage three • 97 direct dependents • 830 total dependents

Loads YAML files. Example: --- name: TestApp Controller::Foo: foo: bar Model::Baz: qux: xyzzy...

HAARG/Config-Any-0.33 - 03 May 2023 15:24:49 UTC

PERLANCAR::YAML::Any - Pick a YAML implementation and use it River stage one • 1 direct dependent • 1 total dependent

This is like YAML::Any (or YAML) except that it tries the next implementation when an implementation dies....

PERLANCAR/PERLANCAR-YAML-Any-0.001 - 28 Feb 2019 12:58:41 UTC

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

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

AnyEvent::RPC::Enc::YAML - YAML Encoder for AE::RPC River stage zero No dependents

Uses YAML::Syck in unicode mode for encoding requests end decode response...

MONS/AnyEvent-RPC-0.05 - 16 Jul 2010 00:09:33 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

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

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

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

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

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

MooseX::YAML - DWIM loading of Moose objects from YAML River stage two • 1 direct dependent • 25 total dependents

This 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

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
124 results (0.066 seconds)