NAME
Data::TagDB::Metadata - Work with Tag databases
VERSION
version v0.02
SYNOPSIS
use Data::TagDB;
Package of Metadata. Inherits from Data::TagDB::Link.
METHODS
type, encoding
my Data::TagDB::Tag $db = $link->type;
my Data::TagDB::Tag $db = $link->encoding;
Returns the corresponding type, or encoding. Returns undef if not set.
data_raw
my $raw = $link->data_raw;
Returns the raw data of the metadata.
data
my $data = $link->data;
Returns the data in what is considered the most native form for Perl. E.g. URIs are returned in with package URI.
This method requires a decoder to be installed for the given type and encoding.
AUTHOR
Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)