Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-File-Find-Object for
openSUSE:Factory checked in at 2023-01-30 17:11:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Find-Object (Old)
and /work/SRC/openSUSE:Factory/.perl-File-Find-Object.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Find-Object"
Mon Jan 30 17:11:44 2023 rev:3 rq:1062083 version:0.3.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-File-Find-Object/perl-File-Find-Object.changes
2021-11-04 16:10:30.237079576 +0100
+++
/work/SRC/openSUSE:Factory/.perl-File-Find-Object.new.32243/perl-File-Find-Object.changes
2023-01-30 17:28:00.698033460 +0100
@@ -1,0 +2,11 @@
+Mon Jan 2 03:12:44 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.3.7
+ see /usr/share/doc/packages/perl-File-Find-Object/Changes
+
+ 0.3.7 2023-01-01
+ - Fix test failures on mswin
+ - https://github.com/shlomif/perl-file-find-object/issues/2
+ - thanks to @jddurand
+
+-------------------------------------------------------------------
Old:
----
File-Find-Object-0.3.6.tar.gz
New:
----
File-Find-Object-0.3.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-Find-Object.spec ++++++
--- /var/tmp/diff_new_pack.4kqFIi/_old 2023-01-30 17:28:01.082035527 +0100
+++ /var/tmp/diff_new_pack.4kqFIi/_new 2023-01-30 17:28:01.086035549 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Find-Object
#
-# Copyright (c) 2021 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
@@ -18,10 +18,10 @@
%define cpan_name File-Find-Object
Name: perl-File-Find-Object
-Version: 0.3.6
+Version: 0.3.7
Release: 0
-Summary: An object oriented File::Find replacement
License: Artistic-2.0
+Summary: An object oriented File::Find replacement
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
@@ -31,6 +31,7 @@
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(File::TreeCreate)
BuildRequires: perl(Module::Build) >= 0.280000
+BuildRequires: perl(Test::File) >= 1.993
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(parent)
Requires: perl(Class::XSAccessor)
++++++ File-Find-Object-0.3.6.tar.gz -> File-Find-Object-0.3.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Object-0.3.6/Build.PL
new/File-Find-Object-0.3.7/Build.PL
--- old/File-Find-Object-0.3.6/Build.PL 2021-08-26 15:40:47.000000000 +0200
+++ new/File-Find-Object-0.3.7/Build.PL 2023-01-01 15:23:10.000000000 +0100
@@ -1,5 +1,5 @@
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild
v6.017.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild
v6.025.
use strict;
use warnings;
@@ -19,7 +19,7 @@
"Shlomi Fish <shlomif\@cpan.org>"
],
"dist_name" => "File-Find-Object",
- "dist_version" => "0.3.6",
+ "dist_version" => "0.3.7",
"license" => "artistic_2",
"module_name" => "File::Find::Object",
"recursive_test_files" => 1,
@@ -41,6 +41,7 @@
"File::TreeCreate" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
+ "Test::File" => "1.993",
"Test::More" => "0.88",
"lib" => 0,
"vars" => 0
@@ -55,6 +56,7 @@
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Module::Build" => "0.28",
+ "Test::File" => "1.993",
"Test::More" => "0.88",
"lib" => 0,
"vars" => 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Object-0.3.6/Changes
new/File-Find-Object-0.3.7/Changes
--- old/File-Find-Object-0.3.6/Changes 2021-08-26 15:40:47.000000000 +0200
+++ new/File-Find-Object-0.3.7/Changes 2023-01-01 15:23:10.000000000 +0100
@@ -1,5 +1,10 @@
Revision history for File-Find-Object
+0.3.7 2023-01-01
+ - Fix test failures on mswin
+ - https://github.com/shlomif/perl-file-find-object/issues/2
+ - thanks to @jddurand
+
0.3.6 2021-08-26
- Extract https://metacpan.org/pod/File::TreeCreate .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Object-0.3.6/MANIFEST
new/File-Find-Object-0.3.7/MANIFEST
--- old/File-Find-Object-0.3.6/MANIFEST 2021-08-26 15:40:47.000000000 +0200
+++ new/File-Find-Object-0.3.7/MANIFEST 2023-01-01 15:23:10.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.017.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.025.
Build.PL
Changes
LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Object-0.3.6/META.json
new/File-Find-Object-0.3.7/META.json
--- old/File-Find-Object-0.3.6/META.json 2021-08-26 15:40:47.000000000
+0200
+++ new/File-Find-Object-0.3.7/META.json 2023-01-01 15:23:10.000000000
+0100
@@ -4,7 +4,7 @@
"Shlomi Fish <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version
2.150010",
"keywords" : [
"alternative-to-core",
"directories",
@@ -82,6 +82,7 @@
"File::TreeCreate" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
+ "Test::File" : "1.993",
"Test::More" : "0.88",
"lib" : "0",
"vars" : "0"
@@ -91,27 +92,27 @@
"provides" : {
"File::Find::Object" : {
"file" : "lib/File/Find/Object.pm",
- "version" : "v0.3.6"
+ "version" : "v0.3.7"
},
"File::Find::Object::Base" : {
"file" : "lib/File/Find/Object/Base.pm",
- "version" : "v0.3.6"
+ "version" : "v0.3.7"
},
"File::Find::Object::DeepPath" : {
"file" : "lib/File/Find/Object.pm",
- "version" : "v0.3.6"
+ "version" : "v0.3.7"
},
"File::Find::Object::PathComp" : {
"file" : "lib/File/Find/Object/PathComp.pm",
- "version" : "v0.3.6"
+ "version" : "v0.3.7"
},
"File::Find::Object::Result" : {
"file" : "lib/File/Find/Object/Result.pm",
- "version" : "v0.3.6"
+ "version" : "v0.3.7"
},
"File::Find::Object::TopPath" : {
"file" : "lib/File/Find/Object.pm",
- "version" : "v0.3.6"
+ "version" : "v0.3.7"
}
},
"release_status" : "stable",
@@ -126,10 +127,10 @@
"web" : "https://github.com/shlomif/perl-file-find-object"
}
},
- "version" : "0.3.6",
+ "version" : "0.3.7",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.032001"
+ "version" : "5.036000"
},
"plugins" : [
{
@@ -141,17 +142,17 @@
}
},
"name" : "@Filter/TestMoreDoneTesting",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@Filter/AutoPrereqs",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@Filter/ExecDir",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::GatherDir",
@@ -167,22 +168,22 @@
}
},
"name" : "@Filter/GatherDir",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@Filter/ManifestSkip",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@Filter/MetaYAML",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@Filter/PruneCruft",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::RunExtraTests",
@@ -197,7 +198,7 @@
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@Filter/ShareDir",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -207,7 +208,7 @@
}
},
"name" : "@Filter/MakeMaker",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
@@ -217,22 +218,22 @@
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@Filter/ConfirmRelease",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@Filter/Manifest",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Filter/MetaConfig",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Filter/MetaJSON",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -242,7 +243,7 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" :
"@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.017"
+ "version" : "6.025"
}
],
"include_underscores" : 0
@@ -264,7 +265,7 @@
{
"class" : "Dist::Zilla::Plugin::MetaResources",
"name" : "@Filter/MetaResources",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::ModuleBuild",
@@ -274,22 +275,22 @@
}
},
"name" : "@Filter/ModuleBuild",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@Filter/PkgVersion",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::PodCoverageTests",
"name" : "@Filter/PodCoverageTests",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@Filter/PodSyntaxTests",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -363,7 +364,7 @@
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@Filter/TestRelease",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -377,7 +378,7 @@
{
"class" : "Pod::Weaver::Plugin::SingleEncoding",
"name" : "@SHLOMIF/SingleEncoding",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::WikiDoc",
@@ -387,87 +388,87 @@
{
"class" : "Pod::Weaver::Plugin::EnsurePod5",
"name" : "@CorePrep/EnsurePod5",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::H1Nester",
"name" : "@CorePrep/H1Nester",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Name",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@SHLOMIF/Version",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@SHLOMIF/Prelude",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Synopsis",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Description",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Usage",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Overview",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Stability",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Requirements",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Attributes",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Constructors",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Methods",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Functions",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "@SHLOMIF/Leftovers",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@SHLOMIF/postlude",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Support",
@@ -477,12 +478,12 @@
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@SHLOMIF/Authors",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Bugs",
"name" : "@SHLOMIF/Bugs",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Contributors",
@@ -492,23 +493,23 @@
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@SHLOMIF/Legal",
- "version" : "4.017"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@SHLOMIF/List",
- "version" : "4.017"
+ "version" : "4.018"
}
]
}
},
"name" : "@Filter/PodWeaver",
- "version" : "4.008"
+ "version" : "4.009"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@Filter/UploadToCPAN",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::Keywords",
@@ -544,7 +545,7 @@
{
"class" : "Dist::Zilla::Plugin::PruneFiles",
"name" : "PruneFiles",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
@@ -565,57 +566,57 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":PerlExecFiles",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "6.017"
+ "version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.017"
+ "version" : "6.025"
}
],
"zilla" : {
@@ -623,11 +624,11 @@
"config" : {
"is_trial" : 0
},
- "version" : "6.017"
+ "version" : "6.025"
}
},
- "x_generated_by_perl" : "v5.32.1",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
+ "x_generated_by_perl" : "v5.36.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
"x_spdx_expression" : "Artistic-2.0"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Object-0.3.6/META.yml
new/File-Find-Object-0.3.7/META.yml
--- old/File-Find-Object-0.3.6/META.yml 2021-08-26 15:40:47.000000000 +0200
+++ new/File-Find-Object-0.3.7/META.yml 2023-01-01 15:23:10.000000000 +0100
@@ -9,6 +9,7 @@
IO::Handle: '0'
IPC::Open3: '0'
Module::Build: '0.28'
+ Test::File: '1.993'
Test::More: '0.88'
lib: '0'
vars: '0'
@@ -16,7 +17,7 @@
ExtUtils::MakeMaker: '0'
Module::Build: '0.28'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version
2.150010'
keywords:
- alternative-to-core
- directories
@@ -46,22 +47,22 @@
provides:
File::Find::Object:
file: lib/File/Find/Object.pm
- version: v0.3.6
+ version: v0.3.7
File::Find::Object::Base:
file: lib/File/Find/Object/Base.pm
- version: v0.3.6
+ version: v0.3.7
File::Find::Object::DeepPath:
file: lib/File/Find/Object.pm
- version: v0.3.6
+ version: v0.3.7
File::Find::Object::PathComp:
file: lib/File/Find/Object/PathComp.pm
- version: v0.3.6
+ version: v0.3.7
File::Find::Object::Result:
file: lib/File/Find/Object/Result.pm
- version: v0.3.6
+ version: v0.3.7
File::Find::Object::TopPath:
file: lib/File/Find/Object.pm
- version: v0.3.6
+ version: v0.3.7
requires:
Carp: '0'
Class::XSAccessor: '0'
@@ -77,10 +78,10 @@
bugtracker: https://github.com/shlomif/perl-file-find-object/issues
homepage: http://metacpan.org/release/File-Find-Object
repository: git://github.com/shlomif/perl-file-find-object.git
-version: 0.3.6
+version: 0.3.7
x_Dist_Zilla:
perl:
- version: '5.032001'
+ version: '5.036000'
plugins:
-
class: Dist::Zilla::Plugin::Prereqs
@@ -89,15 +90,15 @@
phase: test
type: requires
name: '@Filter/TestMoreDoneTesting'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@Filter/AutoPrereqs'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@Filter/ExecDir'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::GatherDir
config:
@@ -110,19 +111,19 @@
prune_directory: []
root: .
name: '@Filter/GatherDir'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@Filter/ManifestSkip'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@Filter/MetaYAML'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@Filter/PruneCruft'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::RunExtraTests
config:
@@ -133,14 +134,14 @@
-
class: Dist::Zilla::Plugin::ShareDir
name: '@Filter/ShareDir'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::MakeMaker
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 1
name: '@Filter/MakeMaker'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::CheckChangesHasContent
name: '@Filter/CheckChangesHasContent'
@@ -148,19 +149,19 @@
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@Filter/ConfirmRelease'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::Manifest
name: '@Filter/Manifest'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@Filter/MetaConfig'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@Filter/MetaJSON'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
@@ -169,13 +170,13 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.017'
+ version: '6.025'
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'
@@ -184,31 +185,31 @@
-
class: Dist::Zilla::Plugin::MetaResources
name: '@Filter/MetaResources'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::ModuleBuild
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 1
name: '@Filter/ModuleBuild'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@Filter/PkgVersion'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::PodCoverageTests
name: '@Filter/PodCoverageTests'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@Filter/PodSyntaxTests'
- version: '6.017'
+ version: '6.025'
-
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: 0
filename: t/00-compile.t
@@ -259,7 +260,7 @@
-
class: Dist::Zilla::Plugin::TestRelease
name: '@Filter/TestRelease'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
@@ -271,7 +272,7 @@
-
class: Pod::Weaver::Plugin::SingleEncoding
name: '@SHLOMIF/SingleEncoding'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::WikiDoc
name: '@SHLOMIF/WikiDoc'
@@ -279,71 +280,71 @@
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@CorePrep/EnsurePod5'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@CorePrep/H1Nester'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Name'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Version
name: '@SHLOMIF/Version'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@SHLOMIF/Prelude'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Synopsis'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Description'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Usage'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Overview'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Stability'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Requirements
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Attributes
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Constructors
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Methods
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Functions
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Leftovers
name: '@SHLOMIF/Leftovers'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@SHLOMIF/postlude'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Support
name: '@SHLOMIF/Support'
@@ -351,11 +352,11 @@
-
class: Pod::Weaver::Section::Authors
name: '@SHLOMIF/Authors'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Bugs
name: '@SHLOMIF/Bugs'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Section::Contributors
name: '@SHLOMIF/Contributors'
@@ -363,17 +364,17 @@
-
class: Pod::Weaver::Section::Legal
name: '@SHLOMIF/Legal'
- version: '4.017'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::Transformer
name: '@SHLOMIF/List'
- version: '4.017'
+ version: '4.018'
name: '@Filter/PodWeaver'
- version: '4.008'
+ version: '4.009'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@Filter/UploadToCPAN'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::Keywords
config:
@@ -404,7 +405,7 @@
-
class: Dist::Zilla::Plugin::PruneFiles
name: PruneFiles
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::Test::Kwalitee
config:
@@ -420,52 +421,52 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExtraTestFiles'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':PerlExecFiles'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '6.017'
+ version: '6.025'
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.017'
+ version: '6.025'
zilla:
class: Dist::Zilla::Dist::Builder
config:
- is_trial: '0'
- version: '6.017'
-x_generated_by_perl: v5.32.1
+ is_trial: 0
+ version: '6.025'
+x_generated_by_perl: v5.36.0
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: Artistic-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Object-0.3.6/Makefile.PL
new/File-Find-Object-0.3.7/Makefile.PL
--- old/File-Find-Object-0.3.6/Makefile.PL 2021-08-26 15:40:47.000000000
+0200
+++ new/File-Find-Object-0.3.7/Makefile.PL 2023-01-01 15:23:10.000000000
+0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.017.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.025.
use strict;
use warnings;
@@ -37,11 +37,12 @@
"File::TreeCreate" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
+ "Test::File" => "1.993",
"Test::More" => "0.88",
"lib" => 0,
"vars" => 0
},
- "VERSION" => "0.3.6",
+ "VERSION" => "0.3.7",
"test" => {
"TESTS" => "t/*.t"
}
@@ -59,6 +60,7 @@
"IPC::Open3" => 0,
"List::Util" => 0,
"Module::Build" => "0.28",
+ "Test::File" => "1.993",
"Test::More" => "0.88",
"integer" => 0,
"lib" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Object-0.3.6/dist.ini
new/File-Find-Object-0.3.7/dist.ini
--- old/File-Find-Object-0.3.6/dist.ini 2021-08-26 15:40:47.000000000 +0200
+++ new/File-Find-Object-0.3.7/dist.ini 2023-01-01 15:23:10.000000000 +0100
@@ -3,7 +3,7 @@
license = Artistic_2_0
copyright_holder = Olivier Thauvin and others
copyright_year = 2000
-version = 0.3.6
+version = 0.3.7
[@Filter]
-bundle = @SHLOMIF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Object-0.3.6/lib/File/Find/Object/Base.pm
new/File-Find-Object-0.3.7/lib/File/Find/Object/Base.pm
--- old/File-Find-Object-0.3.6/lib/File/Find/Object/Base.pm 2021-08-26
15:40:47.000000000 +0200
+++ new/File-Find-Object-0.3.7/lib/File/Find/Object/Base.pm 2023-01-01
15:23:10.000000000 +0100
@@ -1,5 +1,5 @@
package File::Find::Object::Base;
-$File::Find::Object::Base::VERSION = '0.3.6';
+$File::Find::Object::Base::VERSION = '0.3.7';
use strict;
use warnings;
@@ -15,7 +15,7 @@
map { $_ => $_ } (
qw(
_last_dir_scanned
- )
+ )
)
)
};
@@ -60,7 +60,7 @@
=head1 VERSION
-version 0.3.6
+version 0.3.7
=head1 DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/File-Find-Object-0.3.6/lib/File/Find/Object/PathComp.pm
new/File-Find-Object-0.3.7/lib/File/Find/Object/PathComp.pm
--- old/File-Find-Object-0.3.6/lib/File/Find/Object/PathComp.pm 2021-08-26
15:40:47.000000000 +0200
+++ new/File-Find-Object-0.3.7/lib/File/Find/Object/PathComp.pm 2023-01-01
15:23:10.000000000 +0100
@@ -1,5 +1,5 @@
package File::Find::Object::PathComp;
-$File::Find::Object::PathComp::VERSION = '0.3.6';
+$File::Find::Object::PathComp::VERSION = '0.3.7';
use strict;
use warnings;
@@ -18,7 +18,7 @@
_open_dir_ret
_stat_ret
_traverse_to
- )
+ )
)
)
},
@@ -33,7 +33,7 @@
qw(
_files
_traverse_to
- )
+ )
]
);
@@ -146,7 +146,7 @@
=head1 VERSION
-version 0.3.6
+version 0.3.7
=head1 DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/File-Find-Object-0.3.6/lib/File/Find/Object/Result.pm
new/File-Find-Object-0.3.7/lib/File/Find/Object/Result.pm
--- old/File-Find-Object-0.3.6/lib/File/Find/Object/Result.pm 2021-08-26
15:40:47.000000000 +0200
+++ new/File-Find-Object-0.3.7/lib/File/Find/Object/Result.pm 2023-01-01
15:23:10.000000000 +0100
@@ -1,5 +1,5 @@
package File::Find::Object::Result;
-$File::Find::Object::Result::VERSION = '0.3.6';
+$File::Find::Object::Result::VERSION = '0.3.7';
use strict;
use warnings;
use integer;
@@ -16,7 +16,7 @@
path
dir_components
stat_ret
- )
+ )
)
)
};
@@ -57,7 +57,7 @@
=head1 VERSION
-version 0.3.6
+version 0.3.7
=head1 DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Object-0.3.6/lib/File/Find/Object.pm
new/File-Find-Object-0.3.7/lib/File/Find/Object.pm
--- old/File-Find-Object-0.3.6/lib/File/Find/Object.pm 2021-08-26
15:40:47.000000000 +0200
+++ new/File-Find-Object-0.3.7/lib/File/Find/Object.pm 2023-01-01
15:23:10.000000000 +0100
@@ -1,10 +1,10 @@
package File::Find::Object;
-$File::Find::Object::VERSION = '0.3.6';
+$File::Find::Object::VERSION = '0.3.7';
use strict;
use warnings;
package File::Find::Object::DeepPath;
-$File::Find::Object::DeepPath::VERSION = '0.3.6';
+$File::Find::Object::DeepPath::VERSION = '0.3.7';
use strict;
use warnings;
@@ -67,7 +67,7 @@
}
package File::Find::Object::TopPath;
-$File::Find::Object::TopPath::VERSION = '0.3.6';
+$File::Find::Object::TopPath::VERSION = '0.3.7';
use parent 'File::Find::Object::PathComp';
sub new
@@ -147,7 +147,7 @@
filter
followlink
nocrossfs
- )
+ )
];
}
@@ -171,7 +171,7 @@
_top_is_dir
_top_is_link
_top_stat
- ),
+ ),
@{ __PACKAGE__->_get_options_ids() }
)
)
@@ -181,7 +181,7 @@
[
qw(
_top_stat
- )
+ )
]
);
@@ -658,7 +658,7 @@
=head1 VERSION
-version 0.3.6
+version 0.3.7
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Object-0.3.6/t/01ffo.t
new/File-Find-Object-0.3.7/t/01ffo.t
--- old/File-Find-Object-0.3.6/t/01ffo.t 2021-08-26 15:40:47.000000000
+0200
+++ new/File-Find-Object-0.3.7/t/01ffo.t 2023-01-01 15:23:10.000000000
+0100
@@ -9,6 +9,8 @@
use File::Path qw(rmtree);
+use Test::File 1.993 ();
+
# TEST
use_ok( 'File::Find::Object', "Can use main File::Find::Object" );
@@ -22,7 +24,7 @@
# symlink does not exists everywhere (windows)
# if it failed, this does not matter
eval { symlink( '.', 't/dir/link' ); };
-my $symlink_created = ( $@ eq "" );
+my $has_symlinks = Test::File->has_symlinks();
my ( @res1, @res2 );
my $tree = File::Find::Object->new(
@@ -51,7 +53,7 @@
ok( scalar(@res1) == scalar(@res2), "Get same result from callback and next" );
# TEST
-if ($symlink_created)
+if ($has_symlinks)
{
like(
$warnings[0],