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