{
   "abstract" : "Find the Roots of Polynomial Equations",
   "author" : [
      "John M. Gamble <jgamble@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Module::Build version 0.4, CPAN::Meta::Converter version 2.112621",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Math-Polynomial-Solve",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::Simple" : 0
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.3624"
         }
      },
      "runtime" : {
         "requires" : {
            "Math::Complex" : "1.36",
            "perl" : "v5.8.3"
         }
      }
   },
   "provides" : {
      "Math::Polynomial::Solve" : {
         "file" : "lib/Math/Polynomial/Solve.pm",
         "version" : "2.63"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "git://github.com/jgamble/Math-Polynomial-Solve.git"
      }
   },
   "version" : "2.63",
   "x_keyword" : [
      "math",
      "polynomial",
      "quadratic",
      "cubic",
      "quartic",
      "matrix",
      "Sturm",
      "Nickalls",
      "Ferrari",
      "Laguerre",
      "Hessenberg"
   ]
}
