Codebase list libcryptx-perl / upstream/0.056 lib / Crypt / AuthEnc.pm
upstream/0.056

Tree @upstream/0.056 (Download .tar.gz)

AuthEnc.pm @upstream/0.056raw · history · blame

package Crypt::AuthEnc;

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

sub CLONE_SKIP { 1 } # prevent cloning

1;

=pod

=head1 NAME

Crypt::AuthEnc - [internal only]

=cut