NAME
Crypt::TSD - Alias for Crypt::TimestampedData
VERSION
version 0.02
SYNOPSIS
use Crypt::TSD;
# This is equivalent to:
# use Crypt::TimestampedData;
# All methods are available:
my $tsd = Crypt::TSD->read_file('/path/file.tsd');
Crypt::TSD->write_file('/path/out.tsd', $tsd);
DESCRIPTION
This is a convenient alias for Crypt::TimestampedData. It provides the same functionality with a shorter name for easier typing.
SECURITY
This alias follows the same security policy as Crypt::TimestampedData. Report issues privately to <gdo@leader.it>; see SECURITY.md in the distribution root. Do not use public trackers for undisclosed vulnerabilities.
SEE ALSO
Crypt::TimestampedData - The main module