The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Storm::Flood::Plan;
{
  $Storm::Flood::Plan::VERSION = '0.18';
}


plan_field FirstName => (
    
);

plan 'TIMs::Model::Employee' => (
    first_name => FirstName,
    last_name => SurName,
    hire_date => 'TIMs::Model::Hire',
    term_date => sub {
        int ( rand time % 2);
        
    }
);