summaryrefslogtreecommitdiff
path: root/lib/Enigmatic/Role
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Enigmatic/Role')
-rw-r--r--lib/Enigmatic/Role/Rotate.pm16
-rw-r--r--lib/Enigmatic/Role/WithWiring.pm16
2 files changed, 32 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
diff --git a/lib/Enigmatic/Role/WithWiring.pm b/lib/Enigmatic/Role/WithWiring.pm
index df6dc48..063fb08 100644
--- a/lib/Enigmatic/Role/WithWiring.pm
+++ b/lib/Enigmatic/Role/WithWiring.pm
@@ -15,3 +15,19 @@ around BUILDARGS => sub {
return $class->$orig(@_);
}
};
+
+__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