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

Search results for "Lingua::EN::Inflect::Number"

Lingua::EN::Inflect::Number - Force number of words to singular or plural River stage three • 16 direct dependents • 150 total dependents

This module extends the functionality of Lingua::EN::Inflect with three new functions available for export: number This takes a word, and determines its number. It returns "s" for singular, "p" for plural, and "ambig" for words that can be either sin...

NEILB/Lingua-EN-Inflect-Number-1.12 - 04 Jul 2015 08:00:24 UTC - Search in distribution

Template::Plugin::Lingua::EN::Inflect - Interface to Lingua::EN::Inflect module River stage zero No dependents

The Lingua::EN::Inflect is an interface to Damian Conway's Linua::EN::Inflect Perl module, which provides plural inflections, "a"/"an" selection for English words, and manipulation of numbers as words. The plugin provides an 'inflect' filter, which c...

BARBIE/Template-Plugin-Lingua-EN-Inflect-0.04 - 02 Jan 2015 10:06:20 UTC - Search in distribution

Lingua::EN::Inflect::Phrase - Inflect short English Phrases River stage three • 6 direct dependents • 109 total dependents

Attempts to pluralize or singularize short English phrases. Does not throw exceptions at present, if you attempt to pluralize an already pluralized phrase, it will leave it unchanged (and vice versa.) The behavior of this module is subject to change ...

RKITOVER/Lingua-EN-Inflect-Phrase-0.20 - 26 Feb 2018 15:22:51 UTC - Search in distribution

Lingua::EN::Inflexion - Inflect English nouns, verbs, adjectives, and articles River stage one • 7 direct dependents • 8 total dependents

Lingua::EN::Inflexion allows you to correctly inflect all English nouns and verbs, as well as the small number of adjectives and articles that still decline in modern English. By default, the module follows the conventions of modern formal British En...

DCONWAY/Lingua-EN-Inflexion-0.002008 - 04 Jul 2023 11:32:52 UTC - Search in distribution

Mesoderm - Schema class scaffold generator for DBIx::Class River stage zero No dependents

"Mesoderm" creates a scaffold of code for DBIx::Class using a schema object from SQL::Translator <http://github.com/arcanez/SQL-Translator>. At time of writing the version of SQL::Translator <http://github.com/arcanez/SQL-Translator> required is not ...

GBARR/Mesoderm-0.140780 - 19 Mar 2014 21:57:20 UTC - Search in distribution

Acme::EyeDrops - Visual Programming in Perl River stage one • 1 direct dependent • 1 total dependent

"Acme::EyeDrops" converts a Perl program into an equivalent one, but without all those unsightly letters and numbers. In a Visual Programming breakthrough, EyeDrops allows you to pour the generated program into various shapes, such as UML diagrams, e...

ASAVIGE/Acme-EyeDrops-1.62 - 12 Apr 2015 06:43:50 UTC - Search in distribution

Tree::Authz - inheritance-based authorization scheme River stage zero No dependents

