Patch by Vlad Dascalu <jocuri@softhome.net>
r= kiko, a= justdave
default => 0
},
- {
- name => 'nummilestones',
- desc => 'If using Target Milestone, how many milestones do you wish to
- appear?',
- type => 't',
- default => 10,
- checker => \&check_numeric
- },
-
- {
- name => 'curmilestone',
- desc => 'If using Target Milestone, Which milestone are we working ' .
- 'toward right now?',
- type => 't',
- default => 1,
- checker => \&check_numeric
- },
-
{
name => 'musthavemilestoneonaccept',
desc => 'If you are using Target Milestone, do you want to require that ' .