remove redundant required => 0
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DBI.pm
index cbc2f14..04ba5bb 100644 (file)
@@ -29,7 +29,6 @@ has 'namesep' => (
 has 'schema_name' => (
     is => 'rw',
     isa => Maybe[Str],
-    required => 0,
     lazy => 1,
     default => undef
 );
@@ -37,7 +36,6 @@ has 'schema_name' => (
 has 'catalog_name' => (
     is => 'rw',
     isa => Maybe[Str],
-    required => 0,
     lazy => 1,
     default => undef
 );