|
NameMo::required - Adds the required feature to Mo's hasSynopsisuse Mo qw'required'; has name => ( required => 1 ); DescriptionAdds the required parameter to has. When required is set to a positive value, the constructor will die if the attribute is not set.
Visit the GSP FreeBSD Man Page Interface. |