Source: libgetopt-simple-perl
Section: perl
Priority: optional
Build-Depends: devscripts (>= 2.10.7~),
 perl,
 cdbs (>= 0.4.85~),
 debhelper (>= 7.0.1),
 dh-buildinfo,
 libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libgetopt-simple-perl
Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libgetopt-simple-perl.git
Homepage: http://search.cpan.org/dist/Getopt-Simple/

Package: libgetopt-simple-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Description: provide a simple wrapper around Getopt::Long
 The Getopt::Simple module provides a simple way of specifying:
  * Command line switches
  * Type information for switch values
  * Default values for the switches
  * Help text per switch
