proper parsing, using add_* instead of throwing a whole blob in
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DBI / Sybase.pm
index 1022481..4d5bbc7 100644 (file)
@@ -1,8 +1,5 @@
 package SQL::Translator::Parser::DBI::Sybase;
-use Moose;
-use SQL::Translator::Types qw(Schema);
-with 'SQL::Translator::Parser::DBI::Dialect';
-
-has 'schema' => (is => 'ro', isa => Schema, default => sub { SQL::Translator::Object::Schema->new( { name => '' }) });
+use Moose::Role;
 
+no Moose;
 1;