—package
Acme::MetaSyntactic::colors;
our
@ISA
=
qw( Acme::MetaSyntactic::Alias )
;
our
$VERSION
=
'1.000'
;
__PACKAGE__->init(
'colours'
);
1;
=head1 NAME
Acme::MetaSyntactic::colors - The colors theme
=head1 DESCRIPTION
This theme is just an alias of the C<colours> theme, to please the
speakers of the various dialects of English. C<;-)>
=head1 CONTRIBUTOR
Philippe Bruhat
Introduced in Acme-MetaSyntactic version 0.77, published on June 5, 2006.
Received its own version number for Acme-MetaSyntactic-Themes version 1.000,
published on May 7, 2012.
=head1 SEE ALSO
L<Acme::MetaSyntactic>, L<Acme::MetaSyntactic::Alias>,
L<Acme::MetaSyntactic::colours>.
=cut
# no __DATA__ section required!