Class for inheritable, role-based permissions system (Role Based Access Control - RBAC). Custom methods can be placed on role objects. Authorization can be performed either by checking whether the role name matches the required name, or by testing (v...

DAVEBAIRD/Tree-Authz-0.03 - 21 Aug 2005 00:48:02 UTC - Search in distribution

Music::Tag - Interface for collecting information about music files. River stage two • 10 direct dependents • 11 total dependents

Extendable module for working with Music Tags. Music::Tag Is powered by various plugins that collect data about a song based on whatever information has already been discovered. The motivation behind this was to provide a convenient method for fixing...

EALLENIII/Music-Tag-0.4103 - 21 Aug 2010 22:22:25 UTC - Search in distribution

ClearPress - Simple, vaguely-MVC web application framework - http://clearpress.net/ River stage zero No dependents

Application Structure /cgi-(bin|perl)/application /lib/application/model/*.pm /lib/application/view/*.pm /data/config.ini /data/templates/*.tt2 Application Setup The simplest method for setting up a clearpress application is to use the 'clearpress' s...

RPETTETT/ClearPress-v2021.1.5 - 18 Aug 2021 11:47:45 UTC - Search in distribution

Saraltest - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Saraltest, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited....

MARSAB/Saraltest - 26 Aug 2011 10:57:44 UTC - Search in distribution

Tie::Plural - Select a string variant based on a quantity. River stage zero No dependents

This module provides a simple way to pluralize words within strings. More precisely, it provides a way to select a string from a number of choices based on a quantity. This is accomplished by a tied hash, so it is very easy to incorporate these choic...

ROODE/Tie-Plural-0.01 - 07 Jan 2005 22:23:35 UTC - Search in distribution

Class::Tables - Auto-vivification of persistent classes, based on RDBMS schema River stage zero No dependents

ROSULEK/Class-Tables-0.28 - 16 Jul 2004 03:26:49 UTC - Search in distribution

Acme::OneHundredNotOut - A raise of the bat, a tip of the hat River stage zero No dependents

SIMON/Acme-OneHundredNotOut-100 - 24 Jun 2004 14:21:59 UTC - Search in distribution

Badger::Utils - various utility functions River stage one • 4 direct dependents • 6 total dependents

This module implements a number of utility functions. It also provides access to all of the utility functions in Scalar::Util, List::Util, List::MoreUtils, Hash::Util and Digest::MD5 as a convenience. use Badger::Utils 'blessed reftype first max any ...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC - Search in distribution

Locale::Maketext::TPJ13 - article about software localization River stage three • 28 direct dependents • 118 total dependents

The following article by Sean M. Burke and Jordan Lachler first appeared in *The Perl Journal* #13 and is copyright 1999 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document may be distributed under the same terms a...

TODDR/Locale-Maketext-1.33 - 30 Dec 2023 21:23:51 UTC - Search in distribution

Strehler::API - App that gives a RESTful interface to Strehler data River stage one • 2 direct dependents • 2 total dependents

Strehler::API is an out-of-the-box API system designed to give back contents created with Strehler backend in a JSON (or JSONp) shape. It's main purpose is to make Strehler a complete server for client-side applications designed using advanced javasc...

CYMON/Strehler-1.6.8 - 30 Jan 2016 13:03:07 UTC - Search in distribution

Alzabo::MethodMaker - Auto-generate useful methods based on an existing schema River stage one • 2 direct dependents • 3 total dependents

This module can take an existing schema and generate a number of useful methods for this schema and its tables and rows. The method making is controlled by the parameters given along with the use statement, as seen in the SYNOPSIS section....

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC - Search in distribution

Bundle::Theory - A bundle to install all of Theory's favorite modules River stage zero No dependents

This bundle contains all of Theory's most-used CPAN modules. These are essentials whenever he builds a new system....

DWHEELER/Bundle-Theory-1.08 - 19 Jun 2011 04:45:49 UTC - Search in distribution

Mojolicious::Plugin::Routes::Restful - A plugin to generate Routes and a RESTful API for those routes, or just routes or just a RESTful API. River stage zero No dependents

Mojolicious::Plugin::Routes::Restful is a Mojolicious::Plugin that provides a highly configurable route generator for your Mojo App. Simply drop the plugin at the top of your start class with a config hash and you have your routes for your system....

BYTEROCK/Mojolicious-Plugin-Routes-Restful-0.04 - 30 Jan 2023 21:28:59 UTC - Search in distribution

SQL::Abstract::Prefetch - implement "prefetch" for DBI RDBMS River stage zero No dependents

This class implements "prefetch" in the style of DBIx::Class. Stages of operation: * Generate a "query spec" that describes what you want back from the database - which fields from which tables, and what relations to join. * Generate SQL (and bind pa...

ETJ/SQL-Abstract-Prefetch-0.003 - 11 Apr 2019 04:11:46 UTC - Search in distribution
35 results (0.065 seconds)