Mailing List Archive

[interchange] Use calculated version from Makefile.PL instead of interchange.PL
commit 92c36cec81b6edee487b75551c46df02df39dd87
Author: David Christensen <david@endpoint.com>
Date: Fri Nov 3 10:18:23 2017 -0500

Use calculated version from Makefile.PL instead of interchange.PL

Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 91122f4..ca089a9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -886,7 +886,7 @@ WriteMakefile(
COMPRESS => "gzip -9f",
ZIP_FLAGS => '-pr9',
},
- VERSION_FROM => "scripts/interchange.PL",
+ VERSION => get_dist_version(),
EXE_FILES => [],
CONFIGURE => \&initialize,
PREREQ_PM => {

_______________________________________________
interchange-cvs mailing list
interchange-cvs@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-cvs