]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Constants.pm
Shitload of doc fixes.
[maypole.git] / lib / Maypole / Constants.pm
index a758584c1a3e0aba0bb3d58a82f35400b473f5ca..b79704fbaa0d66a8e073ca63c344f97a0f471b2b 100644 (file)
@@ -4,4 +4,30 @@ use constant OK       => 0;
 use constant DECLINED => -1;
 use constant ERROR    => -1;
 our @EXPORT = qw(OK DECLINED ERROR);
+
+=head1 NAME
+
+Maypole::Constants - Maypole predefined constants
+
+=head1 DESCRIPTION
+
+This class defines constants for use with Maypole
+
+=head1 SEE ALSO
+
+L<Maypole>
+
+=head1 MAINTAINER
+
+Sebastian Riedel, c<sri@oook.de>
+
+=head1 AUTHOR
+
+Simon Cozens, C<simon@cpan.org>
+
+=head1 LICENSE
+
+You may distribute this code under the same terms as Perl itself.
+
+=cut
 1;