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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution
  • LCS - Longest Common Subsequence

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

CGI::Tiny - Common Gateway Interface, with no frills River stage zero No dependents

CGI::Tiny provides a modern interface to write CGI <https://en.wikipedia.org/wiki/Common_Gateway_Interface> scripts to dynamically respond to HTTP requests as defined in RFC 3875 <https://tools.ietf.org/html/rfc3875>. It is intended to be: * Minimal ...

DBOOK/CGI-Tiny-1.002 - 09 Jun 2021 04:34:49 UTC - Search in distribution

FSM::Tiny - tiny implementation of finite state machine River stage zero No dependents

This module is tiny implementation of finite state machine. this provides more simpler interface and code than any cpan's FSM::* modules. ATTRIBUTES "current" define current state name for this machine. "rules" same as register function. "context" th...

TAIYOH/FSM-Tiny-0.03 - 22 Apr 2013 07:21:45 UTC - Search in distribution

PDF::Tiny - Minimal Lightweight PDF Library River stage zero No dependents

This is a very lightweight (and limited) PDF parser. If you need to do some simple PDF processing on a web server with limited RAM and CPU, and if slurping the entire file into memory is not an option, this module may well be for you, at the cost of ...

SPROUT/PDF-Tiny-0.09 - 16 Jul 2017 18:14:20 UTC - Search in distribution

lib::tiny - use lib, without having to use memory by loading Config River stage one • 1 direct dependent • 1 total dependent

This module simply adds and removes the given (existant on add) paths as-is to/from @INC in the same manner as lib but in a '::Tiny' manner. The idea is this: lib.pm has to load the entire %Config and only uses 3 small variables from it. As far as I ...

DMUEY/lib-tiny-0.7 - 31 Mar 2012 00:01:54 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

HTTP::Tiny - A small, simple, correct HTTP/1.1 client River stage four • 404 direct dependents • 3271 total dependents

This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies and redirection. It also correctly resu...

DAGOLDEN/HTTP-Tiny-0.088 - 11 Jul 2023 12:54:02 UTC - Search in distribution
2,107 results (0.149 seconds)