libarchive-zip-perl 1.56-2 source package in Ubuntu

Changelog

libarchive-zip-perl (1.56-2) unstable; urgency=medium

  * Upload to unstable

 -- Salvatore Bonaccorso <email address hidden>  Sat, 02 Jan 2016 13:34:47 +0100

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
Xenial release main perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarchive-zip-perl_1.56-2.dsc 2.1 KiB 8bd4e4e819b89e4093de66ce7babb4b16dd12b67f4ad7b0fa8aac8a29e67aa1b
libarchive-zip-perl_1.56.orig.tar.gz 185.7 KiB 109f3ccaee5bc963144f700e96206c248dd83f855dffc9b796a76518c36400f8
libarchive-zip-perl_1.56-2.debian.tar.xz 7.7 KiB 266bfde38484b7b28a5b0598347243cd49994de794ca4bf27652d14d99dcade5

Available diffs

No changes file available.

Binary packages built by this source

libarchive-zip-perl: Perl module for manipulation of ZIP archives

 The Archive::Zip module allows a Perl program to create, manipulate,
 read, and write Zip archive files.
 .
 Zip archives can be created, or you can read from existing zip files.
 Once created, they can be written to files, streams, or strings.
 .
 Members can be added, removed, extracted, replaced, rearranged, and
 enumerated. They can also be renamed or have their dates, comments,
 or other attributes queried or modified. Their data can be
 compressed or uncompressed as needed. Members can be created from
 members in existing Zip files, or from existing directories, files,
 or strings.