Install Math::BigInt, 5.8.x ship a too old one
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestLoaderSubclass_NoRebless.pm
1 package TestLoaderSubclass_NoRebless;
2
3 use strict;
4 use warnings;
5 use base qw/DBIx::Class::Schema::Loader::DBI/;
6
7 1;