summaryrefslogtreecommitdiff
path: root/lib/Crypt/AuthEnc.pm
blob: 78ce6cb18b7b97e835021a1701cfca641cc62358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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