X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=lib%2FMaypole%2FConstants.pm;h=9c018f9325f4e7782723fd3d77abd0bde00edcac;hp=09e7d4b3fa1f1fcc1a91b1c94d61a4e9a92a245f;hb=b8b992790ac51e41943f2747b52afed0228885c6;hpb=d9b26d07eb7f8050825082c3422989460d2a3e0b diff --git a/lib/Maypole/Constants.pm b/lib/Maypole/Constants.pm index 09e7d4b..9c018f9 100644 --- a/lib/Maypole/Constants.pm +++ b/lib/Maypole/Constants.pm @@ -5,7 +5,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+)/; +our $VERSION = "1." . sprintf "%04d", q$Rev: 354 $ =~ /: (\d+)/; 1;