Codebase list libcryptx-perl / b3d0c9e lib / Crypt / AuthEnc.pm
b3d0c9e

Tree @b3d0c9e (Download .tar.gz)

AuthEnc.pm @b3d0c9eraw · history · blame

package Crypt::AuthEnc;

use strict;
use warnings;
our $VERSION = '0.055';

sub CLONE_SKIP { 1 } # prevent cloning

1;

=pod

=head1 NAME

Crypt::AuthEnc - [internal only]

=cut