This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/magic.t: Comment for an unlink test
[perl5.git] / t / op / lexsub.t
2013-12-22 Dagfinn Ilmari Man... Remove support for "do SUBROUTINE(LIST)"
2013-11-08 Father ChrysostomosStop lexical CORE sub from interfering with CORE::
2013-11-02 Father ChrysostomosUndefined lex sub used as inherited method crashes
2013-06-28 Tony Cookmake sure the prototype actually matches
2013-06-28 Brian Fraserpad.c, S_cv_clone: Maintain the utf8-ness of the cloned cv
2013-06-23 Father ChrysostomosStop undef &foo from crashing on lex subs
2013-06-18 Lukas Maidon't crash on deep recursion warnings in lexical subs...
2013-06-02 Father ChrysostomosFix crashes after syntax errors in lexical subs
2013-06-02 Father Chrysostomos[perl #116735] Honour lexical prototypes when no parens...
2013-06-02 Father ChrysostomosName lexical constants
2013-06-02 Father Chrysostomoslexsub.t: To-do tests for citing lex subs after errors
2013-03-14 James E KeenanMoved t/cmd/lexsub.t, t/cmd/while.t to t/op; split...