Subject: | Config option 'BIND_NS => "All"' fails in v0.05 |
In v0.05,
use Inline 'SLang' => Config => BIND_NS => "All";
fails. This is fixed in the next release.
To work around this you have to explicitly name all the namespaces, ie
... Config => BIND_NS => [ "Global", ..., ... ];