[interchange] Make the distribution name also use the computed version
David Christensen <[email protected]> Fri, 03 Nov 2017 13:41:21 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 5455a2ba62b55b49b69a8c5dc41a78d15cfddb65 Author: David Christensen <[email protected]> Date: Fri Nov 3 08:40:52 2017 -0500 Make the distribution name also use the computed version Makefile.PL | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- diff --git a/Makefile.PL b/Makefile.PL index 4612706..372fc1d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -860,6 +860,7 @@ GetOptions(\%optctl, @options) WriteMakefile( NAME => "Interchange", DISTNAME => "interchange", + DISTVNAME => "interchange-" . get_dist_version(), clean => { FILES => "lib/IniConf.pm _uid _db_storable _allow_threads _session_storable lib/File/CounterFile.pm scripts/initp.pl scripts/compile_link scripts/config_prog scripts/configdump scripts/expire scripts/localize scripts/expireall scripts/makecat scripts/ic_mod_perl scripts/interchange scripts/offline scripts/restart scripts/update _ic_version", },