Clean up option parsing and identifier quoting in Producer::PostgreSQL
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / View.pm
index 421b762..c5b9920 100644 (file)
@@ -23,7 +23,7 @@ C<SQL::Translator::Schema::View> is the view object.
 
 =cut
 
-use Moo 1.000003;
+use Moo;
 use SQL::Translator::Utils qw(ex2err);
 use SQL::Translator::Types qw(schema_obj);
 use SQL::Translator::Role::ListAttr;
@@ -77,7 +77,7 @@ with ListAttr tables => ( uniq => 1 );
 
 =head2 options
 
-Gets and sets a list of options on the view.
+Gets or appends a list of options on the view.
 
   $view->options('ALGORITHM=UNDEFINED');