Add missing attribute name in header
Dagfinn Ilmari Mannsåker [Sat, 14 Sep 2013 16:44:33 +0000 (17:44 +0100)]
lib/SQL/Translator/Schema/Field.pm

index 89cb6ff..f6ce2a6 100644 (file)
@@ -486,7 +486,7 @@ has table => ( is => 'rw', isa => schema_obj('Table'), weak_ref => 1 );
 
 around table => \&ex2err;
 
-=head2
+=head2 parsed_field
 
 Returns the field exactly as the parser found it