]> git.decadent.org.uk Git - maypole.git/commitdiff
set svn:keywords=Rev
authorSimon Cozens <simon@simon-cozens.org>
Mon, 6 Dec 2004 01:25:44 +0000 (01:25 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Mon, 6 Dec 2004 01:25:44 +0000 (01:25 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@298 48953598-375a-da11-a14b-00016c27c3ee

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