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

Search results for "audreyt"

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

Furl - Lightning-fast URL fetcher River stage two • 83 direct dependents • 99 total dependents

Furl is yet another HTTP client library. LWP is the de facto standard HTTP client for Perl 5, but it is too slow for some critical jobs, and too complex for weekend hacking. Furl resolves these issues. Enjoy it!...

SYOHEX/Furl-3.14 - 13 May 2021 05:30:54 UTC - Search in distribution

perl5 - Use a Perl 5 group of modules/features River stage one • 2 direct dependents • 2 total dependents

The "perl5" module lets you "use" a well known set of modules in one command. It allows people to create plugins like "perl5::foo" and "perl5::bar" that are sets of useful modules that have been tested together and are known to create joy. This modul...

INGY/perl5-0.21 - 22 Aug 2014 16:28:18 UTC - Search in distribution

Test::TAP::Model - DEPRECATED Use TAP::Harness, TAP::Formatter::HTML River stage one • 2 direct dependents • 2 total dependents

This module is a subclass of Test::Harness::Straps (although in an ideal world it would really use delegation). It uses callbacks in the straps object to construct a deep structure, with all the data known about a test run accessible within. It's pur...

NUFFIN/Test-TAP-Model-0.10 - 22 Jun 2008 03:58:47 UTC - Search in distribution

Perl6::Doc - Perl 6 documentation River stage one • 2 direct dependents • 2 total dependents

Currently included in this distribution: Design docs Apocalypses (outdated) Larry Wall started the Apocalypse (latin for revelation) series as a systematic way of answering the RFCs (Request For Comments) that started the design process for Perl 6. E...

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

DBIx::SearchBuilder - Encapsulate SQL queries and rows in simple perl objects River stage one • 3 direct dependents • 3 total dependents

This module provides an object-oriented mechanism for retrieving and updating data in a DBI-accesible database. In order to use this module, you should create a subclass of "DBIx::SearchBuilder" and a subclass of "DBIx::SearchBuilder::Record" for eac...

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC - Search in distribution

invoker - implicit invoker, sort of River stage one • 1 direct dependent • 7 total dependents

The invoker pragma enables the "$->" syntax for invoking methods on $self , inspired by Perl6's "$.method" invocation. The module does not inject the $self variable for you. you are encouraged to use it in conjunction with self, selfvars, <Method::Si...

GUGOD/invoker-0.36 - 28 Oct 2019 23:28:00 UTC - Search in distribution

selfvars - Provide $self, @args, %opts and %hopts variables for OO programs River stage zero No dependents

