FIX: fixed typo in Issue.pm
This commit is contained in:
parent
63f79884eb
commit
b61b7dedf9
@ -108,7 +108,7 @@ has 'type' => (is => 'rw', isa => 'Str', default => 'bug', trigger => sub {
|
||||
|
||||
die("unknown value in type (" . $new . ")") unless lc($new) eq "bug" || lc($new) eq "security-bug" ||
|
||||
lc($new) eq "improvement" || lc($new) eq "feature" ||
|
||||
lc($new) eq "task" || lc($$new) eq "epic";
|
||||
lc($new) eq "task" || lc($new) eq "epic";
|
||||
});
|
||||
|
||||
=attr status
|
||||
|
Loading…
Reference in New Issue
Block a user