From: David Steinbrunner Date: Fri, 13 Sep 2013 11:41:49 +0000 (-0400) Subject: typo fix X-Git-Tag: v0.011017~17^2~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e757697c6609eed553753e37307e7328824d68da;p=dbsrgits%2FSQL-Translator.git typo fix --- diff --git a/lib/SQL/Translator/Schema/Role/Extra.pm b/lib/SQL/Translator/Schema/Role/Extra.pm index 1dfd7a1..ff46785 100644 --- a/lib/SQL/Translator/Schema/Role/Extra.pm +++ b/lib/SQL/Translator/Schema/Role/Extra.pm @@ -25,7 +25,7 @@ use Sub::Quote qw(quote_sub); =head2 extra -Get or set the objects "extra" attibutes (e.g., "ZEROFILL" for MySQL fields). +Get or set the objects "extra" attributes (e.g., "ZEROFILL" for MySQL fields). Call with no args to get all the extra data. Call with a single name arg to get the value of the named extra attribute, returned as a scalar. Call with a hash or hashref to set extra attributes.