summaryrefslogtreecommitdiff
path: root/pod/modpods/Finddepth.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/modpods/Finddepth.pod')
-rw-r--r--pod/modpods/Finddepth.pod14
1 files changed, 0 insertions, 14 deletions
diff --git a/pod/modpods/Finddepth.pod b/pod/modpods/Finddepth.pod
deleted file mode 100644
index c6512655d1..0000000000
--- a/pod/modpods/Finddepth.pod
+++ /dev/null
@@ -1,14 +0,0 @@
-=head1 NAME
-
-finddepth - traverse a directory structure depth-first
-
-=head1 SYNOPSIS
-
- use File::Finddepth;
- finddepth(\&wanted, '/foo','/bar');
- sub wanted { ... }
-
-=head2 DESCRIPTION
-
-This is just like C<File::Find>, except that it does a depth-first
-search and uses finddepth() rather than find().