This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct ‘"my" variable "&f::b"...’ message
[perl5.git] / t / lib / croak / toke
2014-10-06 Father ChrysostomosCorrect ‘"my" variable "&f::b"...’ message
2014-10-06 Father ChrysostomosReorder t/lib/croak/toke
2014-05-12 Tony Cookensure qw//, q'' and '' report line on a missing terminator
2013-11-18 Tony Cookfix expected failure text for new croak.t test
2013-11-17 Father ChrysostomosRemove extraneous dot from ‘Missing right brace...’
2012-12-17 Tony Cookskip the \N{...} unloaded charnames croak test when...
2012-12-09 Father ChrysostomosChange Constant(undef) error to something meaningful
2012-12-09 Father ChrysostomosTest ‘Constant(%s) unknown’ error
2012-12-09 Father ChrysostomosTest error when constant overload handler returns undef
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-09-16 Father ChrysostomosDisable lexsubs outside of feature.pm
2012-09-16 Father ChrysostomosDon’t allow name after our/state sub
2012-08-21 Father Chrysostomos[perl #70836] Fix err msg for unterminated here-doc...
2012-08-02 Father Chrysostomos[perl #114104] Better error for unterminated heredoc...
2012-07-06 Father ChrysostomosTest ‘Missing name in "my sub"’