1 package Maypole::Constants;
5 use constant DECLINED => -1;
6 use constant ERROR => -1;
7 our @EXPORT = qw(OK DECLINED ERROR);
8 our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
14 Maypole::Constants - Maypole predefined constants
18 use Maypole::Constants;
30 This class defines constants for use with Maypole
46 Aaron Trevena, c<teejay@droogs.org>
50 Simon Cozens, C<simon@cpan.org>
54 You may distribute this code under the same terms as Perl itself.