1---
2abstract: 'Module of basic descriptive statistical functions.'
3author:
4  - 'Shlomi Fish <shlomif@cpan.org>'
5build_requires:
6  Benchmark: '0'
7  Exporter: '0'
8  File::Spec: '0'
9  File::Temp: '0'
10  IO::Handle: '0'
11  IPC::Open3: '0'
12  Module::Build: '0.28'
13  Test::More: '0.88'
14  lib: '0'
15configure_requires:
16  ExtUtils::MakeMaker: '0'
17  Module::Build: '0.28'
18dynamic_config: 0
19generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010'
20keywords:
21  - average
22  - distribution
23  - mean
24  - median
25  - statistics
26  - stats
27  - stddev
28license: perl
29meta-spec:
30  url: http://module-build.sourceforge.net/META-spec-v1.4.html
31  version: '1.4'
32name: Statistics-Descriptive
33provides:
34  Statistics::Descriptive:
35    file: lib/Statistics/Descriptive.pm
36    version: '3.0800'
37  Statistics::Descriptive::Full:
38    file: lib/Statistics/Descriptive/Full.pm
39    version: '3.0800'
40  Statistics::Descriptive::Smoother:
41    file: lib/Statistics/Descriptive/Smoother.pm
42    version: '3.0800'
43  Statistics::Descriptive::Smoother::Exponential:
44    file: lib/Statistics/Descriptive/Smoother/Exponential.pm
45    version: '3.0800'
46  Statistics::Descriptive::Smoother::Weightedexponential:
47    file: lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
48    version: '3.0800'
49  Statistics::Descriptive::Sparse:
50    file: lib/Statistics/Descriptive/Sparse.pm
51    version: '3.0800'
52requires:
53  Carp: '0'
54  List::MoreUtils: '0'
55  List::Util: '0'
56  POSIX: '0'
57  parent: '0'
58  perl: '5.006'
59  strict: '0'
60  vars: '0'
61  warnings: '0'
62resources:
63  bugtracker: https://github.com/shlomif/perl-Statistics-Descriptive/issues
64  homepage: http://metacpan.org/release/Statistics-Descriptive
65  repository: git://github.com/shlomif/perl-Statistics-Descriptive.git
66version: '3.0800'
67x_Dist_Zilla:
68  perl:
69    version: '5.032000'
70  plugins:
71    -
72      class: Dist::Zilla::Plugin::Prereqs
73      config:
74        Dist::Zilla::Plugin::Prereqs:
75          phase: test
76          type: requires
77      name: '@Filter/TestMoreDoneTesting'
78      version: '6.015'
79    -
80      class: Dist::Zilla::Plugin::AutoPrereqs
81      name: '@Filter/AutoPrereqs'
82      version: '6.015'
83    -
84      class: Dist::Zilla::Plugin::ExecDir
85      name: '@Filter/ExecDir'
86      version: '6.015'
87    -
88      class: Dist::Zilla::Plugin::GatherDir
89      config:
90        Dist::Zilla::Plugin::GatherDir:
91          exclude_filename: []
92          exclude_match: []
93          follow_symlinks: 0
94          include_dotfiles: 0
95          prefix: ''
96          prune_directory: []
97          root: .
98      name: '@Filter/GatherDir'
99      version: '6.015'
100    -
101      class: Dist::Zilla::Plugin::ManifestSkip
102      name: '@Filter/ManifestSkip'
103      version: '6.015'
104    -
105      class: Dist::Zilla::Plugin::MetaYAML
106      name: '@Filter/MetaYAML'
107      version: '6.015'
108    -
109      class: Dist::Zilla::Plugin::PruneCruft
110      name: '@Filter/PruneCruft'
111      version: '6.015'
112    -
113      class: Dist::Zilla::Plugin::RunExtraTests
114      config:
115        Dist::Zilla::Role::TestRunner:
116          default_jobs: 1
117      name: '@Filter/RunExtraTests'
118      version: '0.029'
119    -
120      class: Dist::Zilla::Plugin::ShareDir
121      name: '@Filter/ShareDir'
122      version: '6.015'
123    -
124      class: Dist::Zilla::Plugin::MakeMaker
125      config:
126        Dist::Zilla::Role::TestRunner:
127          default_jobs: 1
128      name: '@Filter/MakeMaker'
129      version: '6.015'
130    -
131      class: Dist::Zilla::Plugin::CheckChangesHasContent
132      name: '@Filter/CheckChangesHasContent'
133      version: '0.011'
134    -
135      class: Dist::Zilla::Plugin::ConfirmRelease
136      name: '@Filter/ConfirmRelease'
137      version: '6.015'
138    -
139      class: Dist::Zilla::Plugin::Manifest
140      name: '@Filter/Manifest'
141      version: '6.015'
142    -
143      class: Dist::Zilla::Plugin::MetaConfig
144      name: '@Filter/MetaConfig'
145      version: '6.015'
146    -
147      class: Dist::Zilla::Plugin::MetaJSON
148      name: '@Filter/MetaJSON'
149      version: '6.015'
150    -
151      class: Dist::Zilla::Plugin::MetaProvides::Package
152      config:
153        Dist::Zilla::Plugin::MetaProvides::Package:
154          finder_objects:
155            -
156              class: Dist::Zilla::Plugin::FinderCode
157              name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
158              version: '6.015'
159          include_underscores: 0
160        Dist::Zilla::Role::MetaProvider::Provider:
161          $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
162          inherit_missing: '1'
163          inherit_version: '1'
164          meta_noindex: '1'
165        Dist::Zilla::Role::ModuleMetadata:
166          Module::Metadata: '1.000037'
167          version: '0.006'
168      name: '@Filter/MetaProvides::Package'
169      version: '2.004003'
170    -
171      class: Dist::Zilla::Plugin::MetaResources
172      name: '@Filter/MetaResources'
173      version: '6.015'
174    -
175      class: Dist::Zilla::Plugin::ModuleBuild
176      config:
177        Dist::Zilla::Role::TestRunner:
178          default_jobs: 1
179      name: '@Filter/ModuleBuild'
180      version: '6.015'
181    -
182      class: Dist::Zilla::Plugin::PkgVersion
183      name: '@Filter/PkgVersion'
184      version: '6.015'
185    -
186      class: Dist::Zilla::Plugin::PodCoverageTests
187      name: '@Filter/PodCoverageTests'
188      version: '6.015'
189    -
190      class: Dist::Zilla::Plugin::PodSyntaxTests
191      name: '@Filter/PodSyntaxTests'
192      version: '6.015'
193    -
194      class: Dist::Zilla::Plugin::Test::CPAN::Changes
195      config:
196        Dist::Zilla::Plugin::Test::CPAN::Changes:
197          changelog: Changes
198      name: '@Filter/Test::CPAN::Changes'
199      version: '0.012'
200    -
201      class: Dist::Zilla::Plugin::Test::EOL
202      config:
203        Dist::Zilla::Plugin::Test::EOL:
204          filename: xt/author/eol.t
205          finder:
206            - ':ExecFiles'
207            - ':InstallModules'
208            - ':TestFiles'
209          trailing_whitespace: 1
210      name: '@Filter/Test::EOL'
211      version: '0.19'
212    -
213      class: Dist::Zilla::Plugin::Test::NoTabs
214      config:
215        Dist::Zilla::Plugin::Test::NoTabs:
216          filename: xt/author/no-tabs.t
217          finder:
218            - ':InstallModules'
219            - ':ExecFiles'
220            - ':TestFiles'
221      name: '@Filter/Test::NoTabs'
222      version: '0.15'
223    -
224      class: Dist::Zilla::Plugin::Test::TrailingSpace
225      name: '@Filter/Test::TrailingSpace'
226      version: 0.2.0
227    -
228      class: Dist::Zilla::Plugin::TestRelease
229      name: '@Filter/TestRelease'
230      version: '6.015'
231    -
232      class: Dist::Zilla::Plugin::PodWeaver
233      config:
234        Dist::Zilla::Plugin::PodWeaver:
235          finder:
236            - ':InstallModules'
237            - ':ExecFiles'
238          plugins:
239            -
240              class: Pod::Weaver::Plugin::SingleEncoding
241              name: '@SHLOMIF/SingleEncoding'
242              version: '4.015'
243            -
244              class: Pod::Weaver::Plugin::WikiDoc
245              name: '@SHLOMIF/WikiDoc'
246              version: '0.093004'
247            -
248              class: Pod::Weaver::Plugin::EnsurePod5
249              name: '@CorePrep/EnsurePod5'
250              version: '4.015'
251            -
252              class: Pod::Weaver::Plugin::H1Nester
253              name: '@CorePrep/H1Nester'
254              version: '4.015'
255            -
256              class: Pod::Weaver::Section::Generic
257              name: '@SHLOMIF/Name'
258              version: '4.015'
259            -
260              class: Pod::Weaver::Section::Version
261              name: '@SHLOMIF/Version'
262              version: '4.015'
263            -
264              class: Pod::Weaver::Section::Region
265              name: '@SHLOMIF/Prelude'
266              version: '4.015'
267            -
268              class: Pod::Weaver::Section::Generic
269              name: '@SHLOMIF/Synopsis'
270              version: '4.015'
271            -
272              class: Pod::Weaver::Section::Generic
273              name: '@SHLOMIF/Description'
274              version: '4.015'
275            -
276              class: Pod::Weaver::Section::Generic
277              name: '@SHLOMIF/Usage'
278              version: '4.015'
279            -
280              class: Pod::Weaver::Section::Generic
281              name: '@SHLOMIF/Overview'
282              version: '4.015'
283            -
284              class: Pod::Weaver::Section::Generic
285              name: '@SHLOMIF/Stability'
286              version: '4.015'
287            -
288              class: Pod::Weaver::Section::Collect
289              name: Requirements
290              version: '4.015'
291            -
292              class: Pod::Weaver::Section::Collect
293              name: Attributes
294              version: '4.015'
295            -
296              class: Pod::Weaver::Section::Collect
297              name: Constructors
298              version: '4.015'
299            -
300              class: Pod::Weaver::Section::Collect
301              name: Methods
302              version: '4.015'
303            -
304              class: Pod::Weaver::Section::Collect
305              name: Functions
306              version: '4.015'
307            -
308              class: Pod::Weaver::Section::Leftovers
309              name: '@SHLOMIF/Leftovers'
310              version: '4.015'
311            -
312              class: Pod::Weaver::Section::Region
313              name: '@SHLOMIF/postlude'
314              version: '4.015'
315            -
316              class: Pod::Weaver::Section::Support
317              name: '@SHLOMIF/Support'
318              version: '1.013'
319            -
320              class: Pod::Weaver::Section::Authors
321              name: '@SHLOMIF/Authors'
322              version: '4.015'
323            -
324              class: Pod::Weaver::Section::Bugs
325              name: '@SHLOMIF/Bugs'
326              version: '4.015'
327            -
328              class: Pod::Weaver::Section::Contributors
329              name: '@SHLOMIF/Contributors'
330              version: '0.009'
331            -
332              class: Pod::Weaver::Section::Legal
333              name: '@SHLOMIF/Legal'
334              version: '4.015'
335            -
336              class: Pod::Weaver::Plugin::Transformer
337              name: '@SHLOMIF/List'
338              version: '4.015'
339      name: '@Filter/PodWeaver'
340      version: '4.008'
341    -
342      class: Dist::Zilla::Plugin::UploadToCPAN
343      name: '@Filter/UploadToCPAN'
344      version: '6.015'
345    -
346      class: Dist::Zilla::Plugin::Keywords
347      config:
348        Dist::Zilla::Plugin::Keywords:
349          keywords:
350            - average
351            - distribution
352            - mean
353            - median
354            - statistics
355            - stats
356            - stddev
357      name: Keywords
358      version: '0.007'
359    -
360      class: Dist::Zilla::Plugin::PruneFiles
361      name: PruneFiles
362      version: '6.015'
363    -
364      class: Dist::Zilla::Plugin::Test::Compile
365      config:
366        Dist::Zilla::Plugin::Test::Compile:
367          bail_out_on_fail: '0'
368          fail_on_warning: author
369          fake_home: 1
370          filename: t/00-compile.t
371          module_finder:
372            - ':InstallModules'
373          needs_display: 0
374          phase: test
375          script_finder:
376            - ':PerlExecFiles'
377          skips:
378            - bump-ver|tag-release|run_agg_tests
379          switch: []
380      name: Test::Compile
381      version: '2.058'
382    -
383      class: Dist::Zilla::Plugin::Test::TidyAll
384      name: Test::TidyAll
385      version: '0.04'
386    -
387      class: Dist::Zilla::Plugin::FinderCode
388      name: ':InstallModules'
389      version: '6.015'
390    -
391      class: Dist::Zilla::Plugin::FinderCode
392      name: ':IncModules'
393      version: '6.015'
394    -
395      class: Dist::Zilla::Plugin::FinderCode
396      name: ':TestFiles'
397      version: '6.015'
398    -
399      class: Dist::Zilla::Plugin::FinderCode
400      name: ':ExtraTestFiles'
401      version: '6.015'
402    -
403      class: Dist::Zilla::Plugin::FinderCode
404      name: ':ExecFiles'
405      version: '6.015'
406    -
407      class: Dist::Zilla::Plugin::FinderCode
408      name: ':PerlExecFiles'
409      version: '6.015'
410    -
411      class: Dist::Zilla::Plugin::FinderCode
412      name: ':ShareFiles'
413      version: '6.015'
414    -
415      class: Dist::Zilla::Plugin::FinderCode
416      name: ':MainModule'
417      version: '6.015'
418    -
419      class: Dist::Zilla::Plugin::FinderCode
420      name: ':AllFiles'
421      version: '6.015'
422    -
423      class: Dist::Zilla::Plugin::FinderCode
424      name: ':NoFiles'
425      version: '6.015'
426    -
427      class: Dist::Zilla::Plugin::FinderCode
428      name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
429      version: '6.015'
430  zilla:
431    class: Dist::Zilla::Dist::Builder
432    config:
433      is_trial: '0'
434    version: '6.015'
435x_generated_by_perl: v5.32.0
436x_serialization_backend: 'YAML::Tiny version 1.73'
437x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
438