Acme-MetaSyntactic-chinese_zodiac

 view release on metacpan or  search on metacpan

lib/Acme/MetaSyntactic/chinese_zodiac.pm  view on Meta::CPAN

package Acme::MetaSyntactic::chinese_zodiac;

our $DATE = '2017-02-04'; # DATE
our $VERSION = '0.002'; # VERSION

use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;

1;
# ABSTRACT: The Chinese zodiac theme

=pod

=encoding UTF-8

=head1 NAME

Acme::MetaSyntactic::chinese_zodiac - The Chinese zodiac theme

=head1 VERSION

This document describes version 0.002 of Acme::MetaSyntactic::chinese_zodiac (from Perl distribution Acme-MetaSyntactic-chinese_zodiac), released on 2017-02-04.

=head1 SYNOPSIS

 % perl -MAcme::MetaSyntactic=chinese_zodiac -le 'print metaname'
 rooster

 % meta chinese_zodiac 2
 rooster
 horse

 % meta chinese_zodiac/zodiac_element 2
 fire_dragon
 wood_pig

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Acme-MetaSyntactic-chinese_zodiac>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-Acme-MetaSyntactic-chinese_zodiac>.

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-MetaSyntactic-chinese_zodiac>

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=head1 SEE ALSO

L<Acme::MetaSyntactic>

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut

__DATA__
# default
zodiac
# names zodiac
snake horse goat monkey rooster dog pig rat ox tiger rabbit dragon



( run in 2.614 seconds using v1.01-cache-2.11-cpan-13bb782fe5a )