The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Module of basic descriptive statistical functions.",
   "author" : [
      "Shlomi Fish <shlomif@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4214",
   "keywords" : [
      "average",
      "distribution",
      "mean",
      "median",
      "statistics",
      "stats",
      "stddev",
      "standard deviation"
   ],
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Statistics-Descriptive",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Benchmark" : "0",
            "Test::More" : "0",
            "lib" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.36"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "List::MoreUtils" : "0",
            "List::Util" : "0",
            "POSIX" : "0",
            "perl" : "5.006",
            "strict" : "0",
            "vars" : "0",
            "warnings" : "0"
         }
      }
   },
   "provides" : {
      "Statistics::Descriptive" : {
         "file" : "lib/Statistics/Descriptive.pm",
         "version" : "3.0612"
      },
      "Statistics::Descriptive::Full" : {
         "file" : "lib/Statistics/Descriptive.pm",
         "version" : "3.0612"
      },
      "Statistics::Descriptive::Smoother" : {
         "file" : "lib/Statistics/Descriptive/Smoother.pm",
         "version" : "3.0612"
      },
      "Statistics::Descriptive::Smoother::Exponential" : {
         "file" : "lib/Statistics/Descriptive/Smoother/Exponential.pm",
         "version" : "3.0612"
      },
      "Statistics::Descriptive::Smoother::Weightedexponential" : {
         "file" : "lib/Statistics/Descriptive/Smoother/Weightedexponential.pm",
         "version" : "3.0612"
      },
      "Statistics::Descriptive::Sparse" : {
         "file" : "lib/Statistics/Descriptive.pm",
         "version" : "3.0612"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "homepage" : "http://web-cpan.shlomifish.org/modules/Statistics-Descriptive/",
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "https://github.com/shlomif/perl-Statistics-Descriptive"
      }
   },
   "version" : "3.0612",
   "x_serialization_backend" : "JSON::PP version 2.27300"
}