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

Search results for "class::c3"

Class::C3 - A pragma to use the C3 method resolution order algorithm River stage three • 35 direct dependents • 509 total dependents

This is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order. NOTE: YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is integr...

HAARG/Class-C3-0.35 - 09 Nov 2020 06:21:05 UTC - Search in distribution

Class::C3::XS - XS speedups for Class::C3 River stage one • 1 direct dependent • 1 total dependent

This contains XS performance enhancers for Class::C3 version 0.16 and higher. The main Class::C3 package will use this package automatically if it can find it. Do not use this package directly, use Class::C3 instead. The test suite here is not comple...

ETHER/Class-C3-XS-0.15 - 09 Apr 2020 02:11:18 UTC - Search in distribution

Class::Classless::C3 - Classless object system framework River stage zero No dependents

This implements a classless object system, very similar to Class::Classless. There are two major differences. One is that Class::Classless::C3 relies on Algorithm::C3 to determine the inheritance tree, which outsources the most complicated part of th...

JWILLIAMS/Class-Classless-C3-1.01 - 27 Nov 2017 20:59:32 UTC - Search in distribution

Class::C3::Adopt::NEXT - make NEXT suck less River stage one • 5 direct dependents • 6 total dependents

NEXT was a good solution a few years ago, but isn't any more. It's slow, and the order in which it re-dispatches methods appears random at times. It also encourages bad programming practices, as you end up with code to re-dispatch methods when all yo...

ETHER/Class-C3-Adopt-NEXT-0.14 - 04 Jun 2015 00:59:02 UTC - Search in distribution

Class::C3::Componentised - Load mix-ins or components to your C3-based class River stage three • 9 direct dependents • 469 total dependents

This will inject base classes to your module using the Class::C3 method resolution order. Please note: these are not plugins that can take precedence over methods declared in MyModule. If you want something like that, consider MooseX::Object::Pluggab...

HAARG/Class-C3-Componentised-1.001002 - 23 Feb 2018 13:44:36 UTC - Search in distribution

DBIx::Class::Helper::Schema::Verifier::C3 - Verify that the Results and ResultSets of your Schemata use c3 River stage two • 11 direct dependents • 16 total dependents

"DBIx::Class::Helper::Schema::Verifier::C3" verifies that all of your results and resultsets use the "c3" "mro". If you didn't know this was important you know now <https://blog.afoolishmanifesto.com/posts/mros-and-you>. Note: this will probably fail...

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC - Search in distribution

mro - Method Resolution Order River stage five • 11292 direct dependents • 32664 total dependents

The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general. These interfaces are only available in Perl 5.9.5 and higher. See MRO::Compat on CPAN for a mostly forwards compatible implementati...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

PGN - Portable Game Notation for Chess River stage one • 2 direct dependents • 2 total dependents

This is the Portable Game Notation Specification and Implementation Guide, as revised on 12th March 1994....

GDR/Games-Chess-0.003 - 07 Jun 1999 12:42:08 UTC - Search in distribution

Acme::Tools - Lots of more or less useful subs lumped together and exported into your namespace River stage one • 1 direct dependent • 1 total dependent

Subs created and collected since the mid-90s....

KJETIL/Acme-Tools-0.27 - 05 Feb 2020 16:25:50 UTC - Search in distribution

Data::Table::Text - Write data in tabular text format. River stage two • 35 direct dependents • 35 total dependents

Write data in tabular text format. Version 20240203. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Table-Text-20240408 - 07 Apr 2024 19:30:28 UTC - Search in distribution

Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring River stage two • 12 direct dependents • 19 total dependents

A module for number theory in Perl. This includes prime sieving, primality tests, primality proofs, integer factoring, counts / bounds / approximations for primes, nth primes, and twin primes, random prime generation, and much more. This module is th...

DANAJ/Math-Prime-Util-0.73 - 15 Nov 2018 18:56:14 UTC - Search in distribution

pl-examples - Perl One-Liner Examples River stage zero No dependents

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

Text::CSV_XS - comma-separated values manipulation routines River stage three • 112 direct dependents • 289 total dependents

Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a "CSV" string and parse a "CSV" string into fields. The module accepts either strings or...

HMBRAND/Text-CSV_XS-1.54 - 18 Apr 2024 12:11:05 UTC - Search in distribution

perl5i - Fix as much of Perl 5 as possible in one pragma River stage one • 2 direct dependents • 2 total dependents

Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing exi...

MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution

Image::ExifTool::TagNames - ExifTool tag name documentation River stage two • 29 direct dependents • 30 total dependents

This document contains a complete list of ExifTool tag names, organized into tables based on information type. Tag names are used to reference specific meta information extracted from or written to a file....

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

Bit::Vector - Efficient bit vector, set of integers and "big int" math library River stage three • 32 direct dependents • 384 total dependents

OVERLOADED OPERATORS See Bit::Vector::Overload(3). MORE STRING IMPORT/EXPORT See Bit::Vector::String(3). CLASS METHODS * "$version = Bit::Vector->Version();" Returns the current version number of this module. * "$bits = Bit::Vector->Word_Bits();" Ret...

STBEY/Bit-Vector-7.4 - 20 Nov 2014 09:49:01 UTC - Search in distribution

Gungho.ja - 高性能Webクローラーフレームワーク River stage one • 1 direct dependent • 1 total dependent

Gunghoは高性能Webクローラーフレームワークです。高速なHTTP処理を行いつつ、 機能拡張をしやすいようフレキシブルな構造を目指して開発されています。 現在Gunghoはβ版です。機能的/仕様的にも比較的安定しつつありますが、まだ 内部的なAPI等は大幅な変更が加わる可能性がありますのでご注意ください。 Gunghoをインストールすると自動的に以下の機能が使えるようになります: イベント型非同期エンジン GunghoはPOE、Danga::Socket、IO::Async等をベースにした非...

DMAKI/Gungho-0.09008 - 28 Jul 2008 10:37:52 UTC - Search in distribution
  • Gungho - Yet Another High Performance Web Crawler Framework

report.pl - Summarize SenseClusters results with precision, recall, and confusion matrix River stage zero No dependents

Reports the performance of discrimination in terms of the precision, recall and confusion table....

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC - Search in distribution

Spreadsheet::Perl - Pure Perl implementation of a spreadsheet engine River stage zero No dependents

Spreadsheet::Perl is a pure Perl implementation of a spreadsheet engine. Spreadsheet::Perl functionality: * set and get values from cells or ranges * handle cell private data * has fetch/store callback * has cell attributes access * has cell/range fi...

NKH/Spreadsheet-Perl-0.12 - 16 May 2011 09:13:26 UTC - Search in distribution

exact - Perl pseudo pragma to enable strict, warnings, features, mro, filehandle methods River stage two • 23 direct dependents • 24 total dependents

exact is a Perl pseudo pragma to enable strict, warnings, features, mro, and filehandle methods along with a lot of other things, plus allow for easy extension via "exact::*" classes. The goal is to reduce header boilerplate, assuming defaults that s...

GRYPHON/exact-1.25 - 06 Dec 2023 00:14:41 UTC - Search in distribution
133 results (0.13 seconds)