remove redundant required => 0
Justin Hunter [Thu, 9 Jul 2009 21:47:11 +0000 (14:47 -0700)]
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
 );