super basic test for dm::sqlt
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / lib / DBICTest / SyntaxErrorComponent2.pm
CommitLineData
b974984a 1# belongs to t/run/90ensure_class_loaded.tl
2package # hide from PAUSE
3 DBICTest::SyntaxErrorComponent2;
4use warnings;
5use strict;
6
7my $str ''; # syntax error
8
91;