summaryrefslogtreecommitdiff
path: root/lib/Enigmatic/Role/Rotate.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2013-04-12 19:16:27 +0100
committerdakkar <dakkar@thenautilus.net>2013-04-12 19:17:10 +0100
commitdb722a44eb917e17c2ef2c2cfe481db5e9af848f (patch)
tree2ffdba928da8d7c148933b415a8e7f3e04c27d53 /lib/Enigmatic/Role/Rotate.pm
parentfixed rotor ring settings (diff)
downloadEnigmatic-db722a44eb917e17c2ef2c2cfe481db5e9af848f.tar.gz
Enigmatic-db722a44eb917e17c2ef2c2cfe481db5e9af848f.tar.bz2
Enigmatic-db722a44eb917e17c2ef2c2cfe481db5e9af848f.zip
add licenceHEADmaster
Diffstat (limited to 'lib/Enigmatic/Role/Rotate.pm')
-rw-r--r--lib/Enigmatic/Role/Rotate.pm16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Enigmatic/Role/Rotate.pm b/lib/Enigmatic/Role/Rotate.pm
index 89fb761..7ce0946 100644
--- a/lib/Enigmatic/Role/Rotate.pm
+++ b/lib/Enigmatic/Role/Rotate.pm
@@ -7,3 +7,19 @@ sub _rotate_by {
return chr(ord('A')+
(ord($letter)-ord('A')+26+$position)%26);
}
+
+__END__
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2011 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut