summaryrefslogtreecommitdiff
path: root/lib/Enigmatic/Types.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Enigmatic/Types.pm')
-rw-r--r--lib/Enigmatic/Types.pm16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Enigmatic/Types.pm b/lib/Enigmatic/Types.pm
index be5bc87..f9defca 100644
--- a/lib/Enigmatic/Types.pm
+++ b/lib/Enigmatic/Types.pm
@@ -86,3 +86,19 @@ coerce PlugboardT, from Str, via {
require Enigmatic::Plugboard;
Enigmatic::Plugboard->new($_);
};
+
+__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