#!/Users/metaperl/install/bin/perl

use SQL::Catalog;
use strict;

my $file = shift;

SQL::Catalog->test($file,@ARGV);

