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

Search results for "module:Tiny"

Try::Tiny::Tiny - slim Try::Tiny down as far as reasonably possible River stage zero No dependents

This module slims down Try::Tiny as much as possible, currently by preventing Try::Tiny from giving somewhat more human-friendly names to the code references it is passed. This is done by blocking Try::Tiny from finding any of the utility modules it ...

ARISTOTLE/Try-Tiny-Tiny-0.005 - 04 Sep 2022 15:36:28 UTC

X::Tiny - Base class for a bare-bones exception factory River stage two • 14 direct dependents • 14 total dependents

This stripped-down exception framework provides a baseline of functionality for distributions that want to expose exception hierarchies with minimal fuss. It’s a pattern that I implemented in some other distributions I created and didn’t want to copy...

FELIPE/X-Tiny-0.22 - 10 Aug 2022 18:13:23 UTC

Mu::Tiny - NAE KING! NAE QUIN! NAE CAPTAIN! WE WILLNAE BE FOOLED AGAIN! River stage two • 1 direct dependent • 14 total dependents

This is the aaaabsoluuuute baaaaare minimumimumimum subset o' Mu, for those o' ye who value yer independence over yer sanity. It doesnae trouble wi' anythin' but the read-onlies, for tis a terrible thing to make a feegle try t' write....

MSTROUT/Mu-Tiny-0.000002 - 25 May 2020 23:11:42 UTC

DOM::Tiny - This is an empty subclass, you wanted Mojo::DOM58 River stage one • 2 direct dependents • 5 total dependents

MSTROUT/DOM-Tiny-0.005 - 01 Aug 2016 16:12:04 UTC

Log::Tiny - Log data with as little code as possible River stage one • 2 direct dependents • 2 total dependents

JMADLER/Log-Tiny-1.1 - 04 Jan 2022 23:48:26 UTC

LCS::Tiny - Tiny implementation of the Longest Common Subsequence (LCS) Algorithm River stage one • 3 direct dependents • 4 total dependents

CONSTRUCTOR new() Creates a new object which maintains internal storage areas for the LCS computation. Use one of these per concurrent LCS() call. METHODS LCS(\@a,\@b) Finds a Longest Common Subsequence, taking two arrayrefs as method arguments. It r...

WOLLMERS/LCS-0.11 - 25 Nov 2016 07:51:42 UTC

XML::Tiny - simple lightweight parser for a subset of XML River stage two • 7 direct dependents • 15 total dependents

XML::Tiny is a simple lightweight parser for a subset of XML...

DCANTRELL/XML-Tiny-2.07 - 17 Aug 2017 21:00:50 UTC

SQL::Tiny - A very simple SQL-building library River stage zero No dependents

PETDANCE/SQL-Tiny-0.04 - 07 Apr 2019 03:35:52 UTC

HAL::Tiny - Hypertext Application Language Encoder River stage zero No dependents

HAL::Tiny is a minimum implementation of Hypertext Application Language(HAL)....

ADDSICT/HAL-Tiny-0.03 - 29 May 2015 09:13:04 UTC

Set::Tiny - Simple sets of strings River stage two • 10 direct dependents • 13 total dependents

Set::Tiny is a thin wrapper around regular Perl hashes to perform often needed set operations, such as testing two sets of strings for equality, or checking whether one is contained within the other. For a more complete implementation of mathematical...

TRENDELS/Set-Tiny-0.04 - 04 Mar 2016 17:10:37 UTC

CSS::Tiny - Read/Write .css files with as little code as possible River stage two • 7 direct dependents • 31 total dependents

"CSS::Tiny" is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory overhead. CSS.pm requires about 2.6 meg or ram to load, which is a large amount of overhead if you only want to do trivial t...

CHORNY/CSS-Tiny-1.20 - 10 Mar 2016 19:09:37 UTC

Try::Tiny - Minimal try/catch with proper preservation of $@ River stage five • 1160 direct dependents • 16205 total dependents

This module provides bare bones "try"/"catch"/"finally" statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch which provides a nice syntax and avoids adding another call stack layer, and ...

ETHER/Try-Tiny-0.31 - 23 Nov 2021 20:30:31 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

Date::Tiny - A date object, with as little code as possible River stage one • 1 direct dependent • 1 total dependent

Date::Tiny is a member of the DateTime::Tiny suite of time modules. It implements an extremely lightweight object that represents a date, without any time data. The Tiny Mandate Many CPAN modules which provide the best implementation of a concept can...

DAGOLDEN/Date-Tiny-1.07 - 23 Jun 2016 13:44:17 UTC

Type::Tiny - tiny, yet Moo(se)-compatible type constraint River stage four • 906 direct dependents • 2558 total dependents

This documents the internals of the Type::Tiny class. Type::Tiny::Manual is a better starting place if you're new. Type::Tiny is a small class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse. use Scalar:...

TOBYINK/Type-Tiny-2.004000 - 05 Apr 2023 09:28:11 UTC

Form::Tiny - Input validator centered around Type::Tiny River stage one • 1 direct dependent • 1 total dependent

Form::Tiny is a customizable hashref validator with form building Domain-Specific Language (DSL)....

BRTASTIC/Form-Tiny-2.24 - 26 Mar 2024 17:48:53 UTC

Task::Tiny - install a lightweight development environment River stage zero No dependents

Task::Tiny may be used to install a selection of tiny Pel extensions from the CPAN. Utilities General utilities. * Exporter::Tiny * Try::Tiny * Config::Tiny Objects Framework for OO programming. * Class::Tiny * Class::Tiny::Antlers * Role::Tiny * Cla...

TOBYINK/Task-Tiny-0.002 - 12 Nov 2013 10:57:03 UTC

Time::Tiny - A time object, with as little code as possible River stage zero No dependents

Time::Tiny is a member of the DateTime::Tiny suite of time modules. It implements an extremely lightweight object that represents a time, without any time data. The Tiny Mandate Many CPAN modules which provide the best implementation of a concept can...

DAGOLDEN/Time-Tiny-1.08 - 22 Apr 2018 08:51:15 UTC

RBAC::Tiny - Tiny Role-Based Access Control (RBAC) implementation River stage zero No dependents

This module implements a tiny simple implementation of Role-Based Access Control, allowing you to specify roles and what each can do. Each role has three optional parameters: * all_from Will gather all the permissions from a list of roles. * can Add ...

XSAWYERX/RBAC-Tiny-0.003 - 29 Dec 2015 09:46:04 UTC

HTML::Tiny - Lightweight, dependency free HTML/XML generation River stage two • 14 direct dependents • 32 total dependents

"HTML::Tiny" is a simple, dependency free module for generating HTML (and XML). It concentrates on generating syntactically correct XHTML using a simple Perl notation. In addition to the HTML generation functions utility functions are provided to * e...

ARISTOTLE/HTML-Tiny-1.08 - 07 Sep 2022 12:21:51 UTC
350 results (0.03 seconds)