libgetargs-long-perl 1.1003-2 source package in Ubuntu

Changelog

libgetargs-long-perl (1.1003-2) unstable; urgency=low

  * Convert to source format 3.0 (quilt).
  * Policy version 3.8.4:
    - No longer need to build-depend on perl (>= 5.6.0-16).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:54:26 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Colin Watson
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libgetargs-long-perl_1.1003.orig.tar.gz 25.0 KiB 1d91b7bb1545a88d259fd893348fa53300f069661f48c35ef689193ed2c971d8
libgetargs-long-perl_1.1003-2.debian.tar.gz 2.6 KiB f1fab218c95bd4b96ed8b0beaa5f715f10bea58db3292e140b8877acffa72ec4
libgetargs-long-perl_1.1003-2.dsc 1.2 KiB b50af9c9d11b3db8224047a01a1f2517c141683b98afa50ddc629cc559ee03b4

Available diffs

View changes file

Binary packages built by this source

libgetargs-long-perl: Perl module to parse long function 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.
 .
 The validation of arguments can be done by a structure-driven routine
 getargs() which is fine for infrequently called routines (but should be
 slower), or via a dedicated routine created and compiled on the fly the
 first time it is needed, by using the cgetargs() family (expected to be
 faster).
 .
 The Log::Agent module is used to report errors, which leaves to the
 application the choice of the final logging method: to a file, to
 STDERR, or to syslog.
 .
 Note that this module is still in the alpha stage of development, and
 the interface to it may change: indeed, it changed between 0.1.2 and
 0.1.3.