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

Search results for "RIBASUSHI"

Moo - Minimalist Object Orientation (with Moose compatibility) River stage four • 2117 direct dependents • 5269 total dependents

"Moo" is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. "Moo" contains a subset of Moose and is optimised for rapid st...

HAARG/Moo-2.005005 - 05 Jan 2023 20:56:38 UTC - Search in distribution

File::Temp - return name and handle of a temporary file safely River stage five • 2431 direct dependents • 32646 total dependents

"File::Temp" can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open filehand...

ETHER/File-Temp-0.2311 - 03 Oct 2020 04:04:55 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

HTTP::Daemon - A simple http server class River stage four • 50 direct dependents • 6249 total dependents

Instances of the "HTTP::Daemon" class are HTTP/1.1 servers that listen on a socket for incoming requests. The "HTTP::Daemon" is a subclass of "IO::Socket::IP", so you can perform socket operations directly on it too. Please note that "HTTP::Daemon" u...

OALDERS/HTTP-Daemon-6.16 - 24 Feb 2023 03:09:01 UTC - Search in distribution

DBIx::Connector - Fast, safe DBI connection and transaction management River stage three • 29 direct dependents • 138 total dependents

DBIx::Connector provides a simple interface for fast and safe DBI connection and transaction management. Connecting to a database can be expensive; you don't want your application to re-connect every time you need to run a query. The efficient thing ...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC - Search in distribution

Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs River stage four • 612 direct dependents • 8770 total dependents

Capture::Tiny provides a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being p...

DAGOLDEN/Capture-Tiny-0.48 - 22 Apr 2018 07:09:08 UTC - Search in distribution

DBI::Test - Test suite for DBI API River stage zero No dependents

This module aims to be a test suite for the DBI API and an underlying DBD driver, to check if the provided functionality is working and complete. Part of this module is the ability for self-testing using *DBI::Mock*. This is not designed to be anothe...

REHSACK/DBI-Test-0.001 - 06 Aug 2013 08:25:12 UTC - Search in distribution

SQL::Abstract::Classic - Generate SQL from Perl data structures River stage three • 2 direct dependents • 462 total dependents

This module was inspired by the excellent DBIx::Abstract. However, in using that module I found that what I really wanted to do was generate SQL, but still retain complete control over my statement handles and use the DBI interface. So, I set out to ...

RIBASUSHI/SQL-Abstract-Classic-1.91 - 17 Oct 2019 10:29:44 UTC - Search in distribution

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution
  • DBIx::Class - Extensible and flexible object <-> relational mapper.

Test::EOL - Check the correct line endings in your project River stage three • 20 direct dependents • 106 total dependents

This module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of windows line endings....

ETHER/Test-EOL-2.02 - 07 Dec 2020 07:10:12 UTC - Search in distribution

DateTime::TimeZone - Time zone object base class and factory River stage four • 91 direct dependents • 3701 total dependents

This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period. Note that without the DateTime module, this module does not do...

DROLSKY/DateTime-TimeZone-2.62 - 02 Feb 2024 02:17:46 UTC - Search in distribution

Sub::Quote - Efficient generation of subroutines via string eval River stage four • 55 direct dependents • 4770 total dependents

This package provides performant ways to generate subroutines from strings....

HAARG/Sub-Quote-2.006008 - 20 Jan 2023 10:28:03 UTC - Search in distribution

Test::Shadow - override a class's methods in a scope, checking input/output River stage zero No dependents

OSFAMERON/Test-Shadow-0.0201 - 20 May 2014 03:52:30 UTC - Search in distribution

Test::Refcount - assert reference counts on objects River stage three • 42 direct dependents • 226 total dependents

The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem,...

PEVANS/Test-Refcount-0.10 - 26 Jun 2019 10:31:40 UTC - Search in distribution

Net::Radio::oFono - Perl API to oFono River stage one • 1 direct dependent • 2 total dependents

REHSACK/Net-Radio-oFono-0.001 - 04 Jul 2012 13:36:52 UTC - Search in distribution

Role::Tiny - Roles: a nouvelle cuisine portion size slice of Moose River stage four • 285 direct dependents • 4736 total dependents

"Role::Tiny" is a minimalist role composition tool....

HAARG/Role-Tiny-2.002004 - 24 Jan 2021 02:49:55 UTC - Search in distribution

DBIx::Class::AuditAny - Flexible change tracking framework for DBIx::Class River stage zero No dependents

This module provides a generalized way to track changes to DBIC databases. The aim is to provide quick/turn-key options to be able to hit the ground running, while also being highly flexible and customizable with sane APIs. "DBIx::Class::AuditAny" wa...

VANSTYN/DBIx-Class-AuditAny-0.200200 - 20 Dec 2020 10:50:31 UTC - Search in distribution

DBIx::Cookbook - executable cookbook code for DBI(-based ORMs)? River stage zero No dependents

DBIx::Cookbook is a working cookbook of code for DBI-based ORMs. It is based on the Sakila database schema (<http://dev.mysql.com/doc/sakila/en/sakila.html>). Currently, the majority of code is for DBIx::Class but all ORMs are encouraged to contribut...

TBONE/DBIx-Cookbook-0.09 - 10 May 2011 20:23:25 UTC - Search in distribution

Module::Metadata - Gather package and POD information from perl module files River stage five • 285 direct dependents • 21517 total dependents

This module provides a standard way to gather metadata about a .pm file through (mostly) static analysis and (some) code execution. When determining the version of a module, the $VERSION assignment is "eval"ed, as is traditional in the CPAN toolchain...

ETHER/Module-Metadata-1.000038 - 28 Apr 2023 11:27:07 UTC - Search in distribution

Test::DiagINC - List modules and versions loaded if tests fail River stage two • 41 direct dependents • 81 total dependents

Assuming you shipped your module to CPAN with working tests, test failures from CPAN Testers <http://www.cpantesters.org/> might be due to platform issues, Perl version issues or problems with dependencies. This module helps you diagnose deep depende...

DAGOLDEN/Test-DiagINC-0.010 - 17 Jul 2022 12:48:04 UTC - Search in distribution
44 results (0.03 seconds)