Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Statistics-Descriptive for
openSUSE:Factory checked in at 2023-07-12 17:27:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Statistics-Descriptive (Old)
and /work/SRC/openSUSE:Factory/.perl-Statistics-Descriptive.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Statistics-Descriptive"
Wed Jul 12 17:27:02 2023 rev:20 rq:1098167 version:3.0801
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Statistics-Descriptive/perl-Statistics-Descriptive.changes
2020-10-26 16:19:33.095091406 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Statistics-Descriptive.new.8922/perl-Statistics-Descriptive.changes
2023-07-12 17:27:24.446526102 +0200
@@ -1,0 +2,11 @@
+Mon Jul 3 03:10:43 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 3.0801
+ see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
+
+ 3.0801 2023-07-02
+ - Correct typos
+ - https://github.com/shlomif/perl-Statistics-Descriptive/pull/8
+ - thanks to @anirvan
+
+-------------------------------------------------------------------
Old:
----
Statistics-Descriptive-3.0800.tar.gz
New:
----
Statistics-Descriptive-3.0801.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Statistics-Descriptive.spec ++++++
--- /var/tmp/diff_new_pack.XJZUi5/_old 2023-07-12 17:27:25.086530532 +0200
+++ /var/tmp/diff_new_pack.XJZUi5/_new 2023-07-12 17:27:25.090530561 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Statistics-Descriptive
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
+%define cpan_name Statistics-Descriptive
Name: perl-Statistics-Descriptive
-Version: 3.0800
+Version: 3.0801
Release: 0
-%define cpan_name Statistics-Descriptive
-Summary: Module of basic descriptive statistical functions
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
+Summary: Module of basic descriptive statistical functions
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(List::MoreUtils)
@@ -56,21 +54,20 @@
calls with the same arguments are faster.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
-perl Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes examples README UserSurvey.txt
%license LICENSE
++++++ Statistics-Descriptive-3.0800.tar.gz ->
Statistics-Descriptive-3.0801.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Statistics-Descriptive-3.0800/Build.PL
new/Statistics-Descriptive-3.0801/Build.PL
--- old/Statistics-Descriptive-3.0800/Build.PL 2020-10-17 10:35:47.000000000
+0200
+++ new/Statistics-Descriptive-3.0801/Build.PL 2023-07-02 11:17:30.000000000
+0200
@@ -1,5 +1,5 @@
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild
v6.015.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild
v6.030.
use strict;
use warnings;
@@ -19,7 +19,7 @@
"Shlomi Fish <shlomif\@cpan.org>"
],
"dist_name" => "Statistics-Descriptive",
- "dist_version" => "3.0800",
+ "dist_version" => "3.0801",
"license" => "perl",
"module_name" => "Statistics::Descriptive",
"recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Statistics-Descriptive-3.0800/Changes
new/Statistics-Descriptive-3.0801/Changes
--- old/Statistics-Descriptive-3.0800/Changes 2020-10-17 10:35:47.000000000
+0200
+++ new/Statistics-Descriptive-3.0801/Changes 2023-07-02 11:17:30.000000000
+0200
@@ -1,5 +1,10 @@
Revision history for Perl extension Statistics::Descriptive.
+3.0801 2023-07-02
+ - Correct typos
+ - https://github.com/shlomif/perl-Statistics-Descriptive/pull/8
+ - thanks to @anirvan
+
3.0800 2020-10-17
- dist.ini / weaver.ini / .tidyallrc / etc. cleanup
- Move to @SHLOMIF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Statistics-Descriptive-3.0800/MANIFEST
new/Statistics-Descriptive-3.0801/MANIFEST
--- old/Statistics-Descriptive-3.0800/MANIFEST 2020-10-17 10:35:47.000000000
+0200
+++ new/Statistics-Descriptive-3.0801/MANIFEST 2023-07-02 11:17:30.000000000
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.015.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.030.
Build.PL
Changes
LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Statistics-Descriptive-3.0800/META.json
new/Statistics-Descriptive-3.0801/META.json
--- old/Statistics-Descriptive-3.0800/META.json 2020-10-17 10:35:47.000000000
+0200
+++ new/Statistics-Descriptive-3.0801/META.json 2023-07-02 11:17:30.000000000
+0200
@@ -4,7 +4,7 @@
"Shlomi Fish <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version
2.150010",
"keywords" : [
"average",
"distribution",
@@ -76,27 +76,27 @@
"provides" : {
"Statistics::Descriptive" : {
"file" : "lib/Statistics/Descriptive.pm",
- "version" : "3.0800"
+ "version" : "3.0801"
},
"Statistics::Descriptive::Full" : {
"file" : "lib/Statistics/Descriptive/Full.pm",
- "version" : "3.0800"
+ "version" : "3.0801"
},
"Statistics::Descriptive::Smoother" : {
"file" : "lib/Statistics/Descriptive/Smoother.pm",
- "version" : "3.0800"
+ "version" : "3.0801"
},
"Statistics::Descriptive::Smoother::Exponential" : {
"file" : "lib/Statistics/Descriptive/Smoother/Exponential.pm",
- "version" : "3.0800"
+ "version" : "3.0801"
},
"Statistics::Descriptive::Smoother::Weightedexponential" : {
"file" : "lib/Statistics/Descriptive/Smoother/Weightedexponential.pm",
- "version" : "3.0800"
+ "version" : "3.0801"
},
"Statistics::Descriptive::Sparse" : {
"file" : "lib/Statistics/Descriptive/Sparse.pm",
- "version" : "3.0800"
+ "version" : "3.0801"
}
},
"release_status" : "stable",
@@ -111,10 +111,10 @@
"web" : "https://github.com/shlomif/perl-Statistics-Descriptive"
}
},
- "version" : "3.0800",
+ "version" : "3.0801",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.032000"
+ "version" : "5.036001"
},
"plugins" : [
{
@@ -126,17 +126,17 @@
}
},
"name" : "@Filter/TestMoreDoneTesting",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@Filter/AutoPrereqs",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@Filter/ExecDir",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::GatherDir",
@@ -152,22 +152,22 @@
}
},
"name" : "@Filter/GatherDir",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@Filter/ManifestSkip",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@Filter/MetaYAML",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@Filter/PruneCruft",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::RunExtraTests",
@@ -182,7 +182,7 @@
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@Filter/ShareDir",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -192,7 +192,7 @@
}
},
"name" : "@Filter/MakeMaker",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
@@ -202,22 +202,22 @@
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@Filter/ConfirmRelease",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@Filter/Manifest",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Filter/MetaConfig",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Filter/MetaJSON",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -227,7 +227,7 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" :
"@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.015"
+ "version" : "6.030"
}
],
"include_underscores" : 0
@@ -249,7 +249,7 @@
{
"class" : "Dist::Zilla::Plugin::MetaResources",
"name" : "@Filter/MetaResources",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::ModuleBuild",
@@ -259,22 +259,22 @@
}
},
"name" : "@Filter/ModuleBuild",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@Filter/PkgVersion",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::PodCoverageTests",
"name" : "@Filter/PodCoverageTests",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@Filter/PodSyntaxTests",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
@@ -320,12 +320,12 @@
{
"class" : "Dist::Zilla::Plugin::Test::TrailingSpace",
"name" : "@Filter/Test::TrailingSpace",
- "version" : "0.2.0"
+ "version" : null
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@Filter/TestRelease",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -333,13 +333,13 @@
"Dist::Zilla::Plugin::PodWeaver" : {
"finder" : [
":InstallModules",
- ":ExecFiles"
+ ":PerlExecFiles"
],
"plugins" : [
{
"class" : "Pod::Weaver::Plugin::SingleEncoding",
"name" : "@SHLOMIF/SingleEncoding",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Plugin::WikiDoc",
@@ -349,87 +349,87 @@
{
"class" : "Pod::Weaver::Plugin::EnsurePod5",
"name" : "@CorePrep/EnsurePod5",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Plugin::H1Nester",
"name" : "@CorePrep/H1Nester",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Name",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@SHLOMIF/Version",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@SHLOMIF/Prelude",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Synopsis",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Description",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Usage",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Overview",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Stability",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Requirements",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Attributes",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Constructors",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Methods",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Functions",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "@SHLOMIF/Leftovers",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@SHLOMIF/postlude",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Support",
@@ -439,12 +439,12 @@
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@SHLOMIF/Authors",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Bugs",
"name" : "@SHLOMIF/Bugs",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Section::Contributors",
@@ -454,23 +454,23 @@
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@SHLOMIF/Legal",
- "version" : "4.015"
+ "version" : "4.019"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@SHLOMIF/List",
- "version" : "4.015"
+ "version" : "4.019"
}
]
}
},
"name" : "@Filter/PodWeaver",
- "version" : "4.008"
+ "version" : "4.010"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@Filter/UploadToCPAN",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::Keywords",
@@ -493,7 +493,7 @@
{
"class" : "Dist::Zilla::Plugin::PruneFiles",
"name" : "PruneFiles",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -528,57 +528,57 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":PerlExecFiles",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "6.015"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.015"
+ "version" : "6.030"
}
],
"zilla" : {
@@ -586,11 +586,11 @@
"config" : {
"is_trial" : 0
},
- "version" : "6.015"
+ "version" : "6.030"
}
},
- "x_generated_by_perl" : "v5.32.0",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.24",
+ "x_generated_by_perl" : "v5.36.1",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.35",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Statistics-Descriptive-3.0800/META.yml
new/Statistics-Descriptive-3.0801/META.yml
--- old/Statistics-Descriptive-3.0800/META.yml 2020-10-17 10:35:47.000000000
+0200
+++ new/Statistics-Descriptive-3.0801/META.yml 2023-07-02 11:17:30.000000000
+0200
@@ -16,7 +16,7 @@
ExtUtils::MakeMaker: '0'
Module::Build: '0.28'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version
2.150010'
keywords:
- average
- distribution
@@ -33,22 +33,22 @@
provides:
Statistics::Descriptive:
file: lib/Statistics/Descriptive.pm
- version: '3.0800'
+ version: '3.0801'
Statistics::Descriptive::Full:
file: lib/Statistics/Descriptive/Full.pm
- version: '3.0800'
+ version: '3.0801'
Statistics::Descriptive::Smoother:
file: lib/Statistics/Descriptive/Smoother.pm
- version: '3.0800'
+ version: '3.0801'
Statistics::Descriptive::Smoother::Exponential:
file: lib/Statistics/Descriptive/Smoother/Exponential.pm
- version: '3.0800'
+ version: '3.0801'
Statistics::Descriptive::Smoother::Weightedexponential:
file: lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
- version: '3.0800'
+ version: '3.0801'
Statistics::Descriptive::Sparse:
file: lib/Statistics/Descriptive/Sparse.pm
- version: '3.0800'
+ version: '3.0801'
requires:
Carp: '0'
List::MoreUtils: '0'
@@ -63,10 +63,10 @@
bugtracker: https://github.com/shlomif/perl-Statistics-Descriptive/issues
homepage: http://metacpan.org/release/Statistics-Descriptive
repository: git://github.com/shlomif/perl-Statistics-Descriptive.git
-version: '3.0800'
+version: '3.0801'
x_Dist_Zilla:
perl:
- version: '5.032000'
+ version: '5.036001'
plugins:
-
class: Dist::Zilla::Plugin::Prereqs
@@ -75,15 +75,15 @@
phase: test
type: requires
name: '@Filter/TestMoreDoneTesting'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@Filter/AutoPrereqs'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@Filter/ExecDir'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::GatherDir
config:
@@ -96,19 +96,19 @@
prune_directory: []
root: .
name: '@Filter/GatherDir'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@Filter/ManifestSkip'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@Filter/MetaYAML'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@Filter/PruneCruft'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::RunExtraTests
config:
@@ -119,14 +119,14 @@
-
class: Dist::Zilla::Plugin::ShareDir
name: '@Filter/ShareDir'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::MakeMaker
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 1
name: '@Filter/MakeMaker'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::CheckChangesHasContent
name: '@Filter/CheckChangesHasContent'
@@ -134,19 +134,19 @@
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@Filter/ConfirmRelease'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::Manifest
name: '@Filter/Manifest'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@Filter/MetaConfig'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@Filter/MetaJSON'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
@@ -155,13 +155,13 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.015'
+ version: '6.030'
include_underscores: 0
Dist::Zilla::Role::MetaProvider::Provider:
$Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
- inherit_missing: '1'
- inherit_version: '1'
- meta_noindex: '1'
+ inherit_missing: 1
+ inherit_version: 1
+ meta_noindex: 1
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000037'
version: '0.006'
@@ -170,26 +170,26 @@
-
class: Dist::Zilla::Plugin::MetaResources
name: '@Filter/MetaResources'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::ModuleBuild
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 1
name: '@Filter/ModuleBuild'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@Filter/PkgVersion'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::PodCoverageTests
name: '@Filter/PodCoverageTests'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@Filter/PodSyntaxTests'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::Test::CPAN::Changes
config:
@@ -223,23 +223,23 @@
-
class: Dist::Zilla::Plugin::Test::TrailingSpace
name: '@Filter/Test::TrailingSpace'
- version: 0.2.0
+ version: ~
-
class: Dist::Zilla::Plugin::TestRelease
name: '@Filter/TestRelease'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
Dist::Zilla::Plugin::PodWeaver:
finder:
- ':InstallModules'
- - ':ExecFiles'
+ - ':PerlExecFiles'
plugins:
-
class: Pod::Weaver::Plugin::SingleEncoding
name: '@SHLOMIF/SingleEncoding'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Plugin::WikiDoc
name: '@SHLOMIF/WikiDoc'
@@ -247,71 +247,71 @@
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@CorePrep/EnsurePod5'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@CorePrep/H1Nester'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Name'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Version
name: '@SHLOMIF/Version'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Region
name: '@SHLOMIF/Prelude'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Synopsis'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Description'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Usage'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Overview'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Stability'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Collect
name: Requirements
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Collect
name: Attributes
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Collect
name: Constructors
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Collect
name: Methods
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Collect
name: Functions
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Leftovers
name: '@SHLOMIF/Leftovers'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Region
name: '@SHLOMIF/postlude'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Support
name: '@SHLOMIF/Support'
@@ -319,11 +319,11 @@
-
class: Pod::Weaver::Section::Authors
name: '@SHLOMIF/Authors'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Bugs
name: '@SHLOMIF/Bugs'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Section::Contributors
name: '@SHLOMIF/Contributors'
@@ -331,17 +331,17 @@
-
class: Pod::Weaver::Section::Legal
name: '@SHLOMIF/Legal'
- version: '4.015'
+ version: '4.019'
-
class: Pod::Weaver::Plugin::Transformer
name: '@SHLOMIF/List'
- version: '4.015'
+ version: '4.019'
name: '@Filter/PodWeaver'
- version: '4.008'
+ version: '4.010'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@Filter/UploadToCPAN'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::Keywords
config:
@@ -359,12 +359,12 @@
-
class: Dist::Zilla::Plugin::PruneFiles
name: PruneFiles
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::Test::Compile
config:
Dist::Zilla::Plugin::Test::Compile:
- bail_out_on_fail: '0'
+ bail_out_on_fail: 0
fail_on_warning: author
fake_home: 1
filename: t/00-compile.t
@@ -386,52 +386,52 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExtraTestFiles'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':PerlExecFiles'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '6.015'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.015'
+ version: '6.030'
zilla:
class: Dist::Zilla::Dist::Builder
config:
- is_trial: '0'
- version: '6.015'
-x_generated_by_perl: v5.32.0
-x_serialization_backend: 'YAML::Tiny version 1.73'
+ is_trial: 0
+ version: '6.030'
+x_generated_by_perl: v5.36.1
+x_serialization_backend: 'YAML::Tiny version 1.74'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Statistics-Descriptive-3.0800/Makefile.PL
new/Statistics-Descriptive-3.0801/Makefile.PL
--- old/Statistics-Descriptive-3.0800/Makefile.PL 2020-10-17
10:35:47.000000000 +0200
+++ new/Statistics-Descriptive-3.0801/Makefile.PL 2023-07-02
11:17:30.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.015.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.030.
use strict;
use warnings;
@@ -40,7 +40,7 @@
"Test::More" => "0.88",
"lib" => 0
},
- "VERSION" => "3.0800",
+ "VERSION" => "3.0801",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Statistics-Descriptive-3.0800/dist.ini
new/Statistics-Descriptive-3.0801/dist.ini
--- old/Statistics-Descriptive-3.0800/dist.ini 2020-10-17 10:35:47.000000000
+0200
+++ new/Statistics-Descriptive-3.0801/dist.ini 2023-07-02 11:17:30.000000000
+0200
@@ -3,7 +3,7 @@
license = Perl_5
copyright_holder = Jason Kastner, Andrea Spinelli, Colin Kuskie, and others
copyright_year = 1997
-version = 3.0800
+version = 3.0801
[@Filter]
-bundle = @SHLOMIF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Full.pm
new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive/Full.pm
--- old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Full.pm
2020-10-17 10:35:47.000000000 +0200
+++ new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive/Full.pm
2023-07-02 11:17:30.000000000 +0200
@@ -1,5 +1,5 @@
package Statistics::Descriptive::Full;
-$Statistics::Descriptive::Full::VERSION = '3.0800';
+$Statistics::Descriptive::Full::VERSION = '3.0801';
use strict;
use warnings;
@@ -29,7 +29,7 @@
qw(data samples frequency geometric_mean harmonic_mean
least_squares_fit median mode
skewness kurtosis median_absolute_deviation
- )
+ )
]
);
__PACKAGE__->_make_accessors( [qw(presorted _reserved _trimmed_mean_cache)] );
@@ -880,7 +880,7 @@
=head1 VERSION
-version 3.0800
+version 3.0801
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Smoother/Exponential.pm
new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive/Smoother/Exponential.pm
---
old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Smoother/Exponential.pm
2020-10-17 10:35:47.000000000 +0200
+++
new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive/Smoother/Exponential.pm
2023-07-02 11:17:30.000000000 +0200
@@ -1,5 +1,5 @@
package Statistics::Descriptive::Smoother::Exponential;
-$Statistics::Descriptive::Smoother::Exponential::VERSION = '3.0800';
+$Statistics::Descriptive::Smoother::Exponential::VERSION = '3.0801';
use strict;
use warnings;
@@ -44,7 +44,7 @@
=head1 VERSION
-version 3.0800
+version 3.0801
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
---
old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
2020-10-17 10:35:47.000000000 +0200
+++
new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
2023-07-02 11:17:30.000000000 +0200
@@ -1,5 +1,5 @@
package Statistics::Descriptive::Smoother::Weightedexponential;
-$Statistics::Descriptive::Smoother::Weightedexponential::VERSION = '3.0800';
+$Statistics::Descriptive::Smoother::Weightedexponential::VERSION = '3.0801';
use strict;
use warnings;
@@ -94,7 +94,7 @@
=head1 VERSION
-version 3.0800
+version 3.0801
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Smoother.pm
new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive/Smoother.pm
--- old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Smoother.pm
2020-10-17 10:35:47.000000000 +0200
+++ new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive/Smoother.pm
2023-07-02 11:17:30.000000000 +0200
@@ -1,5 +1,5 @@
package Statistics::Descriptive::Smoother;
-$Statistics::Descriptive::Smoother::VERSION = '3.0800';
+$Statistics::Descriptive::Smoother::VERSION = '3.0801';
use strict;
use warnings;
@@ -73,7 +73,7 @@
=head1 VERSION
-version 3.0800
+version 3.0801
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Sparse.pm
new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive/Sparse.pm
--- old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive/Sparse.pm
2020-10-17 10:35:47.000000000 +0200
+++ new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive/Sparse.pm
2023-07-02 11:17:30.000000000 +0200
@@ -1,5 +1,5 @@
package Statistics::Descriptive::Sparse;
-$Statistics::Descriptive::Sparse::VERSION = '3.0800';
+$Statistics::Descriptive::Sparse::VERSION = '3.0801';
use strict;
use warnings;
@@ -245,7 +245,7 @@
=head1 VERSION
-version 3.0800
+version 3.0801
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive.pm
new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive.pm
--- old/Statistics-Descriptive-3.0800/lib/Statistics/Descriptive.pm
2020-10-17 10:35:47.000000000 +0200
+++ new/Statistics-Descriptive-3.0801/lib/Statistics/Descriptive.pm
2023-07-02 11:17:30.000000000 +0200
@@ -1,5 +1,5 @@
package Statistics::Descriptive;
-$Statistics::Descriptive::VERSION = '3.0800';
+$Statistics::Descriptive::VERSION = '3.0801';
use strict;
use warnings;
@@ -32,7 +32,7 @@
=head1 VERSION
-version 3.0800
+version 3.0801
=head1 SYNOPSIS
@@ -240,7 +240,7 @@
=item $stat->set_smoother({ method => 'exponential', coeff => 0, });
Set the method used to smooth the data and the smoothing coefficient.
-See C<Statistics::Smoother> for more details.
+See C<Statistics::Descriptive::Smoother> for more details.
=item $stat->get_smoothed_data();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Statistics-Descriptive-3.0800/xt/author/pod-coverage.t
new/Statistics-Descriptive-3.0801/xt/author/pod-coverage.t
--- old/Statistics-Descriptive-3.0800/xt/author/pod-coverage.t 2020-10-17
10:35:47.000000000 +0200
+++ new/Statistics-Descriptive-3.0801/xt/author/pod-coverage.t 2023-07-02
11:17:30.000000000 +0200
@@ -1,6 +1,7 @@
#!perl
# This file was automatically generated by
Dist::Zilla::Plugin::PodCoverageTests.
-
+use strict;
+use warnings;
use Test::Pod::Coverage 1.08;
use Pod::Coverage::TrustPod;