NAME
Parrot::Docs::Directory - Docs-Related Directory
SYNOPSIS
use Parrot::Docs::Directory;
DESCRIPTION
This Parrot::Docs::Directory
subclass creates Parrot::Docs::Files
.
It's used by the documentation tools in tools/docs.
Class Methods
Instance Methods
files_of_type($type, $recursive, $ignore)
-
Use this to get a list of the files of a particular type.
$recursive
and$ignore
function as specified infiles()
.