Acme-CPANModules-Foozilla

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/Foozilla.pm  view on Meta::CPAN

package Acme::CPANModules::Foozilla;

use strict;
use Acme::CPANModulesUtil::Misc;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-02-16'; # DATE
our $DIST = 'Acme-CPANModules-Foozilla'; # DIST
our $VERSION = '0.003'; # VERSION

my $text = <<'_';

Do you want to name your project "<something>zilla", but searching MetaCPAN is
difficult because everything is about <pm:Dist::Zilla>? Here's a little help.
I've searched using `lcpan` (from <pm:App::lcpan>):

    lcpan mods --query-type name zilla | grep -iv Dist::

and the following is the summary.

**Mozilla**

Of course, Mozilla is the biggest name of things foozilla. There's a rather
decent `Mozilla::` namespace on CPAN with notable modules like <pm:Mozilla::DOM>
and <pm:Mozilla::Mechanize>. There are also <pm:Software::License::Mozilla_2_0>
(and its siblings), <pm:Graphics::ColorNames::Mozilla>, or <pm:Wx::Mozilla>.

**Bugzilla**

Also from the Mozilla project, hence the name. We have <WWW::Bugzilla> on CPAN,
but as you know Bugzilla itself is also written in Perl.

**Filezilla**

I can only find the following modules related to this popular file transfer
software: <pm:Software::Catalog::SW::filezilla>.

**That's it**

Vast world awaits for your new `*`zilla project.

_

our $LIST = {
    summary => "List of ideas for module/script/project name using 'zilla'",
    description => $text,
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of ideas for module/script/project name using 'zilla'

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::Foozilla - List of ideas for module/script/project name using 'zilla'

=head1 VERSION

This document describes version 0.003 of Acme::CPANModules::Foozilla (from Perl distribution Acme-CPANModules-Foozilla), released on 2024-02-16.

=head1 DESCRIPTION

Do you want to name your project "<something>zilla", but searching MetaCPAN is
difficult because everything is about L<Dist::Zilla>? Here's a little help.
I've searched using C<lcpan> (from L<App::lcpan>):

 lcpan mods --query-type name zilla | grep -iv Dist::

and the following is the summary.

B<Mozilla>

Of course, Mozilla is the biggest name of things foozilla. There's a rather
decent C<Mozilla::> namespace on CPAN with notable modules like L<Mozilla::DOM>
and L<Mozilla::Mechanize>. There are also L<Software::License::Mozilla_2_0>
(and its siblings), L<Graphics::ColorNames::Mozilla>, or L<Wx::Mozilla>.

B<Bugzilla>

Also from the Mozilla project, hence the name. We have <WWW::Bugzilla> on CPAN,
but as you know Bugzilla itself is also written in Perl.

B<Filezilla>

I can only find the following modules related to this popular file transfer
software: L<Software::Catalog::SW::filezilla>.

B<That's it>

Vast world awaits for your new C<*>zilla project.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Dist::Zilla>

Author: L<RJBS|https://metacpan.org/author/RJBS>

=item L<App::lcpan>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item L<Mozilla::DOM>

Author: L<SLANNING|https://metacpan.org/author/SLANNING>

=item L<Mozilla::Mechanize>

Author: L<SLANNING|https://metacpan.org/author/SLANNING>



( run in 1.669 second using v1.01-cache-2.11-cpan-600a1bdf6e4 )