Acme-CPANModules-Frameworks

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "List of frameworks on CPAN",
   "author" : [
      "perlancar <perlancar@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.028, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'List of frameworks on CPAN'
author:
  - 'perlancar <perlancar@cpan.org>'
build_requires:
  File::Spec: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Test::More: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.028.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "List of frameworks on CPAN",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Acme-CPANModules-Frameworks",
  "LICENSE" => "perl",
  "NAME" => "Acme::CPANModules::Frameworks",
  "PREREQ_PM" => {
    "strict" => 0
  },

README  view on Meta::CPAN

NAME
    Acme::CPANModules::Frameworks - List of frameworks on CPAN

VERSION
    This document describes version 0.002 of Acme::CPANModules::Frameworks
    (from Perl distribution Acme-CPANModules-Frameworks), released on
    2022-11-29.

DESCRIPTION
    What qualifies as a framewor to be listed here is the existence of
    ecosystem of CPAN modules/distributions (plugins, extensions, even
    application distributions, etc) pertaining to it.

    This list is used in building a list of framework classifiers in
    Module::Features::PerlTrove.

ACME::CPANMODULES ENTRIES
    Acme::CPANAuthors
        Author: ISHIGAKI <https://metacpan.org/author/ISHIGAKI>

    Acme::CPANModules
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    Jifty

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

package Acme::CPANModules::Frameworks;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-11-29'; # DATE
our $DIST = 'Acme-CPANModules-Frameworks'; # DIST
our $VERSION = '0.002'; # VERSION

our $LIST = {
    summary => "List of frameworks on CPAN",
    description => <<'_',

What qualifies as a framewor to be listed here is the existence of ecosystem of
CPAN modules/distributions (plugins, extensions, even application distributions,
etc) pertaining to it.

This list is used in building a list of framework classifiers in
<pm:Module::Features::PerlTrove>.

_
    entries => [
        # acme
        {module=>'Acme::CPANAuthors', tags=>['category:acme']},
        {module=>'Acme::CPANModules', tags=>['category:acme']},

        # app
        {module=>'Jifty', tags=>['category:app']},

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

        {module=>'Mojolicious', tags=>['category:web']},
        # Plack?

        # web-form
        {module=>'HTML::FormFu', tags=>['category:web-form']},
        {module=>'HTML::FormHandler', tags=>['category:web-form']},
    ],
};

1;
# ABSTRACT: List of frameworks on CPAN

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::Frameworks - List of frameworks on CPAN

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::Frameworks (from Perl distribution Acme-CPANModules-Frameworks), released on 2022-11-29.

=head1 DESCRIPTION

What qualifies as a framewor to be listed here is the existence of ecosystem of
CPAN modules/distributions (plugins, extensions, even application distributions,
etc) pertaining to it.

This list is used in building a list of framework classifiers in
L<Module::Features::PerlTrove>.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Acme::CPANAuthors>

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



( run in 0.804 second using v1.01-cache-2.11-cpan-df04353d9ac )