- or download this
perl -I ~/lib/ -MCC2::Schema::BirthdayCardList -MClass::ISA -le 'for (
+Class::ISA::super_path( "CC2::Schema::BirthdayCardList" )) { print "\
+$_ is : $_"; print "I have the method, add_to_birthday_cards\n" if $_
+->can("add_to_birthday_cards") }'
- or download this
$_ is : Local::CMSDBIx
$_ is : DBIx::Class::InflateColumn::DateTime
...
$_ is : DBIx::Class::Componentised
$_ is : Class::C3::Componentised
$_ is : Class::Accessor::Grouped
- or download this
perl -I ~/lib/ -MCC2::Schema::BirthdayCardList -le 'print "Yes.....\n"
+ if CC2::Schema::BirthdayCardList->can("add_to_birthday_cards")'