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

David Christensen interchange-cvs at icdevgroup.org
Fri Nov 3 15:19:03 UTC 2017


commit 92c36cec81b6edee487b75551c46df02df39dd87
Author: David Christensen <david at 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  => {



More information about the interchange-cvs mailing list