Last change
on this file since 1961 was
595,
checked in by Sam Hocevar, 17 years ago
|
- Set svn:keyword Id property on a few files.
Note to developers: use that chunk in your ~/.subversion/config:
[miscellany]
enable-auto-props = yes
[auto-props]
*.m = svn:keywords=Id
*.h = svn:keywords=Id
*.mm = svn:keywords=Id
*.c = svn:keywords=Id
*.cpp = svn:keywords=Id
*.pch = svn:keywords=Id
*.command = svn:keywords=Id
*.pl = svn:keywords=Id
*.pm = svn:keywords=Id
*.py = svn:keywords=Id
*.sh = svn:keywords=Id
*.txt = svn:keywords=Id
*.html = svn:keywords=Id
*.php = svn:keywords=Id
|
-
Property svn:keywords set to
Id
|
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.