Back out bdf60588b to disable P::RD grammar precompilation - until P::RD is fixed
[dbsrgits/SQL-Translator.git] / t / 25storable.t
1 use Test::More tests => 2;
2
3 use_ok('SQL::Translator::Parser::Storable');
4 use_ok('SQL::Translator::Producer::Storable');
5
6 1;
7