SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,10 @@
use File::Finder;
## simulate "-type f"
my $all_files = File::Finder->type('f');
## any rule can be extended:
my $all_files_printer = $all_files->print;
File::Find is great, but constructing the wanted routine can
sometimes be a pain. This module provides a wanted-writer, using
syntax that is directly mappable to the find command's syntax.

View file

@ -0,0 +1,6 @@
${P5SITE}/File/
${P5SITE}/File/Finder/
${P5SITE}/File/Finder.pm
${P5SITE}/File/Finder/Steps.pm
@man man/man3p/File::Finder.3p
@man man/man3p/File::Finder::Steps.3p