18 lines
156 B
Perl
18 lines
156 B
Perl
package Crypt::AuthEnc;
|
|
|
|
use strict;
|
|
use warnings;
|
|
our $VERSION = '0.058_002';
|
|
|
|
### not used
|
|
|
|
1;
|
|
|
|
=pod
|
|
|
|
=head1 NAME
|
|
|
|
Crypt::AuthEnc - [internal only]
|
|
|
|
=cut
|