NAME

PFT::Content::Blob - Binary file

SYNOPSIS

use PFT::Content::Blob;

my $p = PFT::Content::Blob->new({
    tree    => $tree,
    path    => $path,
    relpath => ['animals', 'cats', 'meow.png'], # decoded strings
})

DESCRIPTION

Properties

relpath

Relative path in form of a list.

A good use for it could be, concatenating it using File::Spec->catfile.