libcryptx-perl/lib/Crypt/AuthEnc.pm

18 lines
156 B
Perl
Raw Normal View History

2018-03-22 15:51:09 +01:00
package Crypt::AuthEnc;
use strict;
use warnings;
2018-03-22 15:54:03 +01:00
our $VERSION = '0.058_002';
2018-03-22 15:51:09 +01:00
2018-03-22 15:54:03 +01:00
### not used
2018-03-22 15:51:09 +01:00
1;
2018-03-22 15:54:03 +01:00
=pod
2018-03-22 15:51:09 +01:00
=head1 NAME
Crypt::AuthEnc - [internal only]
2018-03-22 15:54:03 +01:00
=cut