added test to make sure that store_column is called even for non-dirty columns
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / SyntaxErrorComponent3.pm
1 package DBICErrorTest::SyntaxError;
2
3 use strict;
4
5 I'm a syntax error!