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

You can suppress the deprecation warnings by adding "-no_warn" to your script:
use Class::C3::Adopt::NEXT -no_warn;
Have you tried that?

Replies are listed 'Best First'.
Re^2: Class::C3::Adopt::NEXT warning on deprecated NEXT
by bv (Friar) on Jan 09, 2010 at 17:09 UTC

    Thanks, I had considered that option, but I'd rather have it not warn because nothing is wrong. Suppressing warnings rather than fixing them rubs me the wrong way. I may end up doing this on the interim, since I'm in a spiral development, and need to get a first prototype out quick, but I feel I need to fix the underlying problem.


    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);