Acme-MetaSyntactic
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/contributors.pm view on Meta::CPAN
Acme::MetaSyntactic::contributors - Acme::MetaSyntactic contributors
=head1 DESCRIPTION
The following people contributed to L<Acme::MetaSyntactic>,
either by proposing theme ideas, updating existing themes,
sending bug reports, running the test suite on their machine
and sending me the report or sending complete lists of items
for new or existing themes. Thanks for all the work I didn't
have to do!
They are listed below in chronological order (of when I actually used
their contributions), with the list of themes they contributed to (by
sending theme ideas, code, patches, bug reports, etc.). When no theme is
listed, this means that person contributed in another way (bug reports
or contribution to the behaviour modules).
This list only includes contributions made to Acme-MetaSyntactic (from
version 0.01 up to version 0.99) and to Acme-MetaSyntactic-Themes (from
version 1.000 up to version 1.028).
=cut
package Acme::MetaSyntactic::contributors;
use strict;
use Acme::MetaSyntactic::List;
our @ISA = qw( Acme::MetaSyntactic::List );
our $VERSION = '1.002';
{
my %seen;
__PACKAGE__->init(
{ names => join ' ',
grep { !$seen{$_}++ }
map { s/_+/_/g; $_ }
map { Acme::MetaSyntactic::RemoteList::tr_nonword($_) }
map { Acme::MetaSyntactic::RemoteList::tr_accent($_) }
map { /^=head2 (.*)/ ? $1 : () }
split /\n/ => <<'=cut'} );
=pod
=head2 Vahe Sarkissian
L<Acme::MetaSyntactic::donmartin>.
=head2 David Landgren
L<Acme::MetaSyntactic::pynchon>.
=head2 Sébastien Aperghis-Tramoni
L<Acme::MetaSyntactic::browser.pm>,
L<Acme::MetaSyntactic::dilbert.pm>,
L<Acme::MetaSyntactic::elements.pm>,
L<Acme::MetaSyntactic::evangelion.pm>,
L<Acme::MetaSyntactic::octothorpe.pm>,
L<Acme::MetaSyntactic::pornstars.pm>,
L<Acme::MetaSyntactic::quantum.pm>,
L<Acme::MetaSyntactic::unicode.pm>.
=head2 Mike Castle
=head2 anonymous
L<Acme::MetaSyntactic::crypto>.
=head2 Scott Lanning
L<Acme::MetaSyntactic::tld>.
=head2 Michel Rodriguez
L<Acme::MetaSyntactic::phonetic>,
L<Acme::MetaSyntactic::scooby_doo>.
=head2 Rafael Garcia-Suarez
L<Acme::MetaSyntactic::browser.pm>,
L<Acme::MetaSyntactic::buffy.pm>,
L<Acme::MetaSyntactic::jerkcity.pm>,
L<Acme::MetaSyntactic::pantagruel.pm>,
L<Acme::MetaSyntactic::pumpkings.pm>,
L<Acme::MetaSyntactic::stars.pm>.
=head2 Aldo Calpini
L<Acme::MetaSyntactic::hhgg.pm>.
=head2 Jérôme Fenal
L<Acme::MetaSyntactic::garbage.pm>,
L<Acme::MetaSyntactic::haddock.pm>,
L<Acme::MetaSyntactic::loremipsum.pm>,
L<Acme::MetaSyntactic::teletubbies.pm>.
=head2 Ricardo Signes
L<Acme::MetaSyntactic::monty_spam.pm>,
L<Acme::MetaSyntactic::python.pm>.
=head2 Hakim Cassimally
L<Acme::MetaSyntactic::pornstars.pm>.
=head2 Max Maischein
=head2 Offer Kaye
L<Acme::MetaSyntactic::amber.pm>.
=head2 Cédric Bouvier
L<Acme::MetaSyntactic::magicroundabout.pm>.
=head2 Jean Forget
L<Acme::MetaSyntactic::bottles.pm>,
L<Acme::MetaSyntactic::counting_to_one.pm>,
L<Acme::MetaSyntactic::discworld.pm>,
( run in 1.379 second using v1.01-cache-2.11-cpan-d7f47b0818f )