1) changed all 4 space indentation to 2 space style indents for replication code...
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / SyntaxErrorComponent2.pm
CommitLineData
175e2616 1# belongs to t/run/90ensure_class_loaded.tl
2package # hide from PAUSE
9d3d92ab 3 DBICTest::SyntaxErrorComponent2;
175e2616 4use warnings;
5use strict;
6
7my $str ''; # syntax error
8
91;