The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:YAML::Syck"

YAML::Syck - Fast, lightweight YAML loader and dumper River stage three • 185 direct dependents • 729 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::Parser::Syck - Perl Wrapper for the YAML Parser Extension: libsyck River stage zero No dependents

libsyck is a *gift* from a gifted Stiff named 'Why'. YAML::Parser::Syck is an XS module that binds libsyck to Perl....

INGY/YAML-Parser-Syck-0.01 - 01 Oct 2003 21:51:49 UTC

Data::Serializer::YAML::Syck - Creates bridge between Data::Serializer and YAML::Syck River stage two • 41 direct dependents • 88 total dependents

Module is used internally to Data::Serializer serialize - Wrapper to normalize serializer method name deserialize - Wrapper to normalize deserializer method name...

NEELY/Data-Serializer-0.65 - 01 Feb 2020 16:51:08 UTC

lib/YAML/Loader/Syck.pm River stage three • 185 direct dependents • 729 total dependents

TODDR/YAML-Syck-1.34 - 26 Oct 2020 20:20:42 UTC

lib/YAML/Dumper/Syck.pm River stage three • 185 direct dependents • 729 total dependents

TODDR/YAML-Syck-1.34 - 26 Oct 2020 20:20:42 UTC

App::CLI::Plugin::Config::YAML::Syck - for App::CLI::Extension config plugin module River stage zero No dependents

App::CLI::Extension YAML::Syck Configuration plugin module The priority of the config file (name of the execute file in the case of *myapp*) 1. /etc/myapp.yml 2. /usr/local/etc/myapp.yaml 3. $HOME/.myapp.yml 4. $APPCLI_CONFIGFILE(environ variable. if...

HOLLY/App-CLI-Plugin-Config-YAML-Syck-1.2 - 04 Jan 2010 14:56:22 UTC

lib/YAML/SyckWrapper.pm River stage one • 1 direct dependent • 2 total dependents

VSESPB/YAML-SyckWrapper-0.001 - 26 Oct 2017 14:27:41 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

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::Tiny - Read/Write YAML files with as little code as possible River stage four • 120 direct dependents • 1085 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::PP - YAML 1.2 processor River stage three • 48 direct dependents • 189 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

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

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

Process::YAML - The Process::Serializable role implemented by YAML River stage one • 1 direct dependent • 2 total dependents

"Process::YAML" provides an implementation of the Process::Serializable role using the YAML::Syck module from CPAN. It is not itself a subclass of Process so you will need to inherit from both. Objects that inherit from "Process::YAML" must follow th...

SMUELLER/Process-YAML-0.04 - 30 Aug 2006 11:27:31 UTC

Config::YAMLMacros::YAML - small wrapper for YAML::Syck to improve error reporting River stage one • 2 direct dependents • 2 total dependents

Error reporting from the various YAML modules is worse than lousy. This module is a light-weight wrapper for YAML::Syck that tries to provide a bit of context for reported errors....

MUIR/Config-Checker-0.42 - 28 Jun 2010 21:54:00 UTC

YAML::AppConfig - Manage configuration files with YAML and variable references. River stage one • 3 direct dependents • 3 total dependents

YAML::AppConfig extends the work done in Config::YAML and YAML::ConfigFile to allow more flexible configuration files. Your configuration is stored in YAML and then parsed and presented to you via YAML::AppConfig. Settings can be referenced using "ge...

XAERXESS/YAML-AppConfig-0.19 - 14 Mar 2014 08:25:16 UTC

EVDB::API::YAML - Use the YAML flavor of the Eventful API River stage one • 1 direct dependent • 1 total dependent

Parses YAML from the Eventful API....

RADCLIFF/EVDB-API-0.99 - 01 Sep 2006 19:05:45 UTC

YAML::As::Parsed - Read/Write YAML predictably River stage one • 2 direct dependents • 2 total dependents

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

Shell::Perl::Dumper - Dumpers for Shell::Perl River stage one • 1 direct dependent • 2 total dependents

In "pirl", the result of the evaluation is transformed into a string to be printed. As this result may be a pretty complex data structure, the shell provides a hook for you to pretty-print these answers just the way you want. By default, "pirl" will ...

FERREIRA/Shell-Perl-0.004 - 03 May 2017 00:31:20 UTC
39 results (0.03 seconds)