Codebase list libcryptx-perl / debian/0.048-1 lib / Crypt / AuthEnc.pm
debian/0.048-1

Tree @debian/0.048-1 (Download .tar.gz)

AuthEnc.pm @debian/0.048-1raw · history · blame

package Crypt::AuthEnc;

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

sub CLONE_SKIP { 1 } # prevent cloning

1;

__END__
 
=head1 NAME

Crypt::AuthEnc - [internal only]

=cut