NAME
Data::URIID::Digest - Extractor for identifiers from URIs
VERSION
version v0.14
SYNOPSIS
use
Data::URIID::Digest;
my
$extractor
= Data::URIID->new;
my
$result
=
$extractor
->lookup(
$URI
);
my
$digest
=
$result
->digest(
'sha-3-512'
,
as
=>
'Digest'
);
This is an internal module. It is used to emulate an object created by Digest.
This module inherits from Digest::base.
AUTHOR
Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2023-2025 by Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)