Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,4212,430项(搜索用时0.024秒)
devel/Hash-MoreUtils-0.05 (Score: 0.032514982)
Perl extension to provide the stuff missing in Hash::Util
Provide the stuff missing in Hash::Util.
devel/Hash-MultiKey-0.06 (Score: 0.032514982)
Hashes whose keys can be multiple
Hash::MultiKey provides hashes that accept arrayrefs of strings as keys.
devel/Gearman-1.11 (Score: 0.032514982)
Gearman client libraray for Perl
Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages. This is the Perl client component.
devel/Hash-NoRef-0.03 (Score: 0.032514982)
HASH that store values without increase the reference count
Hash::NoRef is a Perl module to create HASH that store values without increase the reference count (weak references). This can be used to store objects but without interfere in the DESTROY mechanism, since the reference in this HASH won't count.
devel/Geo-JSON-0.007 (Score: 0.032514982)
Perl OO interface for geojson
Geo::JSON converts to and from geojson using Perl objects. GeoJSON objects represent various geographical positions - points, lines, polygons, etc. Currently supports 2 or 3 dimensions (longitude, latitude, altitude). Further dimensions in positions are ignored for calculations and comparisons, but will be read-from and written-to.
devel/Geo-ShapeFile-2.61 (Score: 0.032514982)
Perl extension for handling ESRI GIS Shapefiles
The Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping data, it has support for shp (shape), shx (shape index), and dbf (data base) formats.
devel/Hash-Union-0.03 (Score: 0.032514982)
Smart hashes merging
Smart hashes merging
devel/Getargs-Long-1.1007 (Score: 0.032514982)
Parse routine arguments
The Getargs::Long module allows usage of named parameters in function calls, along with optional argument type-checking. It provides an easy way to get at the parameters within the routine, and yields concise descriptions for the common cases of all-mandatory and all-optional parameter lists. Seamus Venasse <svenasse@polaris.ca>
devel/Hash-WithDefaults-0.05 (Score: 0.032514982)
Class for hashes with key-casing requirements supporting defaults
This module implements hashes that support "defaults". That is you may specify several more hashes in which the data will be looked up in case it is not found in the current hash.
devel/Getopt-Compact-WithCmd-0.22 (Score: 0.032514982)
Sub-command friendly, like Getopt::Compact
Getopt::Compact::WithCmd is yet another Getopt::* module. It allows you to define git-like options. In addition, usage can be set at the same time.