Acme-CPANModules-HaveWebsite

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA


Also add information on how to contact you by electronic and paper mail.

If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:

    Gnomovision version 69, Copyright (C) 19xx name of author
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the
appropriate parts of the General Public License.  Of course, the
commands you use may be called something other than `show w' and `show
c'; they could even be mouse-clicks or menu items--whatever suits your
program.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary.  Here a sample; alter the names:

META.json  view on Meta::CPAN

         "version" : "0.005"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-HaveWebsite"
      },
      "homepage" : "https://metacpan.org/release/Acme-CPANModules-HaveWebsite",
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/perlancar/perl-Acme-CPANModules-HaveWebsite.git",
         "web" : "https://github.com/perlancar/perl-Acme-CPANModules-HaveWebsite"
      }
   },
   "version" : "0.005",
   "x_Dist_Zilla" : {
      "perl" : {
         "version" : "5.038000"
      },
      "plugins" : [

META.json  view on Meta::CPAN

         {
            "class" : "Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple",
            "name" : "@Author::PERLANCAR/UploadToCPAN::WWWPAUSESimple",
            "version" : "0.04"
         },
         {
            "class" : "Dist::Zilla::Plugin::Prereqs",
            "config" : {
               "Dist::Zilla::Plugin::Prereqs" : {
                  "phase" : "runtime",
                  "type" : "requires"
               }
            },
            "name" : "Prereqs",
            "version" : "6.030"
         },
         {
            "class" : "Dist::Zilla::Plugin::Prereqs",
            "config" : {
               "Dist::Zilla::Plugin::Prereqs" : {
                  "phase" : "develop",
                  "type" : "x_spec"
               }
            },
            "name" : "DevelopX_spec",
            "version" : "6.030"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":InstallModules",
            "version" : "6.030"
         },

META.yml  view on Meta::CPAN

      version: '0.007'
    -
      class: Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple
      name: '@Author::PERLANCAR/UploadToCPAN::WWWPAUSESimple'
      version: '0.04'
    -
      class: Dist::Zilla::Plugin::Prereqs
      config:
        Dist::Zilla::Plugin::Prereqs:
          phase: runtime
          type: requires
      name: Prereqs
      version: '6.030'
    -
      class: Dist::Zilla::Plugin::Prereqs
      config:
        Dist::Zilla::Plugin::Prereqs:
          phase: develop
          type: x_spec
      name: DevelopX_spec
      version: '6.030'
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':InstallModules'
      version: '6.030'
    -
      class: Dist::Zilla::Plugin::FinderCode
      name: ':IncModules'
      version: '6.030'

README  view on Meta::CPAN

        Website URL: <http://www.template-toolkit.org/>

    Test::BDD::Cucumber
        Author: EHUELS <https://metacpan.org/author/EHUELS>

        Website URL: <https://pherkin.pm/>

    Type::Tiny
        Author: TOBYINK <https://metacpan.org/author/TOBYINK>

        Website URL: <https://typetiny.toby.ink/>

    Wx  Author: MDOOTSON <https://metacpan.org/author/MDOOTSON>

        Website URL: <http://www.wxperl.it/>

    Zydeco
        Author: TOBYINK <https://metacpan.org/author/TOBYINK>

        Website URL: <https://zydeco.toby.ink/>

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

        {module=>'Mojolicious', website_url=>'https://mojolicious.org/'},
        {module=>'MooX::Role::JSON_LD', website_url=>'https://davorg.dev/moox-role-json_ld/'},
        {module=>'Padre', website_url=>'http://padre.perlide.org/'},
        {module=>'PDL', website_url=>'https://pdl.perl.org'},
        {module=>'Perl::Critic', website_url=>'http://perlcritic.com/'},
        {module=>'Plack', website_url=>'https://plackperl.org/'},
        {module=>'Rex', website_url=>'https://www.rexify.org/'},
        {module=>'SPVM', website_url=>'https://yuki-kimoto.github.io/spvmdoc-public/', description=>'Currently machine-translated from Japanese'},
        {module=>'Template', website_url=>'http://www.template-toolkit.org/'},
        {module=>'Test::BDD::Cucumber', website_url=>'https://pherkin.pm/'},
        {module=>'Type::Tiny', website_url=>'https://typetiny.toby.ink/'},
        {module=>'Wx', website_url=>'http://www.wxperl.it/'},
        {module=>'Zydeco', website_url=>'https://zydeco.toby.ink/'},
    ],
};

1;
# ABSTRACT: List of modules that have their own website

__END__

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

=item L<Test::BDD::Cucumber>

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

Website URL: L<https://pherkin.pm/>

=item L<Type::Tiny>

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

Website URL: L<https://typetiny.toby.ink/>

=item L<Wx>

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

Website URL: L<http://www.wxperl.it/>

=item L<Zydeco>

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



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