Fix parsing DSN when the driver part includes DBI attributes
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / WithTaint.pm
1 # keep stricture tests happy
2 use strict;
3 use warnings;
4 1;