Fix a typo with extending isHidden.
This commit is contained in:
parent
58944a4214
commit
0d8fd2896c
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ property userDefined5 => (
|
|||
default => '',
|
||||
);
|
||||
|
||||
around is_hidden => sub {
|
||||
around isHidden => sub {
|
||||
my $orig = shift;
|
||||
my $self = shift;
|
||||
if (@_ > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue