Skip Menu |

This queue is for tickets about the Inline-SLang CPAN distribution.

Report information
The Basics
Id: 2256
Status: resolved
Priority: 0/
Queue: Inline-SLang

People
Owner: Nobody in particular
Requestors: djburke [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.05
Fixed in: 0.06



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", ..., ... ];