This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
dist/Module-CoreList/lib/Module Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -882,6 +882,8 @@ package Maintainers;
882882 ' IPC::Cmd' => {
883883 ' DISTRIBUTION' => ' BINGOS/IPC-Cmd-0.98.tar.gz' ,
884884 ' FILES' => q[ cpan/IPC-Cmd] ,
885+ # flapping smoker tests, whitespace
886+ ' CUSTOMIZED' => [ qw( t/01_IPC-Cmd.t ) ],
885887 },
886888
887889 ' IPC::SysV' => {
Original file line number Diff line number Diff line change @@ -14968,6 +14968,7 @@ our %delta = (
1496814968 'File::Spec::Win32' => '4.68c',
1496914969 'Filter::Simple' => '0.94',
1497014970 'Getopt::Long' => '2.50',
14971+ 'IPC::Cmd' => '0.98',
1497114972 'IO::Socket' => '1.38_01',
1497214973 'IO::Socket::INET' => '1.35_01',
1497314974 'IO::Socket::UNIX' => '1.26_01',
@@ -15135,6 +15136,7 @@ our %delta = (
1513515136 'File::Spec::Win32' => '4.68c',
1513615137 'Filter::Simple' => '0.94',
1513715138 'Getopt::Long' => '2.50',
15139+ 'IPC::Cmd' => '0.98',
1513815140 'IO::Socket' => '1.38_01',
1513915141 'IO::Socket::INET' => '1.35_01',
1514015142 'IO::Socket::UNIX' => '1.26_01',
Original file line number Diff line number Diff line change @@ -387,6 +387,12 @@ Thanks to Andrew Gregory.
387387
388388Bump versions of 3 Socket modules.
389389
390+ =item L<IPC::Cmd> 0.98
391+
392+ Added wait_loop_callback for run_forked()
393+
394+ Only search in curdir in can_run() when on Win32 RT#105601
395+
390396=item L<Memoize> 1.03
391397
392398Skip flapping, timer-sensitive t/expmod_t.t tests
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ IO::Compress::Base cpan/IO-Compress/lib/File/GlobMapper.pm 81f265ee36efb2b9373a8
8282IO::Compress::Base cpan/IO-Compress/t/compress/encode.pl 776c114af5146d3c328c247c9550e021bb8bac62
8383IO::Compress::Base cpan/IO-Compress/t/cz-14gzopen.t dee09dbad5cb1cad6027fd61d14552a192b68060
8484IO::Socket::IP cpan/IO-Socket-IP/lib/IO/Socket/IP.pm d5d2ac7a181c3fd89a924297f032e7ae2e003965
85+ IPC::Cmd cpan/IPC-Cmd/t/01_IPC-Cmd.t 3626c405359d5e78c7bbc8245013251920527366
8586JSON::PP cpan/JSON-PP/lib/JSON/PP.pm da7db2b7b06467019466d3d82f29bfdb6c5b0b49
8687Math::BigInt cpan/Math-BigInt/t/bare_mbf.t b56ab2976395fa0621b9433e371c65a796936560
8788Math::BigInt cpan/Math-BigInt/t/bare_mbi.t dc377711843db2b26f327a20142f1978c5e03d4b
@@ -100,7 +101,7 @@ Math::BigInt cpan/Math-BigInt/t/upgrade.t 7c15cac7f321ca396648ec45da6389a1283e15
100101Math::BigInt cpan/Math-BigInt/t/upgradef.t 06610e9883ce805bcd6543ab959a9826f598eb40
101102Math::BigInt cpan/Math-BigInt/t/with_sub.t c040328e223df6f56250f5d67dcb2c9a2f23c110
102103Memoize cpan/Memoize/t/expmod_t.t 9386100cd9c95a0e8a4e001bba3aa52eec114d21
103- Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm 0d60afeb81ba2638974da150e1980071089c9c6e
104+ Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm b01b68e88d66ffad2abd138aa16b15c823386ff4
104105Module::CoreList dist/Module-CoreList/lib/Module/CoreList/Utils.pm 7ff05ce5f0b967d229b90870de806ce3fea82b22
105106Module::Metadata cpan/Module-Metadata/t/lib/GeneratePackage.pm 502ffbe2609947430e6aa1a3df8064b3fef3e086
106107Net::Domain cpan/libnet/lib/Net/Cmd.pm 70a007c38833667ad47ea8059c37c1b7d1c77b6c
You can’t perform that action at this time.
0 commit comments