| Acme-MetaSyntactic documentation | Contained in the Acme-MetaSyntactic distribution. |
Acme::MetaSyntactic::colors - The colors theme
This theme is just an alias of the colours theme, to please the
speakers of the various dialects of English. ;-)
Philippe Bruhat
Introduced in version 0.77, published on June 5, 2006.
| Acme-MetaSyntactic documentation | Contained in the Acme-MetaSyntactic distribution. |
package Acme::MetaSyntactic::colors; use Acme::MetaSyntactic::Alias; our @ISA = qw( Acme::MetaSyntactic::Alias ); __PACKAGE__->init('colours'); 1;
# no __DATA__ section required!