ViennaPM1::DBIC::Monger - DBIx:Class module representing Vienna Perl Monger
DBIx::Class representation of the Monger table.
mongers
monger_id - PK
name
cpan_id
status
__PACKAGE__->might_have( 'personal_life' => 'ViennaPM1::PersonalLife', 'monger_id');
__PACKAGE__->has_many ( 'presentations' => 'ViennaPM1::Presentation', 'monger_id');
__PACKAGE__->belongs_to( 'life_style' => 'ViennaPM1::LifeStyle', 'life_style_id');
uniq_cpan_id => [ qw{cpan_id} ]
Returns monger whose cpan id equals to $cpan_id
Set or get current monger status.
Returns false if the monger is disabled otherwise true.