in reply to Re^4: "Method is not in the class but it is there!"
in thread "Method is not in the class but it is there!"

this assumes that
perl -I ~/lib/ -MCC2::Schema::BirthdayCardList -le 'print CC2::Schem +a::BirthdayCardList->can("add_to_birthday_cards")';
prints something like CODE(0x3f8ff4), basically that add_to_birthday_cards exists