From 72ebd12372713c17bb79d6510f3da7c7b4561338 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 6 Dec 2004 01:25:44 +0000 Subject: [PATCH] set svn:keywords=Rev git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@298 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole/Constants.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Maypole/Constants.pm b/lib/Maypole/Constants.pm index b79704f..6917850 100644 --- a/lib/Maypole/Constants.pm +++ b/lib/Maypole/Constants.pm @@ -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 -- 2.39.2