projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ee801c0
)
remove default FAKE_RELEASE setting, allowing env to pass through
Graham Knop [Sat, 2 Sep 2017 15:13:01 +0000 (17:13 +0200)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
02db44e
..
5a7011f
100644
(file)
--- a/
lib/Distar.pm
+++ b/
lib/Distar.pm
@@
-163,7
+163,6
@@
END_FRAG
BRANCH => $self->{BRANCH} ||= 'master',
CHANGELOG => $self->{CHANGELOG} ||= 'Changes',
DEV_NULL_STDOUT => ($self->{DEV_NULL} ? '>'.File::Spec->devnull : ''),
- FAKE_RELEASE => '',
DISTTEST_MAKEFILE_PARAMS => '',
);