This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / lexsub.t
2014-09-01 Father ChrysostomosFix assertion failure with our subs and constants
2014-08-28 Father ChrysostomosFix crash with lex subs under -d
2014-08-28 Father ChrysostomosFix crash in leave_scope when my sub has CvGV
2014-08-28 Father ChrysostomosFix crash when lex subs are used for overload
2014-08-28 Father ChrysostomosFix crash when lex subs are used for AUTOLOAD
2014-02-01 Zeframsubroutine signatures
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...