http://www.perlmonks.org?node_id=1007693


in reply to Moose and Exporter

Are you using namespace::clean/namespace::autoclean/namespace::sweep anywhere?

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

Replies are listed 'Best First'.
Re^2: Moose and Exporter
by Anonymous Monk on Dec 07, 2012 at 16:43 UTC
    Yes I am. I have it in the wrong place, eh? Thanks.