libfile-finder-perl 0.53-1 source package in Ubuntu

Changelog

libfile-finder-perl (0.53-1) unstable; urgency=low

  * Initial Release. Closes: #519369

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 16:15:09 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Karmic
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl
Precise release universe perl

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libfile-finder-perl_0.53.orig.tar.gz 14.1 KiB 2ecbc19ac67a9e635c872a807a8d3eaaff5babc054f15a191d47cdfc5f176a74
libfile-finder-perl_0.53-1.diff.gz 1.6 KiB f5dee9bac2cea054aca938aec243b06fc31a7d254a4aeefeb668510524516ae1
libfile-finder-perl_0.53-1.dsc 1.4 KiB 37f8eed538d40df7963ea273b055e03dafa31723a27f7c5101aa310624f3264e

View changes file

Binary packages built by this source

libfile-finder-perl: wrapper for File::Find à la find(1)

 File::Find is great, but constructing the wanted routine can sometimes be a
 pain. File::Finder provides a wanted-writer, using syntax that is directly
 mappable to the find command's syntax.
 .
 A File::Finder object contains a hash of File::Find options, and a series of
 steps that mimic find's predicates. Initially, a File::Finder object has no
 steps. Each step method clones the previous object's options and steps, and
 then adds the new step, returning the new object. In this manner, an object
 can be grown, step by step, by chaining method calls. Furthermore, a partial
 sequence can be created and held, and used as the head of many different
 sequences.