AI-MicroStructure

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

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

use 5.014001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "AI::MicroStructure   Creates Concepts for words",
  "AUTHOR" => "santex <santex\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "AI-MicroStructure",
  "EXE_FILES" => [
    "bin/chrono",
    "bin/from-folder.pl",
    "bin/getcat",
    "bin/getcat.pl",
    "bin/getfiles.sh",
    "bin/getnice",
    "bin/leo",
    "bin/linksearch",
    "bin/linksearch~",
    "bin/localfiles",
    "bin/micro",
    "bin/micro-dict",
    "bin/micro-dict~",
    "bin/micro-leo",
    "bin/micro-relation",
    "bin/micro-relation-test",
    "bin/micro-rename",
    "bin/micro-sense",
    "bin/micro-soundex",
    "bin/micro-steemer",
    "bin/micro-wiki",
    "bin/micro-wnet",
    "bin/micrownet",
    "bin/national",
    "bin/newssearch",
    "bin/park.pm",
    "bin/pdflinks",
    "bin/remote.pl"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014001",
  "NAME" => "AI::MicroStructure",
  "PREREQ_PM" => {
    "AI::Categorizer" => 0,
    "AI::Categorizer::Document" => 0,
    "AI::Categorizer::KnowledgeSet" => 0,
    "AI::Categorizer::Learner::NaiveBayes" => 0,
    "Algorithm::BaumWelch" => 0,
    "AnyDBM_File" => 0,
    "AnyEvent::Subprocess::Easy" => 0,
    "Cache::Memcached::Fast" => 0,
    "Carp" => 0,
    "Class::Container" => 0,
    "Config::Auto" => 0,
    "Cwd" => 0,
    "Data::Dumper" => 0,
    "Data::Printer" => 0,
    "Digest::MD5" => 0,
    "Digest::SHA1" => 0,
    "Exporter" => 0,
    "Fcntl" => 0,
    "File::Basename" => 0,
    "File::Glob" => 0,
    "File::HomeDir" => 0,
    "File::Spec" => 0,
    "Getopt::Long" => 0,
    "HTML::SimpleLinkExtor" => 0,
    "HTML::Strip" => 0,
    "HTTP::Request::Common" => 0,
    "IO::Async::Loop" => 0,
    "IO::File" => 0,
    "JSON" => 0,
    "JSON::XS" => 0,
    "LWP::UserAgent" => 0,
    "Lingua::StopWords" => 0,
    "List::Util" => 0,
    "Mojolicious" => 0,
    "Net::Async::WebSocket::Server" => 0,
    "Parallel::Iterator" => 0,
    "Params::Validate" => 0,
    "Search::ContextGraph" => 0,
    "Statistics::Basic" => 0,
    "Statistics::Contingency" => 0,
    "Statistics::Descriptive" => 0,
    "Statistics::Distributions::Ancova" => 0,
    "Statistics::MVA::BayesianDiscrimination" => 0,
    "Statistics::MVA::HotellingTwoSample" => 0,
    "Storable" => 0,
    "Storable::CouchDB" => 0,
    "Sysadm::Install" => 0
  },
  "VERSION" => "0.20",
  "test" => {
    "TESTS" => "t/t/*.t"
  }
);


my %FallbackPrereqs = (
  "AI::Categorizer" => 0,
  "AI::Categorizer::Document" => 0,
  "AI::Categorizer::KnowledgeSet" => 0,
  "AI::Categorizer::Learner::NaiveBayes" => 0,
  "Algorithm::BaumWelch" => 0,
  "AnyDBM_File" => 0,
  "AnyEvent::Subprocess::Easy" => 0,
  "Cache::Memcached::Fast" => 0,
  "Carp" => 0,
  "Class::Container" => 0,
  "Config::Auto" => 0,
  "Cwd" => 0,
  "Data::Dumper" => 0,
  "Data::Printer" => 0,
  "Digest::MD5" => 0,
  "Digest::SHA1" => 0,
  "Exporter" => 0,
  "Fcntl" => 0,
  "File::Basename" => 0,
  "File::Glob" => 0,
  "File::HomeDir" => 0,
  "File::Spec" => 0,
  "Getopt::Long" => 0,
  "HTML::SimpleLinkExtor" => 0,
  "HTML::Strip" => 0,
  "HTTP::Request::Common" => 0,
  "IO::Async::Loop" => 0,
  "IO::File" => 0,
  "JSON" => 0,
  "JSON::XS" => 0,
  "LWP::UserAgent" => 0,
  "Lingua::StopWords" => 0,
  "List::Util" => 0,
  "Mojolicious" => 0,
  "Net::Async::WebSocket::Server" => 0,
  "Parallel::Iterator" => 0,
  "Params::Validate" => 0,
  "Search::ContextGraph" => 0,
  "Statistics::Basic" => 0,
  "Statistics::Contingency" => 0,
  "Statistics::Descriptive" => 0,
  "Statistics::Distributions::Ancova" => 0,
  "Statistics::MVA::BayesianDiscrimination" => 0,
  "Statistics::MVA::HotellingTwoSample" => 0,
  "Storable" => 0,
  "Storable::CouchDB" => 0,
  "Sysadm::Install" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.506 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )