|
NAMEMongoose::Document - a Mongoose document roleSYNOPSISpackage Person; use Moose; with 'Mongoose::Document'; has 'name' => ( is => 'rw', isa => 'Str', required => 1 ); SEE ALSORead the Mongoose intro or cookbook.
Visit the GSP FreeBSD Man Page Interface. |