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

PFT::Content::Page - A content page

SYNOPSIS

    use PFT::Content::Page;

    my $f1 = PFT::Content::Page->new({
        tree => $tree,
        path => $path,
        name => $name,  # optional, defaults to basename($path)
    });

DESCRIPTION

Extends PFT::Content::Entry. Retains the same interface.