POD for WebGUI::Definition::Meta::Property

This commit is contained in:
Colin Kuskie 2009-12-05 14:22:21 -08:00
parent d78359c13a
commit 841f9418a8

View file

@ -42,5 +42,13 @@ has 'form' => (
is => 'ro',
);
#-------------------------------------------------------------------
=head2 form ( )
Returns a hashref of propertes that are specific to WebGUI::Forms.
=cut
1;