Skip Menu |

This queue is for tickets about the Mason CPAN distribution.

Report information
The Basics
Id: 85717
Status: new
Priority: 0/
Queue: Mason

People
Owner: Nobody in particular
Requestors: willert [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 2.20
Fixed in: (no value)



Subject: $interp->set_global should allow undef and false values
Currently there is no way to unset a global value again (or set a global to any false value if I read the sources correctly). Because of that, global values run the risk of bleeding into the the next rendering when running a persistent interpreter object. I will post a pull request that changes this on github shortly.