libfile-find-rule-perl 0.34-1.1 source package in Ubuntu
Changelog
libfile-find-rule-perl (0.34-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Mon, 13 Jun 2022 17:53:05 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libfile-find-rule-perl_0.34-1.1.dsc | 2.2 KiB | 4ef4bc2c0390bd9bc5003b396a1ab4157b282a05f68173f367c7ee4acd12a652 |
libfile-find-rule-perl_0.34.orig.tar.gz | 15.8 KiB | 7e6f16cc33eb1f29ff25bee51d513f4b8a84947bbfa18edb2d3cc40a2d64cafe |
libfile-find-rule-perl_0.34-1.1.debian.tar.xz | 3.8 KiB | de8bfa6e3cc446efeb7e942352eb4a8e4f9809c75599cf53a141093715a813e7 |
Available diffs
- diff from 0.34-1 to 0.34-1.1 (365 bytes)
No changes file available.
Binary packages built by this source
- libfile-find-rule-perl: module to search for files based on rules
File::Find::Rule is a Perl module which essentially provides an easy-to-use
interface to the popular module, File::Find. It provides a way to build rules
that specify desired file and directory names using a text-globbing syntax
(provided by Text::Glob). This makes it useful for simple tasks, like finding
all ".pm" files in a given directory.