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


in reply to Re: CPAN Testers command-line viewer
in thread CPAN Testers command-line viewer

Are you perhaps using a fairly ancient version of YAML::XS?

What's the output of this?

perl -MYAML::Any -E'say YAML::Any->implementation, q( ), YAML::Any->im +plementation->VERSION'

Mine is YAML::XS 0.38.

I suppose this is the downside of YAML::Any. :-(

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