Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Squelch regex deprecation warnings from Perl 5.22.
[git.ikiwiki.info.git]
/
IkiWiki.pm
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index 6e19d482a899073fd790baef18d44d78e389e9f0..fe5af6d15a769250879accb6592b45d84f5c555e 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-566,6
+566,14
@@
sub getsetup () {
safe => 1,
rebuild => 1,
},
+ deterministic => {
+ type => "boolean",
+ default => 0,
+ description => "try harder to produce deterministic output",
+ safe => 1,
+ rebuild => 1,
+ advanced => 1,
+ },
}
sub getlibdirs () {