Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / SyntaxErrorComponent2.pm
CommitLineData
175e2616 1# belongs to t/run/90ensure_class_loaded.tl
8273e845 2package # hide from PAUSE
9d3d92ab 3 DBICTest::SyntaxErrorComponent2;
175e2616 4use warnings;
5use strict;
6
7my $str ''; # syntax error
8
91;