Acme::MetaSyntactic::colors - The colors theme


Acme-MetaSyntactic documentation Contained in the Acme-MetaSyntactic distribution.

Index


Code Index:

NAME

Top

Acme::MetaSyntactic::colors - The colors theme

DESCRIPTION

Top

This theme is just an alias of the colours theme, to please the speakers of the various dialects of English. ;-)

CONTRIBUTOR

Top

Philippe Bruhat

Introduced in version 0.77, published on June 5, 2006.

SEE ALSO

Top

Acme::MetaSyntactic, Acme::MetaSyntactic::Alias, Acme::MetaSyntactic::colours.


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!