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

Changelog

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

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.

  [ gregor herrmann ]
  * Import upstream version 0.3.5.
  * Declare compliance with Debian Policy 4.5.0.
  * Annotate test-only build dependencies with <!nocheck>.
  * debian/watch: use uscan version 4.
  * Replace tabs with spaces in debian/copyright.

 -- gregor herrmann <email address hidden>  Mon, 03 Feb 2020 16:18:14 +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
Focal release universe perl

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-find-object-perl_0.3.5-1.dsc 2.4 KiB 863d402d87c79e707dff8384ec9f2464fafe976b72d02c793f1e4ab41123890b
libfile-find-object-perl_0.3.5.orig.tar.gz 29.6 KiB dc4124abe64dc1274e8e8a5e5bf9e17a2a9269debace458115b57469f1e16a91
libfile-find-object-perl_0.3.5-1.debian.tar.xz 5.8 KiB ee4fd05e32357062062a0ac792f0e131b0ae45617cbcc6426e33b4950c493994

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.