[interchange] rename .ic-version to _ic_version for style consistency
David Christensen <[email protected]> Thu, 02 Nov 2017 20:45:42 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 85cc168b42deced04fc168a25c6ed5d5023b4364 Author: David Christensen <[email protected]> Date: Thu Nov 2 15:42:51 2017 -0500 rename .ic-version to _ic_version for style consistency .gitignore | 2 +- MANIFEST | 2 +- Makefile.PL | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index 63da7fd..de195d4 100644 --- a/.gitignore +++ b/.gitignore @@ -66,4 +66,4 @@ scripts/update Vagrantfile *.swp *~ -.ic-version +_ic_version diff --git a/MANIFEST b/MANIFEST index 8f5f551..f330f4f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1291,4 +1291,4 @@ t/interchange-test/variable.txt test.pl UPGRADE WHATSNEW -.ic-version +_ic_version diff --git a/Makefile.PL b/Makefile.PL index 665dc81..5239268 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,7 +29,7 @@ my @mods_to_get; my @remove_old; my $Lock_troubles; -$VERSION = eval { require './.ic-version' } || '5.12.0'; +$VERSION = eval { require './_ic_version' } || '5.12.0'; my @os_hints; eval { @@ -711,7 +711,7 @@ EOF if (-d "./.git") { $X{VERSION} = qx(git describe --tags --dirty); chomp $X{VERSION}; - system(qq{echo '"$X{VERSION}"' > .ic-version}); + system(qq{echo '"$X{VERSION}"' > _ic_version}); } else { $X{VERSION} = $VERSION; @@ -857,7 +857,7 @@ WriteMakefile( NAME => "Interchange", DISTNAME => "interchange", 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", + 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", }, dist => {