Remove duplicate test (same as end of t/storage/error.t)
[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;