in reply to Class::C3::Adopt::NEXT warning on deprecated NEXT

So it turns out I was misreading the documentation. When it says "replace your calls to NEXT::method() with maybe::next::method()," it means that literally. I was taking it to mean, for example, that NEXT::new(@_) becomes maybe::next::new(@_), but really, it should become maybe::next::method(@_). I'm still a bit confused about why this is so, but it works, at least.


print map{substr'hark, suPerJacent other l',$_,1}(11,7,6,16,5,1,15,18..23,8..10,24,17,0,12,13,3,14,2,4);