Codebase list libcryptx-perl / 5b72530 lib / Crypt / AuthEnc.pm
5b72530

Tree @5b72530 (Download .tar.gz)

AuthEnc.pm @5b72530raw · 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