]> git.decadent.org.uk Git - maypole.git/blob - lib/Maypole/Constants.pm
a758584c1a3e0aba0bb3d58a82f35400b473f5ca
[maypole.git] / lib / Maypole / Constants.pm
1 package Maypole::Constants;
2 use base 'Exporter';
3 use constant OK       => 0;
4 use constant DECLINED => -1;
5 use constant ERROR    => -1;
6 our @EXPORT = qw(OK DECLINED ERROR);
7 1;