Help for this page

Select Code to Download


  1. 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") }'
    
  2. or download this
    $_ is : Local::CMSDBIx
    $_ is : DBIx::Class::InflateColumn::DateTime
    ...
    $_ is : DBIx::Class::Componentised
    $_ is : Class::C3::Componentised
    $_ is : Class::Accessor::Grouped
    
  3. or download this
    perl -I ~/lib/ -MCC2::Schema::BirthdayCardList -le 'print "Yes.....\n"
    + if CC2::Schema::BirthdayCardList->can("add_to_birthday_cards")'