]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Constants.pm
set svn:keywords=Rev
[maypole.git] / lib / Maypole / Constants.pm
index b79704fbaa0d66a8e073ca63c344f97a0f471b2b..69178502bbdccf7a824d103805a2cb3c0aee7275 100644 (file)
@@ -4,6 +4,7 @@ use constant OK       => 0;
 use constant DECLINED => -1;
 use constant ERROR    => -1;
 our @EXPORT = qw(OK DECLINED ERROR);
+our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
 
 =head1 NAME