libfcgi-perl

helper module for FastCGI

FCGI is a simple Perl module for writing FastCGI applications. FastCGI is a language-independent, scalable, open extension to CGI that provides faster performance by keeping programs persistent in memory and allowing them to handle multiple requests. This module provides the core interface needed to write these applications.

libfile-basedir-perl

Perl module to use the freedesktop basedir specification

The File::BaseDir module can be used to find directories and files as specified by the XDG Base Directory Specification. It takes care of defaults and uses File::Spec to make the output platform specific.

libfile-touch-perl

Perl interface to touch-like functions

File::Touch lets you update access and modification timestamps, creating nonexistent files where necessary. It also allows you to only modify one of the stamps, choose to not create nonexistent files, and use timestamps from a different file.

libgdal-grass

GRASS extension for the GDAL library

GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. This extension provides access to GRASS data via GDAL.

libclass-accessor-class-perl

simple class variable accessors

Class::Accessor::Class provides a simple way to create accessor and mutator methods for class variables, just as Class::Accessor provides for objects. It can use either an enclosed lexical variable, or a package variable.

libhttp-throwable-perl

strongly-typed, PSGI-friendly HTTP 1.1 exception libraries

HTTP::Throwable provides a set of strongly-typed, PSGI-friendly exception implementations corresponding to the HTTP error status code (4xx-5xx) as well as the redirection codes (3xx).