libparse-win32registry-perl 1.0-2 source package in Ubuntu

Changelog

libparse-win32registry-perl (1.0-2) unstable; urgency=medium

  * Gave package to the Debian Perl Group, added Vcs-* fields
  * Modernized package
    - 3.0 (quilt)
    - Bumped Standards-Version
    - Bumped debian/compat

 -- Hilko Bengen <email address hidden>  Sat, 08 Aug 2015 14:03:53 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparse-win32registry-perl_1.0-2.dsc 2.1 KiB 2a970ad3626981d23d106bd149599f8162c349707c78b41bef92031a99730110
libparse-win32registry-perl_1.0.orig.tar.gz 100.6 KiB 3dd7c07d42333a69ea487076571aca73bed6d0aa98d80b561a86b13716747f8a
libparse-win32registry-perl_1.0-2.debian.tar.xz 2.1 KiB eb129f795001847d04ba15f7ccf20a6128d4b78a27808ec1a909da3593303de0

Available diffs

No changes file available.

Binary packages built by this source

libparse-win32registry-perl: 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).