in reply to Re^5: can't import using exporter
in thread can't import using exporter

"module_notational_filename" is not exported by the Module::Runtime module

That's because it's called module_notional_filename.

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