projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0219529
)
work around silly warning
author
Joey Hess
<joey@gnu.kitenet.net>
Wed, 24 Mar 2010 20:40:37 +0000
(16:40 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Wed, 24 Mar 2010 20:40:37 +0000
(16:40 -0400)
ikiwiki.in
patch
|
blob
|
history
diff --git
a/ikiwiki.in
b/ikiwiki.in
index b62962ad8892841b9c28b0c649345514e493f5e1..38e4d320164ab40aed682ece22c3bdfd1aed8d34 100755
(executable)
--- a/
ikiwiki.in
+++ b/
ikiwiki.in
@@
-103,8
+103,8
@@
sub getconfig () {
}
eval q{use YAML::Any};
eval q{use YAML} if $@;
- $YAML::Syck::ImplicitUnicode=1;
die $@ if $@;
+ eval q{$YAML::Syck::ImplicitUnicode=1};
$config{$var}=Load($val."\n");
},
"version" => sub {