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

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

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

package Crypt::AuthEnc;

use strict;
use warnings;

sub CLONE_SKIP { 1 } # prevent cloning

1;

__END__
 
=head1 NAME
 
Crypt::AuthEnc - [internal only]
 
=cut