1PFT::Content::Blog(3) User Contributed Perl DocumentationPFT::Content::Blog(3)
23
4
NAME
6PFT::Content::Blog - A text entry with date.
7
SYNOPSIS
9use PFT::Content::Blog;
1011
my $f1 = PFT::Content::Blog->new({
12tree => $tree,
13path => $path,
14name => $name, # optional, defaults to basename($path)
15});
16
DESCRIPTION
18Extends "PFT::Content::Entry". Retains the same interface.
1920
21
22
perl v5.28.0 2017-09-25 PFT::Content::Blog(3)