add in missing @

This commit is contained in:
Isaac Connor
2013-11-04 09:57:00 -05:00
parent d428c832e7
commit 7a2f3b5226

View File

@@ -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.