Trial release to smoketest the hinthash handling changes
[p5sagit/namespace-clean.git] / t / lib / SyntaxError.pm
1 package SyntaxError;
2 use namespace::clean;
3 sub foo { if }
4 1;