The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

file_class()

Returns Parrot::Docs::File.

directory_class()

Returns Parrot::Docs::Directory.

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 in files().

SEE ALSO

Parrot::Docs::File