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

Search results for "YAML::Base"

YAML::Perl::Base - Base Class of all YAML Components River stage zero No dependents

The YAML toolset is made up of a bunch of modules that are object oriented. All these modules inherit from YAML::Perl::Base, directly or eventually. YAML::Perl::Base provides the "field" accessor generator to all its subclasses. It also provides XXX ...

INGY/YAML-Perl-0.02 - 09 Mar 2009 00:37:57 UTC - Search in distribution

YAML::Loader::Base - Base class for YAML Loader classes River stage four • 627 direct dependents • 2019 total dependents

YAML::Loader::Base is a base class for creating YAML loader classes....

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

YAML::Dumper::Base - Base class for YAML Dumper classes River stage three • 5 direct dependents • 546 total dependents

YAML::Old::Dumper::Base is a base class for creating YAML dumper classes....

INGY/YAML-Old-1.23 - 11 May 2017 14:03:25 UTC - Search in distribution

lib/YAML/Full/Base.pm River stage zero No dependents

INGY/YAML-Full-0.0.1 - 30 May 2014 21:18:09 UTC - Search in distribution

Data::Throttler - Limit data throughput River stage one • 5 direct dependents • 6 total dependents

"Data::Throttler" helps solving throttling tasks like "allow a single IP only to send 100 emails per hour". It provides an optionally persistent data store to keep track of what happened before and offers a simple yes/no interface to an application, ...

MSCHILLI/Data-Throttler-0.08 - 28 Jun 2015 22:17:29 UTC - Search in distribution

Module::Install::TestBase - Module::Install Support for YAML::Tests River stage zero No dependents

By adding the single line: use_yaml_tests; to your "Module::Install" based "Makefile.PL", when you then run the command: perl Makefile.PL the YAML::Tests test files will be copied into your module's "t/" directory....

INGY/YAML-Tests-0.06 - 22 Jun 2007 01:07:42 UTC - Search in distribution

lib/YamlTime.pm River stage one • 2 direct dependents • 2 total dependents

INGY/YamlTime-0.19 - 23 Feb 2015 14:50:09 UTC - Search in distribution

YAMLScript - Programming in YAML River stage zero No dependents

YAMLScript is a programming language that uses YAML as a base syntax. It feels like a *YAML encoded Lisp*, but with fewer parentheses. In fact, YAMLScript *is* a Lisp. It's a YAML-based specialized syntax reader for the Clojure programming language. ...

INGY/YAMLScript-Lingy-0.2.1 - 29 Dec 2023 18:00:56 UTC - Search in distribution

Test::YAML - Testing Module for YAML Implementations River stage four • 2 direct dependents • 2518 total dependents

Test::YAML is a subclass of Test::Base with YAML specific support....

TINITA/Test-YAML-1.07 - 16 Jun 2018 14:10:02 UTC - Search in distribution

NG - Newbie::Gift or Next::Generation?? hoho~ River stage zero No dependents

Newbie::Gift is a repo lanched by Achilles Xu. He wants to write a sub-language which exports useful keywords as many as possible, has a simple Object-oriented syntax as php4 or java-0.1, and uses callback replace return values as nodejs. Idea comes ...

CHENRYN/NG-0.001 - 18 Apr 2013 11:54:54 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

JSON - JSON (JavaScript Object Notation) encoder/decoder River stage four • 1544 direct dependents • 3401 total dependents

This module is a thin wrapper for JSON::XS-compatible modules with a few additional features. All the backend modules convert a Perl data structure to a JSON text and vice versa. This module uses JSON::XS by default, and when JSON::XS is not availabl...

ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC - Search in distribution

pft River stage zero No dependents

The pft-edit(1) command allows to conveniently edit a text entry in a *PFT* site. It takes care of creating a header for the new entries, to position files correctly within your *PFT* filesystem tree, and to maintain the filesystem location consisten...

DACAV/App-PFT-v1.4.1 - 25 Jul 2019 20:39:05 UTC - Search in distribution

nrun - run a single command or script on a multiple of target servers synchronously. River stage zero No dependents

nrun will run a single command or script on a multiple of target servers synchronously. the underlying remote access mechanism is exchangeable. as of now, ssh, nsh, rsh and local execution modes are implemented....

TBENK/App-nrun-v1.1.2 - 18 Jul 2013 16:29:10 UTC - Search in distribution
  • ncopy - copy a file or directory to multiple target servers.

CHI - Unified cache handling interface River stage three • 97 direct dependents • 204 total dependents

CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time. The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will...

ASB/CHI-0.61 - 13 Oct 2021 14:56:11 UTC - Search in distribution

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

Egg - MVC Framework. River stage two • 17 direct dependents • 17 total dependents

Egg is WEB application framework with the control facilit of Model/View/Controller. The specification changed with v2.x system and a former version. Therefore, interchangeability is not secured....

LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution

cpanm - get, unpack build and install modules from CPAN River stage two • 42 direct dependents • 52 total dependents

MIYAGAWA/App-cpanminus-1.7047 - 30 Jul 2023 06:01:02 UTC - Search in distribution
  • cpanm - get, unpack build and install modules from CPAN

pip - The Perl Installation Program, for scripted and third-party distribution installation. River stage zero No dependents

The pip ("Perl Installation Program") console application is used to install Perl distributions in a wide variety of formats, both from CPAN and from external third-party locations, while supporting module dependencies that go across the boundary fro...

ADAMK/pip-1.19 - 29 Nov 2010 08:15:51 UTC - Search in distribution

gbs - group argument LIST or STDIN by similarity and print to STDOUT River stage zero No dependents

Takes stdin or a list of arguments. This is the LIST. We group by similarity. Having same list element multiple times is ignored. Elements are printed in groups separated by two carriage returns. Optionally, we output YAML....

LEOCHARRE/String-Similarity-Group-1.16 - 20 Aug 2009 14:59:02 UTC - Search in distribution
372 results (0.123 seconds)