Source: libgetopt-usaginator-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-most-perl, libpackage-pkg-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Getopt-Usaginator/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgetopt-usaginator-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgetopt-usaginator-perl/

Package: libgetopt-usaginator-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libpackage-pkg-perl
Description: syntactic sugar for creating a command line usage function
 Getopt::Usaginator is a tool for creating a usage subroutine for commandline
 applications. You decide the text of the usage function in the use declaration
 and it generates a usage method. It does not do any option parsing, but is
 best paired with Getopt::Long or any of the other myriad of option parsers
