NAME
Crypt::TSD - Alias for Crypt::TimestampedData
VERSION
version 0.01
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.
SEE ALSO
Crypt::TimestampedData - The main module