libfile-find-object-perl 0.3.2-1 source package in Ubuntu

Changelog

libfile-find-object-perl (0.3.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Drop debian/TODO which referred to a release test.

 -- gregor herrmann <email address hidden>  Fri, 13 Jan 2017 22:14:12 +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
Bionic release universe perl

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-find-object-perl_0.3.2-1.dsc 2.3 KiB 3f8b6981dae83d06bb3a942c1c40d617a59243061e09f431cb72823278c81856
libfile-find-object-perl_0.3.2.orig.tar.gz 26.6 KiB 7c467b6b7752bff46b7b8b84c9aabeac45bbfdab1e2224108a2e2170adb9f2b7
libfile-find-object-perl_0.3.2-1.debian.tar.xz 5.4 KiB 298be6be3bf4b602c6edc538bb2b148c8d5dd849c7794ee0842619651df5a2e7

Available diffs

No changes file available.

Binary packages built by this source

libfile-find-object-perl: object oriented File::Find replacement

 File::Find::Object does same job as File::Find but works like an object and
 with an iterator. As File::Find is not object oriented, one can't perform
 multiple searches in the same application. The second problem of File::Find
 is its file processing: after starting its main loop, one can't easily wait
 for another event and so get the next result.