fix a typo
This commit is contained in:
parent
054534564b
commit
2a388db1a6
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ sub view {
|
|||
|
||||
# hashref
|
||||
} elsif (ref $return eq 'HASH') {
|
||||
@result = $return undef;
|
||||
@result = $return;
|
||||
|
||||
# blessed object, to be stripped with Data::Structure::Util
|
||||
} elsif ( ref $return) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue