- or download this
package Test1;
use namespace::clean;
sub foo { if } # Yes, this is an intentional syntax error
1;
- or download this
% perl -Ilib -MTest1 -e1
- or download this
syntax error at lib/Test1.pm line 2, near "if }"
Compilation failed in require.
BEGIN failed--compilation aborted.
- or download this
Unknown error
Compilation failed in require.
BEGIN failed--compilation aborted.