libcryptx-perl/lib/Crypt/Mode.pm

18 lines
150 B
Perl
Raw Normal View History

2018-03-22 15:51:09 +01:00
package Crypt::Mode;
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::Mode - [internal only]
2018-03-22 15:54:03 +01:00
=cut