This module exports four special variables: $self, @args, %opts and %hopts. They are really just handy helpers to get rid of: my $self = shift; Behind the scenes, $self is simply tied to $_[0], @args to @_[1..$#_], %opts to "%{$_[1]}", and "%hopts%" ...

AUDREYT/selfvars-0.32 - 29 May 2011 04:36:25 UTC - Search in distribution

ansi2html - Convert ANSI sequence to HTML River stage two • 3 direct dependents • 11 total dependents

This script takes one input file containing text with ANSI sequences, and outputs the converted HTML code into another file. If *outfile* is omitted, it defaults to STDOUT. If *infile* is omitted, it defaults to STDIN. Note that this script will auto...

NUFFIN/HTML-FromANSI-2.03 - 20 Sep 2007 00:25:19 UTC - Search in distribution

Module::Compile - Perl Module Compilation River stage two • 5 direct dependents • 11 total dependents

This module provides a system for writing modules that *compile* other Perl modules. Modules that use these compilation modules get compiled into some altered form the first time they are run. The result is cached into ".pmc" files. Perl has native s...

INGY/Module-Compile-0.38 - 25 Dec 2019 01:25:26 UTC - Search in distribution

PerlIO::eol - PerlIO layer for normalizing line endings River stage one • 4 direct dependents • 5 total dependents

This layer normalizes any of "CR", "LF", "CRLF" and "Native" into the designated line ending. It works for both input and output handles. If you specify two different line endings joined by a "-", it will use the first one for reading and the second ...

SHLOMIF/PerlIO-eol-0.19 - 09 Jul 2023 05:40:07 UTC - Search in distribution

Unicode::CharWidth - Character Width properties River stage zero No dependents

Export "Unicode::CharWidth" exports four functions: "InZerowidth", "InSinglewidth", "InDoubleWidth" and "InNowidth". These functions enable the use of like-named (inofficial) unicode properties in regular expressions. Thus "/\p{InSinglewidth}/" match...

ANNO/Unicode-CharWidth-1.05 - 27 Nov 2015 20:08:31 UTC - Search in distribution

Data::HanConvert - The data for converting between traditional and simplified Chinese languages. River stage zero No dependents

This distribution does not contain code but data to be used by other programs. They are split into 4 modules that needs to be seperately required. use Data::HanConvert::cn2tw; use Data::HanConvert::cn2tw_characters; use Data::HanConvert::tw2cn; use D...

GUGOD/Data-HanConvert-1.5 - 05 Oct 2014 21:22:09 UTC - Search in distribution

Module::Refresh - Refresh %INC files when updated on disk River stage two • 8 direct dependents • 25 total dependents

This module is a generalization of the functionality provided by Apache::StatINC and Apache::Reload. It's designed to make it easy to do simple iterative development when working in a persistent environment. It does not require mod_perl....

BPS/Module-Refresh-0.18 - 09 May 2022 20:00:12 UTC - Search in distribution

Encode::HanExtra - Extra sets of Chinese encodings River stage one • 1 direct dependent • 1 total dependent

Perl 5.7.3 and later ships with an adequate set of Chinese encodings, including the commonly used "CP950", "CP936" (also known as "GBK"), "Big5" (alias for "Big5-Eten"), "Big5-HKSCS", "EUC-CN", "HZ", and "ISO-IR-165". However, the numbers of Chinese ...

AUDREYT/Encode-HanExtra-0.23 - 10 Nov 2007 12:16:04 UTC - Search in distribution

Test::TAP::HTMLMatrix - Creates colorful matrix of Test::Harness friendly test run results using Test::TAP::Model. River stage one • 3 direct dependents • 4 total dependents

This module is a wrapper for a template and some visualization classes, that knows to take a Test::TAP::Model object, which encapsulates test results, and produce a pretty html file....

NUFFIN/Test-TAP-HTMLMatrix-0.09 - 11 May 2007 11:33:09 UTC - Search in distribution

Book::Chinese::MasterPerlToday::BeACPANAuthor - Be a CPAN Author River stage zero No dependents

本章主要描述如何成为一个 CPAN 贡献者 您有一个非常好的模块,您想与整个 Perl 社区分享。最好的方式是将您的模块上传到 CPAN,本章将描述如何打包,上传您的模块和一些 CPAN 社区约定俗成的惯例。 PAUSE 上传模块到 CPAN 之前,您首先需要到 PAUSE <http://pause.perl.org/> 申请一个帐号。通常帐号会在一周之内被批准(因为是志愿者自愿维护和批准整个 PAUSE 网站,所以有点慢)。 上传模块将在您通过帐号批准之后,登录 PAUSE 网站,然后点击左...

FAYLAND/Book-Chinese-MasterPerlToday-0.02 - 31 Aug 2009 05:35:44 UTC - Search in distribution

Term::Encoding - Detect encoding of the current terminal River stage three • 21 direct dependents • 775 total dependents

Term::Encoding is a simple module to detect an encoding the current terminal expects, in various ways....

MIYAGAWA/Term-Encoding-0.03 - 22 Mar 2019 06:26:01 UTC - Search in distribution

Encode::Newlines - Normalize line ending sequences River stage two • 2 direct dependents • 14 total dependents

This module provides the "CR", "LF", "CRLF" and "Native" encodings, to aid in normalizing line endings. It converts whatever line endings the source uses to the designated newline sequence, for both "encode" and "decode" operations. If you specify tw...

NEILB/Encode-Newlines-0.05 - 11 Jan 2016 23:00:31 UTC - Search in distribution

Acme::CPANAuthors::CPAN::Streaks::MonthlyReleases::AllTime - Authors with all-time monthly releases streak (do a release every month) River stage zero No dependents

Current standings (as of 2024-04-12, produced by cpan-streaks, only streaks with length of at least 20 are included): +-----------+-----+------------+----------+-------------+ | author | len | start_date | end_date | status | +-----------+-----+-----...

PERLANCAR/Acme-CPANAuthorsBundle-CPAN-Streaks-20240412.0 - 12 Apr 2024 04:25:16 UTC - Search in distribution
26 results (0.028 seconds)