Codebase list libcryptx-perl / 92d9e4a lib / Crypt / AuthEnc.pm
92d9e4a

Tree @92d9e4a (Download .tar.gz)

AuthEnc.pm @92d9e4araw · history · blame

package Crypt::AuthEnc;

use strict;
use warnings;
our $VERSION = '0.056_004';

sub CLONE_SKIP { 1 } # prevent cloning

1;

=pod

=head1 NAME

Crypt::AuthEnc - [internal only]

=cut