You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package Term::Kaka::Constants;
-
- use Term::Caca::Constants qw(:all);
- push @ISA, 'Term::Caca::Constants';
-
- *Term::Kaka::Constants::EXPORT_OK = *Term::Caca::Constants::EXPORT_OK;
- *Term::Kaka::Constants::EXPORT_TAGS = *Term::Caca::Constants::EXPORT_TAGS;
-
- 1;
|