source: libcaca/trunk/perl/lib/Term/Kaka/Constants.pm @ 379

Last change on this file since 379 was 379, checked in by Sam Hocevar, 19 years ago
  • Imported John Beppu's Perl wrapper.
File size: 257 bytes
Line 
1package Term::Kaka::Constants;
2
3use Term::Caca::Constants qw(:all);
4push @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
91;
Note: See TracBrowser for help on using the repository browser.