The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "A Perl binding for LIBLINEAR, a library for classification/regression using linear SVM and logistic regression.",
   "author" : [
      "Koichi SATOH E<lt>sato@seesaa.co.jpE<gt>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4214",
   "license" : [
      "mit"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Algorithm-LibLinear",
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::CBuilder" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.42",
            "Module::Build::XSUtil" : "0.14"
         }
      },
      "runtime" : {
         "requires" : {
            "List::MoreUtils" : "0",
            "Smart::Args" : "0",
            "perl" : "v5.14.0"
         }
      },
      "test" : {
         "requires" : {
            "Test::Deep" : "0",
            "Test::Exception::LessClever" : "0",
            "Test::LeakTrace" : "0",
            "Test::More" : "0"
         }
      }
   },
   "provides" : {
      "Algorithm::LibLinear" : {
         "file" : "lib/Algorithm/LibLinear.pm",
         "version" : "0.16"
      },
      "Algorithm::LibLinear::DataSet" : {
         "file" : "lib/Algorithm/LibLinear/DataSet.pm"
      },
      "Algorithm::LibLinear::FeatureScaling" : {
         "file" : "lib/Algorithm/LibLinear/FeatureScaling.pm"
      },
      "Algorithm::LibLinear::Model" : {
         "file" : "lib/Algorithm/LibLinear/Model.pm"
      },
      "Algorithm::LibLinear::Types" : {
         "file" : "lib/Algorithm/LibLinear/Types.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://www.opensource.org/licenses/mit-license.php"
      ]
   },
   "version" : "0.16",
   "x_serialization_backend" : "JSON::PP version 2.27202"
}