From 7a2f3b5226df7909b89ef9b85b91c482c8d7b2f8 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 4 Nov 2013 09:57:00 -0500 Subject: [PATCH] add in missing @ --- scripts/ZoneMinder/lib/ZoneMinder/Base.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Base.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/Base.pm.in index 31854fe67..3f10e9137 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Base.pm.in +++ b/scripts/ZoneMinder/lib/ZoneMinder/Base.pm.in @@ -32,7 +32,7 @@ require Exporter; our @ISA = qw(Exporter); -use constant ZM_VERSION => "@VERSION"; +use constant ZM_VERSION => "@VERSION@"; # Items to export into callers namespace by default. Note: do not export # names by default without a very good reason. Use EXPORT_OK instead.