fix a typo

This commit is contained in:
Colin Kuskie 2008-01-25 21:33:01 +00:00
parent 054534564b
commit 2a388db1a6

View file

@ -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) {