Hello community,
here is the log from the commit of package perl-Class-Tiny for openSUSE:Factory
checked in at 2020-09-09 17:49:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Tiny (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-Tiny.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Tiny"
Wed Sep 9 17:49:19 2020 rev:9 rq:832738 version:1.008
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Class-Tiny/perl-Class-Tiny.changes
2016-09-13 22:25:43.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-Tiny.new.3399/perl-Class-Tiny.changes
2020-09-09 17:50:55.194620484 +0200
@@ -1,0 +2,13 @@
+Sat Sep 5 03:07:12 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 1.008
+ see /usr/share/doc/packages/perl-Class-Tiny/Changes
+
+ 1.008 2020-09-04 10:04:50-04:00 America/New_York
+ - No changes since 1.007
+ 1.007 2020-09-02 07:02:55-04:00 America/New_York (TRIAL RELEASE)
+ [DOCUMENTATION]
+ - DEMOLISH docs incorrectly claimed that errors were thrown. Updated to
+ say that errors are rethrown.
+
+-------------------------------------------------------------------
Old:
----
Class-Tiny-1.006.tar.gz
New:
----
Class-Tiny-1.008.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.tlCydo/_old 2020-09-09 17:50:56.422621482 +0200
+++ /var/tmp/diff_new_pack.tlCydo/_new 2020-09-09 17:50:56.426621486 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Tiny
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Class-Tiny
-Version: 1.006
+Version: 1.008
Release: 0
%define cpan_name Class-Tiny
Summary: Minimalist class construction
License: Apache-2.0
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Class-Tiny/
-Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -68,11 +68,11 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -81,6 +81,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.mkdn LICENSE README
+%doc Changes CONTRIBUTING.mkdn README
+%license LICENSE
%changelog
++++++ Class-Tiny-1.006.tar.gz -> Class-Tiny-1.008.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/Changes new/Class-Tiny-1.008/Changes
--- old/Class-Tiny-1.006/Changes 2016-09-10 20:47:59.000000000 +0200
+++ new/Class-Tiny-1.008/Changes 2020-09-04 16:04:56.000000000 +0200
@@ -1,5 +1,16 @@
Revision history for Class-Tiny
+1.008 2020-09-04 10:04:50-04:00 America/New_York
+
+ - No changes since 1.007
+
+1.007 2020-09-02 07:02:55-04:00 America/New_York (TRIAL RELEASE)
+
+ [DOCUMENTATION]
+
+ - DEMOLISH docs incorrectly claimed that errors were thrown. Updated to
+ say that errors are rethrown.
+
1.006 2016-09-10 14:47:49-04:00 America/New_York
- No changes since 1.005
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/MANIFEST
new/Class-Tiny-1.008/MANIFEST
--- old/Class-Tiny-1.006/MANIFEST 2016-09-10 20:47:59.000000000 +0200
+++ new/Class-Tiny-1.008/MANIFEST 2020-09-04 16:04:56.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.007.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.015.
CONTRIBUTING.mkdn
Changes
LICENSE
@@ -36,10 +36,10 @@
tidyall.ini
xt/author/00-compile.t
xt/author/critic.t
+xt/author/minimum-version.t
xt/author/pod-coverage.t
xt/author/pod-spell.t
xt/author/pod-syntax.t
xt/author/portability.t
xt/author/test-version.t
xt/release/distmeta.t
-xt/release/minimum-version.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/META.json
new/Class-Tiny-1.008/META.json
--- old/Class-Tiny-1.006/META.json 2016-09-10 20:47:59.000000000 +0200
+++ new/Class-Tiny-1.008/META.json 2020-09-04 16:04:56.000000000 +0200
@@ -4,7 +4,7 @@
"David Golden <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version
2.150009",
+ "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version
2.150010",
"license" : [
"apache_2_0"
],
@@ -40,7 +40,6 @@
"Dist::Zilla::Plugin::ReleaseStatus::FromVersion" : "0",
"Dist::Zilla::Plugin::RemovePrereqs" : "0",
"Dist::Zilla::PluginBundle::DAGOLDEN" : "0.072",
- "English" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"IO::Handle" : "0",
@@ -49,13 +48,14 @@
"Pod::Wordlist" : "0",
"Software::License::Apache_2_0" : "0",
"Test::CPAN::Meta" : "0",
+ "Test::MinimumVersion" : "0",
"Test::More" : "0",
+ "Test::Perl::Critic" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
"Test::Portability::Files" : "0",
"Test::Spelling" : "0.12",
- "Test::Version" : "1",
- "blib" : "1.01"
+ "Test::Version" : "1"
}
},
"runtime" : {
@@ -86,11 +86,11 @@
"provides" : {
"Class::Tiny" : {
"file" : "lib/Class/Tiny.pm",
- "version" : "1.006"
+ "version" : "1.008"
},
"Class::Tiny::Object" : {
"file" : "lib/Class/Tiny.pm",
- "version" : "1.006"
+ "version" : "1.008"
}
},
"release_status" : "stable",
@@ -105,16 +105,19 @@
"web" : "https://github.com/dagolden/Class-Tiny"
}
},
- "version" : "1.006",
+ "version" : "1.008",
"x_authority" : "cpan:DAGOLDEN",
"x_contributors" : [
"Dagfinn Ilmari Manns\u00e5ker <[email protected]>",
"David Golden <[email protected]>",
"Gelu Lupas <[email protected]>",
"Karen Etheridge <[email protected]>",
+ "Matt S Trout <[email protected]>",
"Olivier Mengu\u00e9 <[email protected]>",
"Toby Inkster <[email protected]>"
],
- "x_serialization_backend" : "Cpanel::JSON::XS version 3.0213"
+ "x_generated_by_perl" : "v5.32.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+ "x_spdx_expression" : "Apache-2.0"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/META.yml
new/Class-Tiny-1.008/META.yml
--- old/Class-Tiny-1.006/META.yml 2016-09-10 20:47:59.000000000 +0200
+++ new/Class-Tiny-1.008/META.yml 2020-09-04 16:04:56.000000000 +0200
@@ -15,7 +15,7 @@
ExtUtils::MakeMaker: '6.17'
perl: '5.006'
dynamic_config: 1
-generated_by: 'Dist::Zilla version 6.007, CPAN::Meta::Converter version
2.150009'
+generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version
2.150010'
license: apache
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -32,10 +32,10 @@
provides:
Class::Tiny:
file: lib/Class/Tiny.pm
- version: '1.006'
+ version: '1.008'
Class::Tiny::Object:
file: lib/Class/Tiny.pm
- version: '1.006'
+ version: '1.008'
requires:
Carp: '0'
perl: '5.006'
@@ -45,13 +45,16 @@
bugtracker: https://github.com/dagolden/Class-Tiny/issues
homepage: https://github.com/dagolden/Class-Tiny
repository: https://github.com/dagolden/Class-Tiny.git
-version: '1.006'
+version: '1.008'
x_authority: cpan:DAGOLDEN
x_contributors:
- 'Dagfinn Ilmari Mannsåker <[email protected]>'
- 'David Golden <[email protected]>'
- 'Gelu Lupas <[email protected]>'
- 'Karen Etheridge <[email protected]>'
+ - 'Matt S Trout <[email protected]>'
- 'Olivier Mengué <[email protected]>'
- 'Toby Inkster <[email protected]>'
-x_serialization_backend: 'YAML::Tiny version 1.69'
+x_generated_by_perl: v5.32.0
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/Makefile.PL
new/Class-Tiny-1.008/Makefile.PL
--- old/Class-Tiny-1.006/Makefile.PL 2016-09-10 20:47:59.000000000 +0200
+++ new/Class-Tiny-1.008/Makefile.PL 2020-09-04 16:04:56.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.007.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.015.
use strict;
use warnings;
@@ -30,7 +30,7 @@
"lib" => 0,
"subs" => 0
},
- "VERSION" => "1.006",
+ "VERSION" => "1.008",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/README new/Class-Tiny-1.008/README
--- old/Class-Tiny-1.006/README 2016-09-10 20:47:59.000000000 +0200
+++ new/Class-Tiny-1.008/README 2020-09-04 16:04:56.000000000 +0200
@@ -2,7 +2,7 @@
Class::Tiny - Minimalist class construction
VERSION
- version 1.006
+ version 1.008
SYNOPSIS
In Person.pm:
@@ -230,7 +230,7 @@
defines a "DEMOLISH" method, they will be called from the child class to
the furthest parent class during object destruction. It is provided a
single boolean argument indicating whether Perl is in global
- destruction. Return values and errors are ignored.
+ destruction. Return values are ignored. Errors are caught and rethrown.
sub DEMOLISH {
my ($self, $global_destruct) = @_;
@@ -320,20 +320,6 @@
"BUILD" and "DEMOLISH" for some minimal interoperability and an easier
upgrade path.
-SUPPORT
- Bugs / Feature Requests
- Please report any bugs or feature requests through the issue tracker at
- <https://github.com/dagolden/Class-Tiny/issues>. You will be notified
- automatically of any progress on your issue.
-
- Source Code
- This is open source software. The code repository is available for
- public review and contribution under the terms of the license.
-
- <https://github.com/dagolden/Class-Tiny>
-
- git clone https://github.com/dagolden/Class-Tiny.git
-
AUTHOR
David Golden <[email protected]>
@@ -346,6 +332,8 @@
* Karen Etheridge <[email protected]>
+ * Matt S Trout <[email protected]>
+
* Olivier Mengué <[email protected]>
* Toby Inkster <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/cpanfile
new/Class-Tiny-1.008/cpanfile
--- old/Class-Tiny-1.006/cpanfile 2016-09-10 20:47:59.000000000 +0200
+++ new/Class-Tiny-1.008/cpanfile 2020-09-04 16:04:56.000000000 +0200
@@ -1,3 +1,6 @@
+# This file is generated by Dist::Zilla::Plugin::CPANFile v6.015
+# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
+
requires "Carp" => "0";
requires "perl" => "5.006";
requires "strict" => "0";
@@ -32,7 +35,6 @@
requires "Dist::Zilla::Plugin::ReleaseStatus::FromVersion" => "0";
requires "Dist::Zilla::Plugin::RemovePrereqs" => "0";
requires "Dist::Zilla::PluginBundle::DAGOLDEN" => "0.072";
- requires "English" => "0";
requires "File::Spec" => "0";
requires "File::Temp" => "0";
requires "IO::Handle" => "0";
@@ -41,11 +43,12 @@
requires "Pod::Wordlist" => "0";
requires "Software::License::Apache_2_0" => "0";
requires "Test::CPAN::Meta" => "0";
+ requires "Test::MinimumVersion" => "0";
requires "Test::More" => "0";
+ requires "Test::Perl::Critic" => "0";
requires "Test::Pod" => "1.41";
requires "Test::Pod::Coverage" => "1.08";
requires "Test::Portability::Files" => "0";
requires "Test::Spelling" => "0.12";
requires "Test::Version" => "1";
- requires "blib" => "1.01";
};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/lib/Class/Tiny.pm
new/Class-Tiny-1.008/lib/Class/Tiny.pm
--- old/Class-Tiny-1.006/lib/Class/Tiny.pm 2016-09-10 20:47:59.000000000
+0200
+++ new/Class-Tiny-1.008/lib/Class/Tiny.pm 2020-09-04 16:04:56.000000000
+0200
@@ -6,7 +6,7 @@
package Class::Tiny;
# ABSTRACT: Minimalist class construction
-our $VERSION = '1.006';
+our $VERSION = '1.008';
use Carp ();
@@ -115,7 +115,7 @@
package Class::Tiny::Object;
# ABSTRACT: Base class for classes built with Class::Tiny
-our $VERSION = '1.006';
+our $VERSION = '1.008';
my ( %HAS_BUILDARGS, %BUILD_CACHE, %DEMOLISH_CACHE, %ATTR_CACHE );
@@ -211,7 +211,7 @@
=head1 VERSION
-version 1.006
+version 1.008
=head1 SYNOPSIS
@@ -466,7 +466,7 @@
defines a C<DEMOLISH> method, they will be called from the child class to the
furthest parent class during object destruction. It is provided a single
boolean argument indicating whether Perl is in global destruction. Return
-values and errors are ignored.
+values are ignored. Errors are caught and rethrown.
sub DEMOLISH {
my ($self, $global_destruct) = @_;
@@ -561,32 +561,13 @@
That said, Class::Tiny offers Moose-like conventions for things like C<BUILD>
and C<DEMOLISH> for some minimal interoperability and an easier upgrade path.
-=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants
kwalitee diff irc mailto metadata placeholders metacpan
-
-=head1 SUPPORT
-
-=head2 Bugs / Feature Requests
-
-Please report any bugs or feature requests through the issue tracker
-at L<https://github.com/dagolden/Class-Tiny/issues>.
-You will be notified automatically of any progress on your issue.
-
-=head2 Source Code
-
-This is open source software. The code repository is available for
-public review and contribution under the terms of the license.
-
-L<https://github.com/dagolden/Class-Tiny>
-
- git clone https://github.com/dagolden/Class-Tiny.git
-
=head1 AUTHOR
David Golden <[email protected]>
=head1 CONTRIBUTORS
-=for stopwords Dagfinn Ilmari Mannsåker David Golden Gelu Lupas Karen
Etheridge Olivier Mengué Toby Inkster
+=for stopwords Dagfinn Ilmari Mannsåker David Golden Gelu Lupas Karen
Etheridge Matt S Trout Olivier Mengué Toby Inkster
=over 4
@@ -608,6 +589,10 @@
=item *
+Matt S Trout <[email protected]>
+
+=item *
+
Olivier Mengué <[email protected]>
=item *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/t/00-report-prereqs.dd
new/Class-Tiny-1.008/t/00-report-prereqs.dd
--- old/Class-Tiny-1.006/t/00-report-prereqs.dd 2016-09-10 20:47:59.000000000
+0200
+++ new/Class-Tiny-1.008/t/00-report-prereqs.dd 2020-09-04 16:04:56.000000000
+0200
@@ -14,7 +14,6 @@
'Dist::Zilla::Plugin::ReleaseStatus::FromVersion' => '0',
'Dist::Zilla::Plugin::RemovePrereqs' =>
'0',
'Dist::Zilla::PluginBundle::DAGOLDEN' =>
'0.072',
- 'English' => '0',
'File::Spec' => '0',
'File::Temp' => '0',
'IO::Handle' => '0',
@@ -23,13 +22,14 @@
'Pod::Wordlist' => '0',
'Software::License::Apache_2_0' => '0',
'Test::CPAN::Meta' => '0',
+ 'Test::MinimumVersion' => '0',
'Test::More' => '0',
+ 'Test::Perl::Critic' => '0',
'Test::Pod' => '1.41',
'Test::Pod::Coverage' => '1.08',
'Test::Portability::Files' => '0',
'Test::Spelling' => '0.12',
- 'Test::Version' => '1',
- 'blib' => '1.01'
+ 'Test::Version' => '1'
}
},
'runtime' => {
@@ -42,9 +42,9 @@
},
'test' => {
'recommends' => {
- 'CPAN::Meta' => '2.120900',
- 'Test::FailWarnings' => '0'
- },
+ 'CPAN::Meta' => '2.120900',
+ 'Test::FailWarnings' => '0'
+ },
'requires' => {
'Exporter' => '0',
'ExtUtils::MakeMaker' => '0',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/t/00-report-prereqs.t
new/Class-Tiny-1.008/t/00-report-prereqs.t
--- old/Class-Tiny-1.006/t/00-report-prereqs.t 2016-09-10 20:47:59.000000000
+0200
+++ new/Class-Tiny-1.008/t/00-report-prereqs.t 2020-09-04 16:04:56.000000000
+0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
use Test::More tests => 1;
@@ -68,7 +68,7 @@
);
# Add static prereqs to the included modules list
-my $static_prereqs = do 't/00-report-prereqs.dd';
+my $static_prereqs = do './t/00-report-prereqs.dd';
# Merge all prereqs (either with ::Prereqs or a hashref)
my $full_prereqs = _merge_prereqs(
@@ -78,12 +78,14 @@
# Add dynamic prereqs to the included modules list (if we can)
my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
+my $cpan_meta_error;
if ( $source && $HAS_CPAN_META
&& (my $meta = eval { CPAN::Meta->load_file($source) } )
) {
$full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
}
else {
+ $cpan_meta_error = $@; # capture error from
CPAN::Meta->load_file($source)
$source = 'static metadata';
}
@@ -169,15 +171,23 @@
diag "\nVersions for all modules listed in $source (including optional
ones):\n\n", @full_reports;
}
+if ( $cpan_meta_error || @dep_errors ) {
+ diag "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING
WARNING ***\n";
+}
+
+if ( $cpan_meta_error ) {
+ my ($orig_source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
+ diag "\nCPAN::Meta->load_file('$orig_source') failed with:
$cpan_meta_error\n";
+}
+
if ( @dep_errors ) {
diag join("\n",
- "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
***\n",
- "The following REQUIRED prerequisites were not satisfied:\n",
+ "\nThe following REQUIRED prerequisites were not satisfied:\n",
@dep_errors,
"\n"
);
}
-pass;
+pass('Reported prereqs');
# vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/xt/author/00-compile.t
new/Class-Tiny-1.008/xt/author/00-compile.t
--- old/Class-Tiny-1.006/xt/author/00-compile.t 2016-09-10 20:47:59.000000000
+0200
+++ new/Class-Tiny-1.008/xt/author/00-compile.t 2020-09-04 16:04:56.000000000
+0200
@@ -2,7 +2,7 @@
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
use Test::More;
@@ -19,7 +19,9 @@
local $ENV{HOME} = File::Temp::tempdir( CLEANUP => 1 );
-my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
+my @switches = (
+ -d 'blib' ? '-Mblib' : '-Ilib',
+);
use File::Spec;
use IPC::Open3;
@@ -33,14 +35,18 @@
# see L<perlfaq8/How can I capture STDERR from an external command?>
my $stderr = IO::Handle->new;
- my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e',
"require q[$lib]");
+ diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} .
$str . q{'} }
+ $^X, @switches, '-e', "require q[$lib]"))
+ if $ENV{PERL_COMPILE_TEST_DEBUG};
+
+ my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e',
"require q[$lib]");
binmode $stderr, ':crlf' if $^O eq 'MSWin32';
my @_warnings = <$stderr>;
waitpid($pid, 0);
is($?, 0, "$lib loaded ok");
shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
- and not eval { require blib; blib->VERSION('1.01') };
+ and not eval { +require blib; blib->VERSION('1.01') };
if (@_warnings)
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/xt/author/critic.t
new/Class-Tiny-1.008/xt/author/critic.t
--- old/Class-Tiny-1.006/xt/author/critic.t 2016-09-10 20:47:59.000000000
+0200
+++ new/Class-Tiny-1.008/xt/author/critic.t 2020-09-04 16:04:56.000000000
+0200
@@ -3,10 +3,5 @@
use strict;
use warnings;
-use Test::More;
-use English qw(-no_match_vars);
-
-eval "use Test::Perl::Critic";
-plan skip_all => 'Test::Perl::Critic required to criticise code' if $@;
-Test::Perl::Critic->import( -profile => "perlcritic.rc" ) if -e
"perlcritic.rc";
+use Test::Perl::Critic (-profile => "perlcritic.rc") x!! -e "perlcritic.rc";
all_critic_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/xt/author/minimum-version.t
new/Class-Tiny-1.008/xt/author/minimum-version.t
--- old/Class-Tiny-1.006/xt/author/minimum-version.t 1970-01-01
01:00:00.000000000 +0100
+++ new/Class-Tiny-1.008/xt/author/minimum-version.t 2020-09-04
16:04:56.000000000 +0200
@@ -0,0 +1,6 @@
+use strict;
+use warnings;
+
+use Test::More;
+use Test::MinimumVersion;
+all_minimum_version_ok( qq{5.010} );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/xt/author/pod-spell.t
new/Class-Tiny-1.008/xt/author/pod-spell.t
--- old/Class-Tiny-1.006/xt/author/pod-spell.t 2016-09-10 20:47:59.000000000
+0200
+++ new/Class-Tiny-1.008/xt/author/pod-spell.t 2020-09-04 16:04:56.000000000
+0200
@@ -2,38 +2,41 @@
use warnings;
use Test::More;
-# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007002
+# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005
use Test::Spelling 0.12;
use Pod::Wordlist;
add_stopwords(<DATA>);
-all_pod_files_spelling_ok( qw( bin lib ) );
+all_pod_files_spelling_ok( qw( bin lib ) );
__DATA__
-destructor
-fatpacking
-interoperability
-linearized
+Class
+Dagfinn
David
+Etheridge
+Gelu
Golden
-dagolden
-Dagfinn
Ilmari
-Mannsåker
-ilmari
-xdg
-Gelu
-Lupas
-gelu
+Inkster
Karen
-Etheridge
-ether
-Olivier
+Lupas
+Mannsåker
+Matt
Mengué
-dolmen
+Olivier
+Tiny
Toby
-Inkster
-tobyink
+Trout
+dagolden
+destructor
+dolmen
+ether
+fatpacking
+gelu
+ilmari
+interoperability
lib
-Class
-Tiny
+linearized
+mstrout
+tobyink
+xdg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Tiny-1.006/xt/release/minimum-version.t
new/Class-Tiny-1.008/xt/release/minimum-version.t
--- old/Class-Tiny-1.006/xt/release/minimum-version.t 2016-09-10
20:47:59.000000000 +0200
+++ new/Class-Tiny-1.008/xt/release/minimum-version.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-#!perl
-
-use Test::More;
-
-eval "use Test::MinimumVersion";
-plan skip_all => "Test::MinimumVersion required for testing minimum versions"
- if $@;
-all_minimum_version_ok( qq{5.010} );