The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

directory_class()

Returns Parrot::Docs::Directory.

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.