Subject: | ysh dies when reading from STDIN |
Executing the following command
ysh < some.yml
results in this error
Can't use string ("YAML::Load") as a subroutine ref
while "strict refs" in use at /usr/bin/ysh line 240
The following patch fixes the problem
239a240
Show quoted text
> no strict 'refs';