The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
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/micro-wnet",
    "bin/micrownet",
    "bin/{",
    "bin/micro-sock",
    "bin/micro-ontology",
    "bin/[",
    "bin/micro-git",
    "bin/dnswiki",
    "bin/micro-wiki",
    "bin/micro-steemer",
    "bin/getcat.sh",
    "bin/t5.pl",
    "bin/cg.pl",
    "bin/micro-test",
    "bin/micro-sense",
    "bin/micro-relation",
    "bin/replacer.sh",
    "bin/geany_run_script.sh",
    "bin/FBI",
    "bin/file",
    "bin/run2.pl",
    "bin/go.pl",
    "bin/quicky.pl",
    "bin/go",
    "bin/gettable.sh",
    "bin/getcat",
    "bin/micro-test.pl",
    "bin/micro-daemon",
    "bin/micro-sockx",
    "bin/micro-wiki-2",
    "bin/route.sh",
    "bin/micro-rename",
    "bin/CG.pl",
    "bin/ptar",
    "bin/micro-dict",
    "bin/websock002.pl",
    "bin/micro",
    "bin/oneliner.sh",
    "bin/parse.sh",
    "bin/micro-wiki-clean",
    "bin/cleantext.pl",
    "bin/runfeeds.sh",
    "bin/linksearch.sh",
    "bin/prompt.sh"
  ],
  "LICENSE" => "perl",
  "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::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.17",
  "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::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);