in reply to Errors when using module

Something is being passed to a function defined around line 901 in Bio::PopGen::Statistics. Bio::PopGen::Statistics expects that thing to be a blessed object. But it is not; hence the error.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'