Source: libnet-dhcp-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Hendrik Frenzel <hfrenzel@scunc.net>,
 Ansgar Burchardt <ansgar@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Net-DHCP/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-dhcp-perl
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-dhcp-perl

Package: libnet-dhcp-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Interface for handling DHCP packets
 This module is a release of the DHCP protocol interface to Perl 5. There are
 two parts to the interface: the packet component (Net::DHCP::Packet) and the
 constants component (Net::DHCP::Constants) which represents constants used 
 in DHCP protocol, defined in RFC 1533, RFC 2132, RFC 2241, RFC 2485, 
 RFC 2563, RFC 2937, RFC 3004, RFC 3011, RFC 3046.
 .
 With Net::DHCP you can create and analyze DHCP packets which are sent or
 received with the help of IO::Socket::INET.
