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

Changelog

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

  * Team upload.
  * Import upstream version 0.3.7.
  * Add new test dependency on Test::File 1.993.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 08 Jan 2023 21:48:17 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-find-object-perl_0.3.7-1.dsc 2.5 KiB 60e71db158d625fc1b92ceb41405a2f7d78213487b228a695169ce9c1672b56b
libfile-find-object-perl_0.3.7.orig.tar.gz 29.0 KiB 33861faaf42df027c30e8d7d23546d7c2847a158bc162671960f82f5b7fdf6f4
libfile-find-object-perl_0.3.7-1.debian.tar.xz 5.9 KiB b7d4b35caf14988a4fa2cddd84bb474ddf0c455ea7baabb9a4914da7c77934fd

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.