Hi all,
As can be seen in this bug:
https://rt.cpan.org/Ticket/Display.html?id=78240
There are some substitution expresions like:
$val =~ s{\$\{([\w.]+)\}}{ $self->get_var($1) }ge;
(with "\{" inside curly braces - { ... } - delimeters),
which now generate warnings, even though it worked in the past.
It broke some of my own CPAN code too.
Is this a bug?
Regards,
Shlomi Fish
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
Escape from GNU Autohell - http://www.shlomifish.org/open-source/anti/autohell/
The cool thing about Vim is — you find something interesting with every typo.
— Su‐Shee on Freenode’s #perl .
Please reply to list if it's a mailing list post - http://shlom.in/reply .
Thread Next