1PFT::Content::AttachmenUts(e3r)Contributed Perl DocumentPaFtTi:o:nContent::Attachment(3)
23
4
NAME
6PFT::Content::Attachment - Binary attachment
7
SYNOPSIS
9use PFT::Content::Attachment;
1011
my $f1 = PFT::Content::Attachment->new({
12tree => $tree,
13path => $path,
14name => $name, # optional, defaults to basename($path)
15});
16
DESCRIPTION
18Extends "PFT::Content::Blob". Retains the same interface.
1920
21
22
perl v5.32.1 2021-01-27 PFT::Content::Attachment(3)