Acme-CPANModulesBundle-Import-RSAVAGE

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "CPANLists imported from Ron Savage's blog posts",
   "author" : [
      "perlancar <perlancar@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.json  view on Meta::CPAN

      "x_mentions" : {
         "x_mentions" : {
            "AI::Categorizer" : "0",
            "Array::AsObject" : "0",
            "Array::Compare" : "0",
            "Array::Uniq" : "0",
            "Array::Utils" : "0",
            "Benchmark::Featureset::SetOps" : "0",
            "Benchmark::Featureset::StopWordLists" : "0",
            "Bit::Vector" : "0",
            "Blog::Spam" : "0",
            "Business::Cart::Generic" : "0",
            "CGI::Application::Plugin::ActionDispatch" : "0",
            "CGI::Application::Plugin::REST" : "0",
            "CGI::Application::Plugin::Routes" : "0",
            "CGI::Application::URIMapping" : "0",
            "CGI::Easy::URLconf" : "0",
            "Catalyst::Dispatcher" : "0",
            "DBIx::FullTextSearch" : "0",
            "DBIx::TextIndex" : "0",
            "Dancer::Plugin::Dispatcher" : "0",

META.yml  view on Meta::CPAN

---
abstract: "CPANLists imported from Ron Savage's blog posts"
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.010.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "CPANLists imported from Ron Savage's blog posts",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Acme-CPANModulesBundle-Import-RSAVAGE",
  "LICENSE" => "perl",
  "NAME" => "Acme::CPANModulesBundle::Import::RSAVAGE",
  "PREREQ_PM" => {},
  "TEST_REQUIRES" => {
    "File::Spec" => 0,

README  view on Meta::CPAN

NAME
    Acme::CPANModulesBundle::Import::RSAVAGE - CPANLists imported from Ron
    Savage's blog posts

VERSION
    This document describes version 0.001 of
    Acme::CPANModulesBundle::Import::RSAVAGE (from Perl distribution
    Acme-CPANModulesBundle-Import-RSAVAGE), released on 2018-09-22.

DESCRIPTION
HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/Acme-CPANModulesBundle-Import-RSAVAGE>.

lib/Acme/CPANModules/Import/RSAVAGE/StopWordLists.pm  view on Meta::CPAN

package Acme::CPANModules::Import::RSAVAGE::StopWordLists;

our $DATE = '2018-09-22'; # DATE
our $VERSION = '0.001'; # VERSION

our $LIST = {
  description => "This list is generated by extracting module names mentioned in the article [http://savage.net.au/Perl-modules/html/stopwordlists.report.html] (retrieved on 2016-02-21). For the full article, visit the URL.",
  entries     => [
                   { module => "AI::Categorizer" },
                   { module => "Benchmark::Featureset::StopWordLists" },
                   { module => "Blog::Spam" },
                   { module => "DBIx::FullTextSearch" },
                   { module => "DBIx::TextIndex" },
                   { module => "Elastic::Model" },
                   { module => "HTML::Index" },
                   { module => "Image::WordCloud" },
                   { module => "KinoSearch" },
                   { module => "KinoSearch1" },
                   { module => "Lingua::EN::Segmenter" },
                   { module => "Lingua::EN::StopWordList" },
                   { module => "Lingua::StopWords" },

lib/Acme/CPANModules/Import/RSAVAGE/StopWordLists.pm  view on Meta::CPAN

This list is generated by extracting module names mentioned in the article [http://savage.net.au/Perl-modules/html/stopwordlists.report.html] (retrieved on 2016-02-21). For the full article, visit the URL.

=head1 INCLUDED MODULES

=over

=item * L<AI::Categorizer>

=item * L<Benchmark::Featureset::StopWordLists>

=item * L<Blog::Spam>

=item * L<DBIx::FullTextSearch>

=item * L<DBIx::TextIndex>

=item * L<Elastic::Model>

=item * L<HTML::Index>

=item * L<Image::WordCloud>

lib/Acme/CPANModulesBundle/Import/RSAVAGE.pm  view on Meta::CPAN

package Acme::CPANModulesBundle::Import::RSAVAGE;

our $DATE = '2018-09-22'; # DATE
our $VERSION = '0.001'; # VERSION

1;
# ABSTRACT: CPANLists imported from Ron Savage's blog posts

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModulesBundle::Import::RSAVAGE - CPANLists imported from Ron Savage's blog posts

=head1 VERSION

This document describes version 0.001 of Acme::CPANModulesBundle::Import::RSAVAGE (from Perl distribution Acme-CPANModulesBundle-Import-RSAVAGE), released on 2018-09-22.

=head1 DESCRIPTION

=head1 HOMEPAGE

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



( run in 1.284 second using v1.01-cache-2.11-cpan-49f99fa48dc )