summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/test/syntax_restrictions.t
Commit message (Collapse)AuthorAgeFilesLines
* - make <<"EOF" a warning, not an error (and adapt test for it)Pascal Rigaux2005-11-251-1/+1
| | | | | - fix warning "Trailing spaces after HERE-document mark" (was on stderr)
* allow disabling warnings on command-line (and have various warnings level)Pascal Rigaux2004-11-101-1/+1
|
* handle qx(...) and qx{...} with a warningPascal Rigaux2004-10-131-1/+1
|
* allow qq{...} (with a warning)Pascal Rigaux2004-10-131-0/+2
|
* handle q{...} and qw{...} (with a warning)Pascal Rigaux2004-10-131-0/+4
|
* handle "use Gtk2 -init"Pascal Rigaux2004-10-131-0/+2
|
* handle s:xxx:yyy: and qw/.../, issuing a warningPascal Rigaux2004-08-121-0/+4
| | | | | (hopefully the ':' added in pattern_separator won't break other lex rules...)
* add a testPascal Rigaux2004-04-281-2/+6
|
* add a test for open F, ...Pascal Rigaux2004-04-281-0/+2
|
* add tests for perl_checkerPascal Rigaux2004-03-311-0/+52