Hello community,
here is the log from the commit of package perl-Test-TempDir-Tiny for
openSUSE:Factory checked in at 2018-06-02 11:58:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-TempDir-Tiny (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-TempDir-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-TempDir-Tiny"
Sat Jun 2 11:58:43 2018 rev:2 rq:610495 version:0.017
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-TempDir-Tiny/perl-Test-TempDir-Tiny.changes
2016-07-01 09:58:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-TempDir-Tiny.new/perl-Test-TempDir-Tiny.changes
2018-06-02 11:58:43.925512181 +0200
@@ -1,0 +2,10 @@
+Thu May 3 06:03:32 UTC 2018 - [email protected]
+
+- updated to 0.017
+ see /usr/share/doc/packages/perl-Test-TempDir-Tiny/Changes
+
+ 0.017 2018-05-02 16:31:12-04:00 America/New_York
+
+ - Bumped required version of File::Path to 2.07
+
+-------------------------------------------------------------------
Old:
----
Test-TempDir-Tiny-0.016.tar.gz
New:
----
Test-TempDir-Tiny-0.017.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-TempDir-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.ZchlX2/_old 2018-06-02 11:58:44.529490033 +0200
+++ /var/tmp/diff_new_pack.ZchlX2/_new 2018-06-02 11:58:44.533489885 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-TempDir-Tiny
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,21 @@
Name: perl-Test-TempDir-Tiny
-Version: 0.016
+Version: 0.017
Release: 0
%define cpan_name Test-TempDir-Tiny
Summary: Temporary directories that stick around when tests fail
License: Apache-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-TempDir-Tiny/
-Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+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
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(File::Path) >= 2.010000
-Requires: perl(File::Path) >= 2.010000
+BuildRequires: perl(File::Path) >= 2.070000
+Requires: perl(File::Path) >= 2.070000
%{perl_requires}
%description
@@ -88,6 +89,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.mkdn LICENSE README
+%doc Changes CONTRIBUTING.mkdn README
+%license LICENSE
%changelog
++++++ Test-TempDir-Tiny-0.016.tar.gz -> Test-TempDir-Tiny-0.017.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/CONTRIBUTING.mkdn
new/Test-TempDir-Tiny-0.017/CONTRIBUTING.mkdn
--- old/Test-TempDir-Tiny-0.016/CONTRIBUTING.mkdn 2016-04-10
19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/CONTRIBUTING.mkdn 2018-05-02
22:31:19.000000000 +0200
@@ -3,7 +3,7 @@
Thank you for considering contributing to this distribution. This file
contains instructions that will help you work with the source code.
-The distribution is managed with Dist::Zilla. This means than many of the
+The distribution is managed with Dist::Zilla. This means that many of the
usual files you might expect are not in the repository, but are generated at
release time, as is much of the documentation. Some generated files are
kept in the repository as a convenience (e.g. Makefile.PL or cpanfile).
@@ -51,7 +51,20 @@
If you see typos or documentation issues in the generated docs, please
email or open a bug ticket instead of patching.
-### Installing and using Dist::Zilla
+### Where to send patches and pull requests
+
+If you found this distribution on Github, sending a pull-request is the
+best way to contribute.
+
+If a pull-request isn't possible, a bug ticket with a patch file is the
+next best option.
+
+As a last resort, an email to the author(s) is acceptable.
+
+## Installing and using Dist::Zilla
+
+Dist::Zilla is not required for contributing, but if you'd like to learn
+more, this section will get you up to speed.
Dist::Zilla is a very powerful authoring tool, optimized for maintaining a
large number of distributions with a high degree of automation, but it has a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/Changes
new/Test-TempDir-Tiny-0.017/Changes
--- old/Test-TempDir-Tiny-0.016/Changes 2016-04-10 19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/Changes 2018-05-02 22:31:19.000000000 +0200
@@ -1,5 +1,9 @@
Revision history for Test-TempDir-Tiny
+0.017 2018-05-02 16:31:12-04:00 America/New_York
+
+ - Bumped required version of File::Path to 2.07
+
0.016 2016-04-10 13:47:33-04:00 America/New_York
- No changes from 0.015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/MANIFEST
new/Test-TempDir-Tiny-0.017/MANIFEST
--- old/Test-TempDir-Tiny-0.016/MANIFEST 2016-04-10 19:47:37.000000000
+0200
+++ new/Test-TempDir-Tiny-0.017/MANIFEST 2018-05-02 22:31:19.000000000
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v5.044.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.012.
CONTRIBUTING.mkdn
Changes
LICENSE
@@ -20,10 +20,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
-xt/release/portability.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/META.json
new/Test-TempDir-Tiny-0.017/META.json
--- old/Test-TempDir-Tiny-0.016/META.json 2016-04-10 19:47:37.000000000
+0200
+++ new/Test-TempDir-Tiny-0.017/META.json 2018-05-02 22:31:19.000000000
+0200
@@ -4,7 +4,7 @@
"David Golden <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.044, CPAN::Meta::Converter version
2.150001",
+ "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version
2.150010",
"license" : [
"apache_2_0"
],
@@ -37,7 +37,6 @@
"Dist::Zilla::Plugin::OnlyCorePrereqs" : "0",
"Dist::Zilla::Plugin::Prereqs" : "0",
"Dist::Zilla::PluginBundle::DAGOLDEN" : "0.072",
- "English" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"IO::Handle" : "0",
@@ -46,12 +45,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" : {
@@ -60,7 +61,7 @@
"Carp" : "0",
"Cwd" : "0",
"Exporter" : "5.57",
- "File::Path" : "2.01",
+ "File::Path" : "2.07",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"perl" : "5.006002",
@@ -85,7 +86,7 @@
"provides" : {
"Test::TempDir::Tiny" : {
"file" : "lib/Test/TempDir/Tiny.pm",
- "version" : "0.016"
+ "version" : "0.017"
}
},
"release_status" : "stable",
@@ -100,13 +101,15 @@
"web" : "https://github.com/dagolden/Test-TempDir-Tiny"
}
},
- "version" : "0.016",
+ "version" : "0.017",
"x_authority" : "cpan:DAGOLDEN",
"x_contributors" : [
"Christian Walde <[email protected]>",
- "David Golden <[email protected]>",
"Kent Fredric <[email protected]>",
- "Shawn Laffan <[email protected]>"
- ]
+ "Shawn Laffan <[email protected]>",
+ "Sven Kirmess <[email protected]>"
+ ],
+ "x_generated_by_perl" : "v5.26.1",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/META.yml
new/Test-TempDir-Tiny-0.017/META.yml
--- old/Test-TempDir-Tiny-0.016/META.yml 2016-04-10 19:47:37.000000000
+0200
+++ new/Test-TempDir-Tiny-0.017/META.yml 2018-05-02 22:31:19.000000000
+0200
@@ -12,7 +12,7 @@
ExtUtils::MakeMaker: '6.17'
perl: '5.006002'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.044, CPAN::Meta::Converter version
2.150001'
+generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version
2.150010'
license: apache
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,13 +29,13 @@
provides:
Test::TempDir::Tiny:
file: lib/Test/TempDir/Tiny.pm
- version: '0.016'
+ version: '0.017'
requires:
B: '0'
Carp: '0'
Cwd: '0'
Exporter: '5.57'
- File::Path: '2.01'
+ File::Path: '2.07'
File::Spec::Functions: '0'
File::Temp: '0'
perl: '5.006002'
@@ -45,10 +45,12 @@
bugtracker: https://github.com/dagolden/Test-TempDir-Tiny/issues
homepage: https://github.com/dagolden/Test-TempDir-Tiny
repository: https://github.com/dagolden/Test-TempDir-Tiny.git
-version: '0.016'
+version: '0.017'
x_authority: cpan:DAGOLDEN
x_contributors:
- 'Christian Walde <[email protected]>'
- - 'David Golden <[email protected]>'
- 'Kent Fredric <[email protected]>'
- 'Shawn Laffan <[email protected]>'
+ - 'Sven Kirmess <[email protected]>'
+x_generated_by_perl: v5.26.1
+x_serialization_backend: 'YAML::Tiny version 1.70'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/Makefile.PL
new/Test-TempDir-Tiny-0.017/Makefile.PL
--- old/Test-TempDir-Tiny-0.016/Makefile.PL 2016-04-10 19:47:37.000000000
+0200
+++ new/Test-TempDir-Tiny-0.017/Makefile.PL 2018-05-02 22:31:19.000000000
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v5.044.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.012.
use strict;
use warnings;
@@ -21,7 +21,7 @@
"Carp" => 0,
"Cwd" => 0,
"Exporter" => "5.57",
- "File::Path" => "2.01",
+ "File::Path" => "2.07",
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"strict" => 0,
@@ -33,7 +33,7 @@
"File::Spec" => 0,
"Test::More" => 0
},
- "VERSION" => "0.016",
+ "VERSION" => "0.017",
"test" => {
"TESTS" => "t/*.t"
}
@@ -47,7 +47,7 @@
"Exporter" => "5.57",
"ExtUtils::MakeMaker" => 0,
"File::Copy" => 0,
- "File::Path" => "2.01",
+ "File::Path" => "2.07",
"File::Spec" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/README
new/Test-TempDir-Tiny-0.017/README
--- old/Test-TempDir-Tiny-0.016/README 2016-04-10 19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/README 2018-05-02 22:31:19.000000000 +0200
@@ -3,7 +3,7 @@
fail
VERSION
- version 0.016
+ version 0.017
SYNOPSIS
# t/foo.t
@@ -147,12 +147,12 @@
CONTRIBUTORS
* Christian Walde <[email protected]>
- * David Golden <[email protected]>
-
* Kent Fredric <[email protected]>
* Shawn Laffan <[email protected]>
+ * Sven Kirmess <[email protected]>
+
COPYRIGHT AND LICENSE
This software is Copyright (c) 2014 by David Golden.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/cpanfile
new/Test-TempDir-Tiny-0.017/cpanfile
--- old/Test-TempDir-Tiny-0.016/cpanfile 2016-04-10 19:47:37.000000000
+0200
+++ new/Test-TempDir-Tiny-0.017/cpanfile 2018-05-02 22:31:19.000000000
+0200
@@ -2,7 +2,7 @@
requires "Carp" => "0";
requires "Cwd" => "0";
requires "Exporter" => "5.57";
-requires "File::Path" => "2.01";
+requires "File::Path" => "2.07";
requires "File::Spec::Functions" => "0";
requires "File::Temp" => "0";
requires "perl" => "5.006002";
@@ -32,7 +32,6 @@
requires "Dist::Zilla::Plugin::OnlyCorePrereqs" => "0";
requires "Dist::Zilla::Plugin::Prereqs" => "0";
requires "Dist::Zilla::PluginBundle::DAGOLDEN" => "0.072";
- requires "English" => "0";
requires "File::Spec" => "0";
requires "File::Temp" => "0";
requires "IO::Handle" => "0";
@@ -41,10 +40,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/Test-TempDir-Tiny-0.016/lib/Test/TempDir/Tiny.pm
new/Test-TempDir-Tiny-0.017/lib/Test/TempDir/Tiny.pm
--- old/Test-TempDir-Tiny-0.016/lib/Test/TempDir/Tiny.pm 2016-04-10
19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/lib/Test/TempDir/Tiny.pm 2018-05-02
22:31:19.000000000 +0200
@@ -5,7 +5,7 @@
package Test::TempDir::Tiny;
# ABSTRACT: Temporary directories that stick around when tests fail
-our $VERSION = '0.016';
+our $VERSION = '0.017';
use Exporter 5.57 qw/import/;
our @EXPORT = qw/tempdir in_tempdir/;
@@ -15,7 +15,7 @@
use Errno qw/EEXIST ENOENT/;
{
no warnings 'numeric'; # loading File::Path has non-numeric warnings on 5.8
- use File::Path 2.01 qw/remove_tree/;
+ use File::Path 2.07 qw/remove_tree/;
}
use File::Spec::Functions qw/catdir/;
use File::Temp;
@@ -241,7 +241,7 @@
=head1 VERSION
-version 0.016
+version 0.017
=head1 SYNOPSIS
@@ -404,7 +404,7 @@
=head1 CONTRIBUTORS
-=for stopwords Christian Walde David Golden Kent Fredric Shawn Laffan
+=for stopwords Christian Walde Kent Fredric Shawn Laffan Sven Kirmess
=over 4
@@ -414,15 +414,15 @@
=item *
-David Golden <[email protected]>
+Kent Fredric <[email protected]>
=item *
-Kent Fredric <[email protected]>
+Shawn Laffan <[email protected]>
=item *
-Shawn Laffan <[email protected]>
+Sven Kirmess <[email protected]>
=back
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/t/00-report-prereqs.dd
new/Test-TempDir-Tiny-0.017/t/00-report-prereqs.dd
--- old/Test-TempDir-Tiny-0.016/t/00-report-prereqs.dd 2016-04-10
19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/t/00-report-prereqs.dd 2018-05-02
22:31:19.000000000 +0200
@@ -11,7 +11,6 @@
'Dist::Zilla::Plugin::OnlyCorePrereqs'
=> '0',
'Dist::Zilla::Plugin::Prereqs' => '0',
'Dist::Zilla::PluginBundle::DAGOLDEN' =>
'0.072',
- 'English' => '0',
'File::Spec' => '0',
'File::Temp' => '0',
'IO::Handle' => '0',
@@ -20,12 +19,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' => {
@@ -34,7 +35,7 @@
'Carp' => '0',
'Cwd' => '0',
'Exporter' => '5.57',
- 'File::Path' => '2.01',
+ 'File::Path' => '2.07',
'File::Spec::Functions' => '0',
'File::Temp' => '0',
'perl' => '5.006002',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/t/00-report-prereqs.t
new/Test-TempDir-Tiny-0.017/t/00-report-prereqs.t
--- old/Test-TempDir-Tiny-0.016/t/00-report-prereqs.t 2016-04-10
19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/t/00-report-prereqs.t 2018-05-02
22:31:19.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.024
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
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';
-if ( $source && $HAS_CPAN_META ) {
- if ( my $meta = eval { CPAN::Meta->load_file($source) } ) {
- $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
- }
+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,10 +171,18 @@
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"
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/xt/author/00-compile.t
new/Test-TempDir-Tiny-0.017/xt/author/00-compile.t
--- old/Test-TempDir-Tiny-0.016/xt/author/00-compile.t 2016-04-10
19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/xt/author/00-compile.t 2018-05-02
22:31:19.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/Test-TempDir-Tiny-0.016/xt/author/critic.t
new/Test-TempDir-Tiny-0.017/xt/author/critic.t
--- old/Test-TempDir-Tiny-0.016/xt/author/critic.t 2016-04-10
19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/xt/author/critic.t 2018-05-02
22:31:19.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/Test-TempDir-Tiny-0.016/xt/author/minimum-version.t
new/Test-TempDir-Tiny-0.017/xt/author/minimum-version.t
--- old/Test-TempDir-Tiny-0.016/xt/author/minimum-version.t 1970-01-01
01:00:00.000000000 +0100
+++ new/Test-TempDir-Tiny-0.017/xt/author/minimum-version.t 2018-05-02
22:31:19.000000000 +0200
@@ -0,0 +1,6 @@
+#!perl
+
+use Test::More;
+
+use Test::MinimumVersion;
+all_minimum_version_ok( qq{5.010} );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/xt/author/pod-spell.t
new/Test-TempDir-Tiny-0.017/xt/author/pod-spell.t
--- old/Test-TempDir-Tiny-0.016/xt/author/pod-spell.t 2016-04-10
19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/xt/author/pod-spell.t 2018-05-02
22:31:19.000000000 +0200
@@ -2,28 +2,30 @@
use warnings;
use Test::More;
-# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007000
+# 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__
+Christian
David
+Fredric
Golden
-dagolden
-Christian
-Walde
-walde
-xdg
Kent
-Fredric
-kentfredric
-Shawn
+Kirmess
Laffan
-shawnlaffan
-lib
-Test
+Shawn
+Sven
TempDir
+Test
Tiny
+Walde
+dagolden
+kentfredric
+lib
+shawnlaffan
+sven
+walde
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/xt/author/portability.t
new/Test-TempDir-Tiny-0.017/xt/author/portability.t
--- old/Test-TempDir-Tiny-0.016/xt/author/portability.t 1970-01-01
01:00:00.000000000 +0100
+++ new/Test-TempDir-Tiny-0.017/xt/author/portability.t 2018-05-02
22:31:19.000000000 +0200
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+use Test::More;
+
+eval 'use Test::Portability::Files';
+plan skip_all => 'Test::Portability::Files required for testing portability'
+ if $@;
+options(test_one_dot => 0);
+run_tests();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/xt/author/test-version.t
new/Test-TempDir-Tiny-0.017/xt/author/test-version.t
--- old/Test-TempDir-Tiny-0.016/xt/author/test-version.t 2016-04-10
19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/xt/author/test-version.t 2018-05-02
22:31:19.000000000 +0200
@@ -2,7 +2,7 @@
use warnings;
use Test::More;
-# generated by Dist::Zilla::Plugin::Test::Version 1.05
+# generated by Dist::Zilla::Plugin::Test::Version 1.09
use Test::Version;
my @imports = qw( version_all_ok );
@@ -17,7 +17,6 @@
push @imports, $params
if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');
-
Test::Version->import(@imports);
version_all_ok;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/xt/release/minimum-version.t
new/Test-TempDir-Tiny-0.017/xt/release/minimum-version.t
--- old/Test-TempDir-Tiny-0.016/xt/release/minimum-version.t 2016-04-10
19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/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} );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/xt/release/portability.t
new/Test-TempDir-Tiny-0.017/xt/release/portability.t
--- old/Test-TempDir-Tiny-0.016/xt/release/portability.t 2016-04-10
19:47:37.000000000 +0200
+++ new/Test-TempDir-Tiny-0.017/xt/release/portability.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,12 +0,0 @@
-#!perl
-
-use strict;
-use warnings;
-
-use Test::More;
-
-eval 'use Test::Portability::Files';
-plan skip_all => 'Test::Portability::Files required for testing portability'
- if $@;
-options(test_one_dot => 0);
-run_tests();
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module