summaryrefslogtreecommitdiff
path: root/lib/Crypt/AuthEnc.pm
diff options
context:
space:
mode:
authorLucas Kanashiro <kanashiro@debian.org>2017-06-25 00:00:40 -0300
committerLucas Kanashiro <kanashiro@debian.org>2017-06-25 00:00:40 -0300
commitea35d105ec8dbf421ad1803bcb72e097d2295a18 (patch)
tree2aa3f333938fb6886d020d7deb5bc7b4d010afca /lib/Crypt/AuthEnc.pm
Import original source of CryptX 0.048
Diffstat (limited to 'lib/Crypt/AuthEnc.pm')
-rw-r--r--lib/Crypt/AuthEnc.pm17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/Crypt/AuthEnc.pm b/lib/Crypt/AuthEnc.pm
new file mode 100644
index 00000000..b5960786
--- /dev/null
+++ b/lib/Crypt/AuthEnc.pm
@@ -0,0 +1,17 @@
+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 \ No newline at end of file