source:
libcaca/trunk/perl/lib/Term/Kaka/Constants.pm
@
379
Last change on this file since 379 was 379, checked in by , 19 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
1 | package Term::Kaka::Constants; |
2 | |
3 | use Term::Caca::Constants qw(:all); |
4 | push @ISA, 'Term::Caca::Constants'; |
5 | |
6 | *Term::Kaka::Constants::EXPORT_OK = *Term::Caca::Constants::EXPORT_OK; |
7 | *Term::Kaka::Constants::EXPORT_TAGS = *Term::Caca::Constants::EXPORT_TAGS; |
8 | |
9 | 1; |
Note: See TracBrowser
for help on using the repository browser.