File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories....
RCLAMP/File-Find-Rule-0.34 - 03 Dec 2015 14:31:54 GMTThis module will search through a ZIP archive, specifically the contents of the FILE_ID.DIZ file in the archive....
BRICAS/File-Find-Rule-DIZ-0.06 - 26 Feb 2007 15:10:17 GMTFile::Find::Rule::PPI allows you to integrate PPI content queries into your File::Find::Rule searches. Initially, it provides the one additional method "ppi_find_any", which takes an argument identical to the PPI::Node method "find_any" and checks ea...
ADAMK/File-Find-Rule-PPI-1.06 - 06 Oct 2010 00:48:25 GMTFile::Find::Rule::CVS extends File::Find::Rule to add clauses based on the contents of CVS/Entries files....
RCLAMP/File-Find-Rule-CVS-0.01 - 11 Sep 2003 19:29:49 GMTMany tools need to be equally useful both on ordinary files, and on code that has been checked out from revision control systems. File::Find::Rule::VCS provides quick and convenient methods to exclude the version control directories of several major ...
ADAMK/File-Find-Rule-VCS-1.08 - 06 Oct 2010 00:48:36 GMTFile::Find::Rule::Age makes it easy to search for files based on their age. DateTime and File::stat are used to do the behind the scenes work, with File::Find::Rule doing the Heavy Lifting....
REHSACK/File-Find-Rule-Age-0.302 - 11 Jun 2014 09:11:23 GMTThis module provides some functions to test files and directories with all the power of the wonderful File::Find::Rule module. The test functionnality is based on Test::Builder. EXPORT match_rule_nb_results match_rule_array match_rule_no_result FUNCT...
FABPOT/Test-File-Find-Rule-1.00 - 07 Apr 2004 12:20:46 GMTI write a lot of things that muck with Perl files. And it always annoyed me that finding "perl files" requires a moderately complex File::Find::Rule pattern. File::Find::Rule::Perl provides methods for finding various types Perl-related files, or rep...
ETHER/File-Find-Rule-Perl-1.15 - 05 Apr 2015 20:59:30 GMTFile::Find::Rule::Type allows you to build Find::File::Rule searches that are limited by MIME type, using the File::Type module. Text::Glob is used so that the pattern may be a globbing pattern. ->type( @patterns ) Match only things with the mime typ...
PMISON/File-Find-Rule-Type-0.05 - 26 Aug 2003 22:39:20 GMTThis module will search through a file's SAUCE metadata (using File::SAUCE) and match on the specified fields....
BRICAS/File-Find-Rule-SAUCE-0.06 - 26 Feb 2007 15:03:47 GMTThis Perl module contains File::Find::Rule rules for detecting DICOM things. DICOM (Digital Imaging and Communications in Medicine) is a standard for handling, storing, printing, and transmitting information in medical imaging. See DICOM on Wikipedia...
SKIM/File-Find-Rule-Dicom-0.04 - 28 Sep 2015 09:29:30 GMTThis module extends File::Find::Rule to provide the ability to locate XML files which match a given XPath expression....
GRANTM/File-Find-Rule-XPath-0.03 - 10 Nov 2003 09:42:45 GMT"File::Find::Rule::TTMETA" extends "File::Find::Rule" to work with Template Toolkit templates by providing access to template-specific metadata. "File::Find::Rule::TTMETA" adds a "ttmeta" method / keyword to "File::Find::Rule". "ttmeta" takes a serie...
DARREN/File-Find-Rule-TTMETA-0.02 - 20 Feb 2003 20:55:43 GMTFile::Find::Rule::Digest allows you to find files based on its checksums....
MIYAGAWA/File-Find-Rule-Digest-0.01 - 26 Nov 2002 11:38:45 GMTFile::Find::Rule::MMagic interfaces File::MMagic to File::Find::Rule enabling you to find files based upon their mime type. Text::Glob is used so that the patter may be a simple globbing pattern. ->magic( @patterns ) Match only things with the mime t...
RCLAMP/File-Find-Rule-MMagic-0.02 - 29 Oct 2002 11:19:42 GMTFile::Find::Object::Rule is a friendlier interface to File::Find::Object . It allows you to build rules which specify the desired files and directories. WARNING : This module is a fork of version 0.30 of File::Find::Rule (which has been unmaintained ...
SHLOMIF/File-Find-Object-Rule-0.0311 - 23 Aug 2019 22:19:42 GMTAn interface between MP3::Info and File::Find::Rule to let you find files based on MP3-specific information such as bitrate, frequency, playing time, the stuff in the ID3 tag, and so on....
KAKE/File-Find-Rule-MP3Info-0.01 - 29 Oct 2002 23:08:59 GMTFile::Find::Rule::LibMagic extends File::Find::Rule by matching files depending on their magic file type or MIME type delivered through File::LibMagic from file(1) UNIX command. Every UNIX user (or users of unix-like systems) knows the file(1) comman...
REHSACK/File-Find-Rule-LibMagic-0.02 - 27 Apr 2010 14:48:44 GMTFile::Find::Rule::ImageSize interfaces Image::Size to File::Find::Rule enabling you to find files based upon their dimensions. Number::Compare is used so that the sizes may be relative values. ->image_x( @sizes ) =head2 ->image_y( @sizes ) Match only...
RCLAMP/File-Find-Rule-ImageSize-0.03 - 29 Oct 2002 11:08:01 GMTREHSACK/File-Find-Rule-DirCompare-0.020 - 02 Oct 2013 17:43:33 GMT