X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Ffinddepth.pl;h=bfa44bb1bc9d51d071ca04c1844bc63b1d7ae71a;hb=06c0cc96ebd866767a6d107ed78967600f7e0395;hp=5814a44b1fc85770c2960f5ffa04dd248a636013;hpb=dffa8cde9002476ae514bd0d995e9a1310014b8c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/finddepth.pl b/lib/finddepth.pl index 5814a44..bfa44bb 100644 --- a/lib/finddepth.pl +++ b/lib/finddepth.pl @@ -30,9 +30,14 @@ use File::Find (); -*name = *File::Find::name; -*prune = *File::Find::prune; -*dir = *File::Find::dir; +*name = *File::Find::name; +*prune = *File::Find::prune; +*dir = *File::Find::dir; +*topdir = *File::Find::topdir; +*topdev = *File::Find::topdev; +*topino = *File::Find::topino; +*topmode = *File::Find::topmode; +*topnlink = *File::Find::topnlink; sub finddepth { &File::Find::finddepth(\&wanted, @_);