Codebase list libcryptx-perl / v0.054 lib / Crypt / AuthEnc.pm
v0.054

Tree @v0.054 (Download .tar.gz)

AuthEnc.pm @v0.054raw · history · blame

package Crypt::AuthEnc;

use strict;
use warnings;
our $VERSION = '0.054';

sub CLONE_SKIP { 1 } # prevent cloning

1;

__END__
 
=head1 NAME

Crypt::AuthEnc - [internal only]

=cut