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

NAME

PFT::Content::Blog - A text entry with date.

SYNOPSIS

    use PFT::Content::Blog;

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

DESCRIPTION

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