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

NAME

PFT::Content::Month - A monthly blog page

SYNOPSIS

    use PFT::Content::Month;

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

DESCRIPTION

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