This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #125540] handle already being at EOF while not finding a heredoc terminator
[perl5.git] / t / op / for.t
2015-03-18 Father Chrysostomos[perl #124004] Fix stack bug with foreach(@empty)
2014-10-11 Father ChrysostomosExtend lex alias detection to foreach, too
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2014-10-02 Father ChrysostomosMake list assignment respect foreach aliasing
2013-09-02 Brian Frasert/op/for.t: Skip a test if the require for XS::APItest...
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-29 Father ChrysostomosStop creating defelems for undef in foreach(@_)
2013-03-14 Charlie GonzalezRemoved needless comment in for.t
2013-03-14 James E KeenanMoved t/cmd/lexsub.t, t/cmd/while.t to t/op; split...