Source: libparse-win32registry-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: perl (>= 5.6.0-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparse-win32registry-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-win32registry-perl.git
Homepage: http://search.cpan.org/dist/Parse-Win32Registry/

Package: libparse-win32registry-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Suggests: libgtk2-perl
Description: Perl module for parsing Windows registry files
 Parse::Win32Registry is a module for parsing Windows Registry files, allowing
 you to read the keys and values of a registry file without going through the
 Windows API.
 .
 It provides an object-oriented interface to the keys and values in a registry
 file. Registry files are structured as trees of keys, with each key
 containing further subkeys or values.
 .
 It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
 Vista) and Windows 95 registry files (Windows 95, 98, and Millennium
 Edition).