This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add tests and fix new fatal errors related to $/
authorYves Orton <yves.orton@booking.com>
Tue, 4 Feb 2014 10:48:42 +0000 (18:48 +0800)
committerYves Orton <yves.orton@booking.com>
Tue, 4 Feb 2014 10:48:56 +0000 (18:48 +0800)
commit1ab48e3ad30800bfaff52faeea827eb2d57b1c28
tree2027813d7bec6192661a907ebd803871d76eaa74
parentd918879d8c706873039686f78ab67625bb47298d
Add tests and fix new fatal errors related to $/

In b3a2acfa0c0e4f8e48e1f6eb4d6fd143f293d2c6 I added new exceptions, but
forgot to test them properly. In the process I managed to partially break
the functionality, and since it was not tested I did not notice.

Ilmari on #p5p pointed out I forgot the test, and in the end I had to completely
rewrite the original patch.

Now tested as fully as I could. Thanks Ilmari.
mg.c
sv.c
t/base/rs.t