The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "A Bayesian classifier",
   "author" : [
      "Zbigniew Lukasiak <zlukasiak@opera.com>",
      "Tadeusz So\u00c5\u009bnierz <tsosnierz@opera.com>",
      "Ken Williams <ken@mathforum.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "AI-NaiveBayes",
   "no_index" : {
      "directory" : [
         "t/lib",
         "examples"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.30"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "File::Find::Rule" : "0.32",
            "List::Util" : "0",
            "Moose" : "1.15",
            "MooseX::Storage" : "0.25",
            "perl" : "5.010",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "web" : "http://github.com/operasoftware/AI-NaiveBayes"
      }
   },
   "version" : "0.01"
}