Added Views, Procedures and Triggers to bring it inline with the current Schema featu...
[dbsrgits/SQL-Translator.git] / t / 25storable.t
CommitLineData
f6595170 1#!/usr/local/bin/perl
2# vim: set ft=perl:
3
4# $Source: /home/faga/work/sqlfairy_svn/sqlfairy-cvsbackup/sqlfairy/t/25storable.t,v $
5# $Id: 25storable.t,v 1.1 2003-10-08 18:24:24 phrrngtn Exp $
6
7use Test::More tests => 2;
8
9use_ok('SQL::Translator::Parser::Storable');
10use_ok('SQL::Translator::Producer::Storable');
11
121;
13