summaryrefslogtreecommitdiff
path: root/lib/Enigmatic/ReflectorBox.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Enigmatic/ReflectorBox.pm')
-rw-r--r--lib/Enigmatic/ReflectorBox.pm16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Enigmatic/ReflectorBox.pm b/lib/Enigmatic/ReflectorBox.pm
index e0558cf..77054fa 100644
--- a/lib/Enigmatic/ReflectorBox.pm
+++ b/lib/Enigmatic/ReflectorBox.pm
@@ -27,3 +27,19 @@ sub _build_reflectorset {
$_ = Enigmatic::Reflector->new($_) for values %reflectors;
return \%reflectors;
}
+
+__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