Skip Menu |

This queue is for tickets about the Syntax-Keyword-Dynamically CPAN distribution.

Report information
The Basics
Id: 131648
Status: new
Priority: 0/
Queue: Syntax-Keyword-Dynamically

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



Subject: dynamically substr(...) does not restore
eval: use feature 'say'; use Syntax::Keyword::Dynamically; my $s = "foobar"; { dynamically substr($s, 3,0) = "baz"; say $s; } say $s; foobazbar foobazbar Expected output is: foobazbar foobar -- Paul Evans