NAME
Parrot::Docs::Directory - Docs-related Directory
SYNOPSIS
use Parrot::Docs::Directory;
my $dir = Parrot::Docs::Directory->new('parrot');
DESCRIPTION
This Parrot::IO::Directory
subclass creates Parrot::Docs::Files
.
It's used by the documentation tools in tools/docs.
Methods
file_class()
-
Returns
Parrot::Docs::File
. 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()
.
SEE ALSO
Parrot::Docs::File
.