Branch: refs/heads/ilmari/feature-indirect
Home: https://github.com/Perl/perl5
Commit: 5ba833a74bb6b30e41ae652843aa04b7d57ee35e
https://github.com/Perl/perl5/commit/5ba833a74bb6b30e41ae652843aa04b7d57ee35e
Author: Tony Cook <[email protected]>
Date: 2020-01-20 (Mon, 20 Jan 2020)
Changed paths:
M MANIFEST
M feature.h
M lib/feature.pm
M regen/feature.pl
A t/lib/feature/indirect
M toke.c
Log Message:
-----------
Add 'indirect' feature that can be tunred off to disable indirect method calls
Commit: d0dcc38f0ff35824a98e4faa11d272047644c694
https://github.com/Perl/perl5/commit/d0dcc38f0ff35824a98e4faa11d272047644c694
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: 2020-01-20 (Mon, 20 Jan 2020)
Changed paths:
M pod/perldiag.pod
M t/lib/feature/indirect
M toke.c
Log Message:
-----------
Throw explicit error for disabled indirect method syntax
Compare: https://github.com/Perl/perl5/compare/daf65261e34f...d0dcc38f0ff3