set_$rel accepts now a $link_vals hashref like add_to_$rel does
[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;