lets remove that extra ;
Justin Hunter [Tue, 23 Mar 2010 23:37:57 +0000 (16:37 -0700)]
lib/SQL/Translator/Types.pm

index 4727b4b..f8eb10c 100644 (file)
@@ -4,7 +4,7 @@ class SQL::Translator::Types {
     use MooseX::Types -declare, [qw(Column Constraint ForeignKey Index PrimaryKey Procedure Schema Sequence Table Trigger View
                                     Bit DBIHandle MatchType Parser Producer Translator DBICSchema)];
 
-    class_type DBICSchema, { class => 'DBIx::Class::Schema' };;
+    class_type DBICSchema, { class => 'DBIx::Class::Schema' };
     
     class_type Column, { class => 'SQL::Translator::Object::Column' };
     class_type Constraint, { class => 'SQL::Translator::Object::Constraint' };