1PFT::Content::Month(3)User Contributed Perl DocumentationPFT::Content::Month(3)
23
4
NAME
6PFT::Content::Month - A monthly blog page
7
SYNOPSIS
9use PFT::Content::Month;
1011
my $f1 = PFT::Content::Month->new({
12tree => $tree,
13path => $path,
14name => $name, # optional, defaults to basename($path)
15});
16
DESCRIPTION
18Extends "PFT::Content::Blog". Retains the same interface.
1920
21
22
perl v5.34.0 2022-01-21 PFT::Content::Month(3)