This module is an extensible wrapper to abstract imaging interfaces By default, this module uses the OpenGL::Image::Targa module; support for other imaging libraries may be added by providing plug-in modules in the OpenGL/Image folder. An OpenGL::Ima...
BFREE/OpenGL-Image-1.03 - 27 Sep 2008 20:35:30 UTC - Search in distributionThis chapter discusses mod_perl's input and output filter handlers. If all you need is to lookup the filtering API proceed directly to the "Apache2::Filter" and "Apache2::FilterRec" manpages....
SHAY/mod_perl-2.0.11 - 05 Oct 2019 11:36:44 UTC - Search in distributionJOHNH/Fsdb-2.71 - 17 Nov 2020 05:00:30 UTC - Search in distribution
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...
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTC - Search in distributionThis program allows you to operate Daizu, getting it to load content from the Subversion repository (by checking out or updating working copies), and publish the URLs generated by that content. A Daizu configuration file is required. You can specify ...
GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC - Search in distribution- Daizu - class for accessing Daizu CMS from Perl
- Daizu::Gen - default generator class
- Daizu::Util - various utility functions
- 24 more results from Daizu »
jspell is a morphological analyzer. It can be used in four different ways: * as a standard C library; * as a non buffered command line application; * as a command interpreter; * as an interactive program. Interactive Application jspell should be invo...
AMBS/Lingua-Jspell-1.94 - 22 Feb 2020 21:32:11 UTC - Search in distribution- jspell - jspell affix file format
dh-make-perl will create the files required to build a debian source package out of a Perl module or CPAN distribution. This works for most simple packages and is also useful for getting started with packaging Perl modules. You can specify a module o...
DAM/DhMakePerl-0.96 - 18 Oct 2017 20:45:30 UTC - Search in distributionEesh.pm provides simple wrappers around the routines from eesh (included). This code is in alpha mode, please let me know of any improvements, and patches are especially welcome....
RBS/Eesh-0.3 - 22 Apr 2000 05:46:34 UTC - Search in distributionProvides a simple means of parsing XML to return a selection of information based on a markup profile describing the XML structure and how the structure relates to a logical grouping of information ( a dataset )....
SPURIN/XML-Dataset-0.006 - 04 Apr 2014 15:22:04 UTC - Search in distribution"Test::Plan" provides a convenient way of scheduling tests (or not) when the test environment has complex needs. it includes an alternate "plan()" function that is "Test::Builder" compliant, which means "Test::Plan" can be used alongside "Test::More"...
GEOFF/Test-Plan-0.03 - 01 Dec 2005 17:06:12 UTC - Search in distributionThis module is for reading and writing a common variation of character separated data. The most common example is comma-separated. However that is far from the only possibility, the same basic format is exported by Microsoft products using tabs, colo...
TILLY/Text-xSV-0.21 - 03 Nov 2009 07:29:25 UTC - Search in distributionSBECK/Date-Manip-6.85 - 01 Mar 2021 20:19:34 UTC - Search in distribution
Text::Ispell::spellcheck() takes one argument. It must be a string, and it should contain only printable characters. One allowable exception is a terminal newline, which will be chomped off anyway. The line is fed to a coprocess running ispell for an...
JDPORTER/Text-Ispell-0.04 - 12 Oct 1999 21:02:39 UTC - Search in distributionThis program uses the Vim text editor to highlight text according to its syntax, and turn the highlighting into ANSI, HTML, XML or PDF output. It works with any file type which Vim itself can highlight. Usually Vim will be able to auto-detect the fil...
RWSTAUNER/Text-VimColor-0.29 - 03 Dec 2018 00:25:43 UTC - Search in distribution- Text::VimColor - Syntax highlight text using Vim
GNG/ARS-Simple-0.01 - 04 Dec 2013 03:37:16 UTC - Search in distribution
This module is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensiv...
JKEENAN/ExtUtils-ModuleMaker-0.63 - 31 Jul 2018 16:36:35 UTC - Search in distributionok, first the appropriate pod: $ perldoc "-f" no =item no Module VERSION LIST =item no Module VERSION =item no Module LIST =item no Module See the L</use> function, which C<no> is the opposite of. now, one might think that, since use mod_perl 1.27; m...
GEOFF/Acme-No-0.03 - 16 Aug 2002 14:33:56 UTC - Search in distributionLingua::Ispell::spellcheck() takes one argument. It must be a string, and it should contain only printable characters. One allowable exception is a terminal newline, which will be chomped off anyway. The line is fed to a coprocess running ispell for ...
JDPORTER/Lingua-Ispell-0.07 - 18 Apr 2000 18:53:02 UTC - Search in distributionThis module wraps JSON and LWP::UserAgent to create a flexible utility for accessing APIs that accept/provide JSON data. It supports all the options LWP supports, including authentication....
GFRANKS/JSON-API-v1.1.1 - 01 Jul 2019 13:30:46 UTC - Search in distributionApache::Dispatch translates $r->uri into a class and method and runs it as a PerlHandler. Basically, this allows you to call PerlHandlers as you would Regsitry scripts without having to load your httpd.conf with a slurry of <Location> tags....
PHRED/Apache2-Dispatch-0.15 - 13 Feb 2010 02:45:06 UTC - Search in distribution- Apache2::Dispatch - call PerlHandlers with the ease of Registry scripts