]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Constants.pm
view exceptions and some code cleaning
[maypole.git] / lib / Maypole / Constants.pm
index 7bddbacfaa709af2c869ffa6536a1d0c5e5d39be..a758584c1a3e0aba0bb3d58a82f35400b473f5ca 100644 (file)
@@ -1,7 +1,7 @@
 package Maypole::Constants;
 use base 'Exporter';
-use constant OK => 0;
+use constant OK       => 0;
 use constant DECLINED => -1;
-use constant ERROR => -1;
+use constant ERROR    => -1;
 our @EXPORT = qw(OK DECLINED ERROR);
 1;