[Perl/perl5]

2024-08-12 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/ter-test
  Home:   https://github.com/Perl/perl5

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications


[Perl/perl5] 5bf10e: test commit

2024-08-12 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/ter-test
  Home:   https://github.com/Perl/perl5
  Commit: 5bf10e2d31270e4cf7ae7051806105ba12fe1b5b
  
https://github.com/Perl/perl5/commit/5bf10e2d31270e4cf7ae7051806105ba12fe1b5b
  Author: Todd Rinaldo 
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
M AUTHORS

  Log Message:
  ---
  test commit



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications


[Perl/perl5] 29dc33: cpan/Digest-MD5 - Update to version 2.59

2023-12-30 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 29dc33f80fb2c20cbfe5828b67d1809e909db4a2
  
https://github.com/Perl/perl5/commit/29dc33f80fb2c20cbfe5828b67d1809e909db4a2
  Author: Todd Rinaldo 
  Date:   2023-12-30 (Sat, 30 Dec 2023)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Digest-MD5/Makefile.PL
M cpan/Digest-MD5/t/bits.t
M cpan/Digest-MD5/t/md5-aaa.t
M cpan/Digest-MD5/t/utf8.t

  Log Message:
  ---
  cpan/Digest-MD5 - Update to version 2.59

2.59 Sat Dec 30 2023
- Remove meaningless const type qualifier to silence HPUX builds.
- remove useless perl 5.6 check
- convert bits.t test to use Test::More
- Update Digest::MD5 Synopsis and Examples. Add `my` to synopsis
- MD5.xs: eliminate C++ guards




[Perl/perl5] e2070c: cpan/autodie - Update to version 2.37

2023-12-30 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: e2070c243d1e6fcb1fc9c39097c82982342b7c08
  
https://github.com/Perl/perl5/commit/e2070c243d1e6fcb1fc9c39097c82982342b7c08
  Author: Todd Rinaldo 
  Date:   2023-12-30 (Sat, 30 Dec 2023)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/autodie/lib/Fatal.pm
M cpan/autodie/lib/autodie.pm
M cpan/autodie/lib/autodie/Scope/Guard.pm
M cpan/autodie/lib/autodie/Scope/GuardStack.pm
M cpan/autodie/lib/autodie/Util.pm
M cpan/autodie/lib/autodie/exception.pm
M cpan/autodie/lib/autodie/exception/system.pm
M cpan/autodie/lib/autodie/hints.pm
M cpan/autodie/lib/autodie/skip.pm
M cpan/autodie/t/basic_exceptions.t
M cpan/autodie/t/chmod.t
M cpan/autodie/t/chown.t
A cpan/autodie/t/exceptions-smartmatch.t
R cpan/autodie/t/exceptions.t
R cpan/autodie/t/touch_me
M cpan/autodie/t/utime.t

  Log Message:
  ---
  cpan/autodie - Update to version 2.37

2.37  2023-12-28 19:12:52+00:00 UTC

* #117 - Deprecate smartmatch handling

* #118 - Remove mention of cpanratings.perl.org

* #119 - Fix typo in changelog




[Perl/perl5]

2023-12-30 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/update-findbin-version-maintainers-20231230
  Home:   https://github.com/Perl/perl5


[Perl/perl5] f4dbb9: Update dist/Tie-File to match CPAN 1.07 release.

2023-02-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: f4dbb951484336a2a3eb8ba74dfdabb66e2b8123
  
https://github.com/Perl/perl5/commit/f4dbb951484336a2a3eb8ba74dfdabb66e2b8123
  Author: Todd Rinaldo 
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
M Porting/Maintainers.pl
M dist/Tie-File/ChangeLog

  Log Message:
  ---
  Update dist/Tie-File to match CPAN 1.07 release.

Changelog updated.




[Perl/perl5] 85fcef: Update Changes and bump version in Maintainers for...

2023-02-06 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 85fcefb858d7287b1c90277ead7d1cdd170e48d0
  
https://github.com/Perl/perl5/commit/85fcefb858d7287b1c90277ead7d1cdd170e48d0
  Author: Todd Rinaldo 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
A dist/FindBin/Changes
M dist/IO/ChangeLog

  Log Message:
  ---
  Update Changes and bump version in Maintainers for IO,FindBin,Exporter

Fixes sync discrepancies with CPAN




[Perl/perl5] 42a4d6: Update autodie to CPAN version 2.36

2023-01-30 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 42a4d650822086a91f0da204e86e1bc35c2ed66e
  
https://github.com/Perl/perl5/commit/42a4d650822086a91f0da204e86e1bc35c2ed66e
  Author: Todd Rinaldo 
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
M Porting/Maintainers.pl
M cpan/autodie/lib/Fatal.pm
M cpan/autodie/lib/autodie.pm
M cpan/autodie/lib/autodie/Scope/Guard.pm
M cpan/autodie/lib/autodie/Scope/GuardStack.pm
M cpan/autodie/lib/autodie/Util.pm
M cpan/autodie/lib/autodie/exception.pm
M cpan/autodie/lib/autodie/exception/system.pm
M cpan/autodie/lib/autodie/hints.pm
M cpan/autodie/lib/autodie/skip.pm
M cpan/autodie/t/exception_class.t
M cpan/autodie/t/lib/pujHa/ghach.pm
M cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm

  Log Message:
  ---
  Update autodie to CPAN version 2.36

[DELTA]

2.36  2023-01-30 16:48:23+00:00 UTC

* Remove the use of ' as a package separator.

* Fix spelling errors in POD.




[Perl/perl5] 092675: Update autodie to CPAN version 2.35

2023-01-27 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 092675293835fcf4645fe38cc0ff45dd39bc9b98
  
https://github.com/Perl/perl5/commit/092675293835fcf4645fe38cc0ff45dd39bc9b98
  Author: Todd Rinaldo 
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
M cpan/autodie/lib/Fatal.pm
M cpan/autodie/lib/autodie.pm
M cpan/autodie/lib/autodie/Scope/Guard.pm
M cpan/autodie/lib/autodie/Scope/GuardStack.pm
M cpan/autodie/lib/autodie/Util.pm
M cpan/autodie/lib/autodie/exception.pm
M cpan/autodie/lib/autodie/exception/system.pm
M cpan/autodie/lib/autodie/hints.pm
M cpan/autodie/lib/autodie/skip.pm
M cpan/autodie/t/exceptions.t

  Log Message:
  ---
  Update autodie to CPAN version 2.35

  [DELTA]

2.35  2023-01-27 16:00:26+00:00 UTC

* Prepare for 5.38 changes to deprecate smartmatch

* Remove +x bit from pm and t files

* CI - Turn off Pod coverage and critic tests below 5.12




[Perl/perl5] 4ab968: Bump the perl version in various places for 5.37.6

2022-10-23 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 4ab96809c99e944e70c21779641e4b1c9a00df41
  
https://github.com/Perl/perl5/commit/4ab96809c99e944e70c21779641e4b1c9a00df41
  Author: Todd Rinaldo 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M Cross/config.sh-arm-linux
M Cross/config.sh-arm-linux-n770
M INSTALL
M META.json
M META.yml
M Porting/config.sh
M Porting/config_H
M Porting/perldelta_template.pod
M Porting/todo.pod
M README.haiku
M README.macosx
M README.os2
M README.vms
M hints/catamount.sh
M patchlevel.h
M plan9/config_sh.sample
M win32/GNUmakefile
M win32/Makefile

  Log Message:
  ---
  Bump the perl version in various places for 5.37.6




[Perl/perl5]

2022-10-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/tags/v5.37.5
  Home:   https://github.com/Perl/perl5


[Perl/perl5] ef57bc: Provide 5.37.5 Epigraph.

2022-10-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/tags/v5.37.5
  Home:   https://github.com/Perl/perl5
  Commit: ef57bcac5c2694fc9c18c31baaab8b7a5a8a8c03
  
https://github.com/Perl/perl5/commit/ef57bcac5c2694fc9c18c31baaab8b7a5a8a8c03
  Author: Todd Rinaldo 
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
M Porting/epigraphs.pod

  Log Message:
  ---
  Provide 5.37.5 Epigraph.

Remove unmatched quotes in last month's


  Commit: f503d1b4be4f7eaad6927ccf0a30a224c85613bf
  
https://github.com/Perl/perl5/commit/f503d1b4be4f7eaad6927ccf0a30a224c85613bf
  Author: Todd Rinaldo 
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
M Porting/release_schedule.pod

  Log Message:
  ---
  Tick release schedule for 5.37.5


  Commit: bacfb30b229f98fc6f0abfa3fb1713a127b42d54
  
https://github.com/Perl/perl5/commit/bacfb30b229f98fc6f0abfa3fb1713a127b42d54
  Author: Todd Rinaldo 
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
M MANIFEST
M Makefile.SH
M pod/.gitignore
M pod/perl.pod
A pod/perl5375delta.pod
M pod/perldelta.pod
M vms/descrip_mms.template
M win32/GNUmakefile
M win32/Makefile
M win32/pod.mak

  Log Message:
  ---
  New perldelta for 5.37.6


Compare: https://github.com/Perl/perl5/compare/064941484781...1aecfc58b544


[Perl/perl5]

2022-10-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/tags/v5.37.5
  Home:   https://github.com/Perl/perl5


[Perl/perl5] f503d1: Tick release schedule for 5.37.5

2022-10-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: f503d1b4be4f7eaad6927ccf0a30a224c85613bf
  
https://github.com/Perl/perl5/commit/f503d1b4be4f7eaad6927ccf0a30a224c85613bf
  Author: Todd Rinaldo 
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
M Porting/release_schedule.pod

  Log Message:
  ---
  Tick release schedule for 5.37.5




[Perl/perl5] d4fe6e: Update Module::CoreList for 5.37.5

2022-10-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: d4fe6e17e8f4c5a2b726be3e748ba567c835337f
  
https://github.com/Perl/perl5/commit/d4fe6e17e8f4c5a2b726be3e748ba567c835337f
  Author: Todd Rinaldo 
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
M dist/Module-CoreList/Changes
M dist/Module-CoreList/lib/Module/CoreList.pm

  Log Message:
  ---
  Update Module::CoreList for 5.37.5


  Commit: 8f4d4ed2223c1211bbcbc579507fce0969825fdc
  
https://github.com/Perl/perl5/commit/8f4d4ed2223c1211bbcbc579507fce0969825fdc
  Author: Todd Rinaldo 
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
M pod/perldelta.pod

  Log Message:
  ---
  Update perldelta for 5.37.5 release.

- New modules.
- Provide thanks.
- Removed empty sections.
- VMS configure changes.


  Commit: 064941484781d9099db0bbe7d6ea22a826df1e15
  
https://github.com/Perl/perl5/commit/064941484781d9099db0bbe7d6ea22a826df1e15
  Author: Todd Rinaldo 
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
M pod/perlhist.pod

  Log Message:
  ---
  add perlhist entry for 5.37.5


Compare: https://github.com/Perl/perl5/compare/f314fe7bb6c3...064941484781


[Perl/perl5] cc628f: Update Memoize to CPAN version 1.14

2022-10-19 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: cc628f28ad0caa0a2e6c5a5c8df402f100259a6f
  
https://github.com/Perl/perl5/commit/cc628f28ad0caa0a2e6c5a5c8df402f100259a6f
  Author: Todd Rinaldo 
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Memoize/Memoize.pm
M cpan/Memoize/Memoize/AnyDBM_File.pm
M cpan/Memoize/Memoize/Expire.pm
M cpan/Memoize/Memoize/NDBM_File.pm
M cpan/Memoize/Memoize/SDBM_File.pm
M cpan/Memoize/Memoize/Storable.pm
A cpan/Memoize/inc/boilerplate.pl
R cpan/Memoize/t/array.t
R cpan/Memoize/t/array_confusion.t
A cpan/Memoize/t/basic.t
A cpan/Memoize/t/cache.t
M cpan/Memoize/t/correctness.t
R cpan/Memoize/t/errors.t
R cpan/Memoize/t/expfile.t
R cpan/Memoize/t/expire.t
M cpan/Memoize/t/expmod.t
R cpan/Memoize/t/expmod_n.t
M cpan/Memoize/t/expmod_t.t
M cpan/Memoize/t/flush.t
A cpan/Memoize/t/lib/DBMTest.pm
R cpan/Memoize/t/lib/ExpireFile.pm
R cpan/Memoize/t/lib/ExpireTest.pm
R cpan/Memoize/t/merge.t
M cpan/Memoize/t/normalize.t
R cpan/Memoize/t/prototype.t
R cpan/Memoize/t/rememoize.t
R cpan/Memoize/t/speed.t
M cpan/Memoize/t/tie.t
A cpan/Memoize/t/tie_db.t
M cpan/Memoize/t/tie_gdbm.t
M cpan/Memoize/t/tie_ndbm.t
A cpan/Memoize/t/tie_odbm.t
M cpan/Memoize/t/tie_sdbm.t
M cpan/Memoize/t/tie_storable.t
R cpan/Memoize/t/tiefeatures.t
M cpan/Memoize/t/unmemoize.t

  Log Message:
  ---
  Update Memoize to CPAN version 1.14

[DELTA]

1.14  Sun 16 Oct 2022
  * No recursion depth warning from the Memoize wrapper function.
This was a backcompat breakage in 1.09

1.13  Tue 30 Aug 2022
  * No functional changes
  * Further test fixes

1.12  Mon 29 Aug 2022
  * No functional changes
  * Test fixes

1.11  Sun 28 Aug 2022
  * Large test suite refactor
  * Additional tests
  * Updated packaging and package metadata




[Perl/perl5] 4e5f10: Update Net-Ping to CPAN version 2.75

2022-10-19 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 4e5f10080fe14012dab536cbfaf12b9d775a4412
  
https://github.com/Perl/perl5/commit/4e5f10080fe14012dab536cbfaf12b9d775a4412
  Author: Todd Rinaldo 
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M Porting/Maintainers.pl
M dist/Net-Ping/Changes
M dist/Net-Ping/lib/Net/Ping.pm
M dist/Net-Ping/t/190_alarm.t
M dist/Net-Ping/t/200_ping_tcp.t
M dist/Net-Ping/t/250_ping_hires.t
M dist/Net-Ping/t/300_ping_stream.t
M dist/Net-Ping/t/400_ping_syn.t
M dist/Net-Ping/t/410_syn_host.t
M dist/Net-Ping/t/420_ping_syn_port.t

  Log Message:
  ---
  Update Net-Ping to CPAN version 2.75

[DELTA]

2.75  2022-09-01 12:44:03 rurban
  Minor
  - Modernized the synopsis (https://github.com/rurban/Net-Ping/pull/31)
  - Fixed a link in a comment (https://github.com/rurban/Net-Ping/pull/25)
  META Changes
  - Remove some TEST_REQUIRES (https://github.com/rurban/Net-Ping/pull/23)
  Test fixes
  - Support NO_NETWORK_TESTING=1 
(https://github.com/rurban/Net-Ping/pull/24)
  - Fix non-routable addresses for negative tests 
(https://github.com/rurban/Net-Ping/pull/24)




[Perl/perl5] 0c42a0: Correct local version of Config::Perl::V to 0.34 i...

2022-10-19 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 0c42a0cdb4f1719f548b079bfce231d77a9142a7
  
https://github.com/Perl/perl5/commit/0c42a0cdb4f1719f548b079bfce231d77a9142a7
  Author: Todd Rinaldo 
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M Porting/Maintainers.pl

  Log Message:
  ---
  Correct local version of Config::Perl::V to 0.34 in Porting/Maintainers.pl




[Perl/perl5] 653383: Correct local version of ExtUtils::PL2Bat to 0.005...

2022-10-19 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 653383a855da5726847082ffa5ebf61b9fabbb41
  
https://github.com/Perl/perl5/commit/653383a855da5726847082ffa5ebf61b9fabbb41
  Author: Todd Rinaldo 
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M Porting/Maintainers.pl

  Log Message:
  ---
  Correct local version of ExtUtils::PL2Bat to 0.005 in Porting/Maintainers.pl




[Perl/perl5] 4c6ba1: Correct local version of Locale::Maketext to 1.32 ...

2022-10-19 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 4c6ba10128b9a6ab8872d03fb0924dc72f76c8cd
  
https://github.com/Perl/perl5/commit/4c6ba10128b9a6ab8872d03fb0924dc72f76c8cd
  Author: Todd Rinaldo 
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M Porting/Maintainers.pl

  Log Message:
  ---
  Correct local version of Locale::Maketext to 1.32 in Porting/Maintainers.pl




[Perl/perl5] 5ed168: Bump Locale::Maketext version to 1.32 to match CPAN

2022-08-23 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 5ed168b64dec44ce1faf8d7d249a86d9b886c62e
  
https://github.com/Perl/perl5/commit/5ed168b64dec44ce1faf8d7d249a86d9b886c62e
  Author: Todd Rinaldo 
  Date:   2022-08-23 (Tue, 23 Aug 2022)

  Changed paths:
M dist/Locale-Maketext/ChangeLog
M dist/Locale-Maketext/lib/Locale/Maketext.pm

  Log Message:
  ---
  Bump Locale::Maketext version to 1.32 to match CPAN

This corrected a Makefile.PL bug specific only to the dual life version
related to where libraries were installed

See #20087 for more information.




[Perl/perl5]

2022-05-31 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/smoke-me/toddr/crzlib-2.105
  Home:   https://github.com/Perl/perl5


[Perl/perl5] 37010f: Sync Compress-Raw-Zlib-2.105 into blead

2022-05-19 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 37010f29fbdbd1ffe5531de29e9f8a7466eed30e
  
https://github.com/Perl/perl5/commit/37010f29fbdbd1ffe5531de29e9f8a7466eed30e
  Author: Todd Rinaldo 
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Compress-Raw-Zlib/Makefile.PL
M cpan/Compress-Raw-Zlib/Zlib.xs
M cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
M cpan/Compress-Raw-Zlib/t/01version.t
M cpan/Compress-Raw-Zlib/t/02zlib.t

  Log Message:
  ---
  Sync Compress-Raw-Zlib-2.105 into blead

This commit synchs into blead versions 2.105 for
CPAN distribution Compress-Raw-Zlib




[Perl/perl5] 06d319: Loosen regex in tests which validate process name.

2022-05-18 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 06d31977c06ed237a3bb5b1bf22fc9cedd14134b
  
https://github.com/Perl/perl5/commit/06d31977c06ed237a3bb5b1bf22fc9cedd14134b
  Author: Todd Rinaldo 
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
M t/op/magic.t

  Log Message:
  ---
  Loosen regex in tests which validate process name.

This addresses some kernel inconsistencies on how the
process name can be represented in the /proc file. This
specifically addresses a failure on AlmaLinux 8.




[Perl/perl5] 8e13ab: Sync Compress-Raw-Zlib-2.105 into blead

2022-05-16 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/smoke-me/toddr/crzlib-2.105
  Home:   https://github.com/Perl/perl5
  Commit: 8e13abb3ff996e3736ada6b2c028cc6d496b817f
  
https://github.com/Perl/perl5/commit/8e13abb3ff996e3736ada6b2c028cc6d496b817f
  Author: Todd Rinaldo 
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Compress-Raw-Zlib/Makefile.PL
M cpan/Compress-Raw-Zlib/Zlib.xs
M cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
M cpan/Compress-Raw-Zlib/t/01version.t
M cpan/Compress-Raw-Zlib/t/02zlib.t

  Log Message:
  ---
  Sync Compress-Raw-Zlib-2.105 into blead

This commit synchs into blead versions 2.105 for
CPAN distribution Compress-Raw-Zlib




[Perl/perl5] c8326b: Sync Compress-Raw-Zlib-2.104 into blead

2022-05-14 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: c8326bfe876669d28d5071ee9d5185c6f035d15b
  
https://github.com/Perl/perl5/commit/c8326bfe876669d28d5071ee9d5185c6f035d15b
  Author: Todd Rinaldo 
  Date:   2022-05-14 (Sat, 14 May 2022)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Compress-Raw-Zlib/Makefile.PL
M cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
M cpan/Compress-Raw-Zlib/t/02zlib.t
M cpan/Compress-Raw-Zlib/zlib-src/zconf.h
M cpan/Compress-Raw-Zlib/zlib-src/zlib.h

  Log Message:
  ---
  Sync Compress-Raw-Zlib-2.104 into blead

This commit synchs into blead versions 2.104 for CPAN distribution:

   Compress-Raw-Zlib

  2.104 13 April 2022

Changes:

* Merge pull request #11 from monkburger/symbol_fix_2
  Fri May 13 07:17:19 2022 +0100
  64aea2d3f78946d7df4096eadfa0d7267f4439a5

* perl_crz -> Perl_crz
  Tue May 3 18:19:24 2022 +
  20502e6c2eba8ddcad80b20574e840457c0cb369

* This is a slightly different way to fix 
https://github.com/pmqs/Compress-Raw-Zlib/issues/8
  Tue May 3 18:06:48 2022 +
  d9cd27fb212da7455b6ba44729ca11bb441f3950

* add tests for crc32/adler32_combine
  Mon May 2 16:18:13 2022 +0100
  dcfe9ef439790f1a4fae81cf3eac38cfeb848294




[Perl/perl5] be4dc1: Bump IO to 1.50 after production release to CPAN

2022-05-03 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: be4dc14bee5097b5fc4640a7b718b0613d326b6f
  
https://github.com/Perl/perl5/commit/be4dc14bee5097b5fc4640a7b718b0613d326b6f
  Author: Todd Rinaldo 
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
M Porting/Maintainers.pl
M dist/IO/ChangeLog
M dist/IO/IO.pm

  Log Message:
  ---
  Bump IO to 1.50 after production release to CPAN




[Perl/perl5] 1af8d4: Update Time-HiRes.xs to conform to ppport.h 3.68 r...

2022-04-18 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1af8d4dbf5b915e9138e03bdbbe19cb20a326f34
  
https://github.com/Perl/perl5/commit/1af8d4dbf5b915e9138e03bdbbe19cb20a326f34
  Author: Todd Rinaldo 
  Date:   2022-04-18 (Mon, 18 Apr 2022)

  Changed paths:
M dist/Time-HiRes/HiRes.pm
M dist/Time-HiRes/HiRes.xs

  Log Message:
  ---
  Update Time-HiRes.xs to conform to ppport.h 3.68 recommendations




[Perl/perl5] e910ae: Update Storable.xs to conform to ppport.h 3.68 rec...

2022-04-18 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: e910aee814104081fe2b7c4e9e0f314d38e66e5f
  
https://github.com/Perl/perl5/commit/e910aee814104081fe2b7c4e9e0f314d38e66e5f
  Author: Todd Rinaldo 
  Date:   2022-04-18 (Mon, 18 Apr 2022)

  Changed paths:
M dist/Storable/Storable.pm
M dist/Storable/Storable.xs

  Log Message:
  ---
  Update Storable.xs to conform to ppport.h 3.68 recommendations




[Perl/perl5] 0a1bd1: Update IO.xs to conform to ppport.h 3.68 recommend...

2022-04-18 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 0a1bd1ca787858675f565880ef436197b0ae5f22
  
https://github.com/Perl/perl5/commit/0a1bd1ca787858675f565880ef436197b0ae5f22
  Author: Todd Rinaldo 
  Date:   2022-04-18 (Mon, 18 Apr 2022)

  Changed paths:
M dist/IO/ChangeLog
M dist/IO/IO.pm
M dist/IO/IO.xs

  Log Message:
  ---
  Update IO.xs to conform to ppport.h 3.68 recommendations

Bump version to 1.49_01 and update Changelog




[Perl/perl5] f54694: Fix whitespace noise in Locale::MakeText

2022-04-14 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: f5469426bb7bc14a72843f9855d2494b01f8df0f
  
https://github.com/Perl/perl5/commit/f5469426bb7bc14a72843f9855d2494b01f8df0f
  Author: Todd Rinaldo 
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  Changed paths:
M dist/Locale-Maketext/ChangeLog
M dist/Locale-Maketext/lib/Locale/Maketext.pm
M dist/Locale-Maketext/lib/Locale/Maketext.pod
M dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod
M dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod
M dist/Locale-Maketext/t/30_eval_dollar_at.t
M dist/Locale-Maketext/t/40_super.t
M dist/Locale-Maketext/t/50_super.t
M dist/Locale-Maketext/t/70_fail_auto.t

  Log Message:
  ---
  Fix whitespace noise in Locale::MakeText

Bump to 1.31 for release to CPAN.

For: https://github.com/Perl/perl5/pull/19581




[Perl/perl5] cab776: Fix for undefined warning in IO

2021-09-01 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: cab7765183cdc58e214067bafc145253606c347d
  
https://github.com/Perl/perl5/commit/cab7765183cdc58e214067bafc145253606c347d
  Author: Todd Rinaldo 
  Date:   2021-09-01 (Wed, 01 Sep 2021)

  Changed paths:
M dist/IO/ChangeLog
M dist/IO/IO.pm
M dist/IO/lib/IO/Dir.pm
M dist/IO/lib/IO/File.pm
M dist/IO/lib/IO/Handle.pm
M dist/IO/lib/IO/Pipe.pm
M dist/IO/lib/IO/Poll.pm
M dist/IO/lib/IO/Seekable.pm
M dist/IO/lib/IO/Select.pm
M dist/IO/lib/IO/Socket.pm
M dist/IO/lib/IO/Socket/INET.pm
M dist/IO/lib/IO/Socket/UNIX.pm

  Log Message:
  ---
  Fix for undefined warning in IO

Fixes #18238 - Bumped version to 1.48 for release to CPAN




[Perl/perl5] e2a78d: Add warnings to DynaLoader/Makefile.PL

2021-06-13 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/leont/xs_dynaloader
  Home:   https://github.com/Perl/perl5
  Commit: e2a78df142485c4c3a650879e8135fdce6f300a6
  
https://github.com/Perl/perl5/commit/e2a78df142485c4c3a650879e8135fdce6f300a6
  Author: Leon Timmermans 
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
M ext/DynaLoader/Makefile.PL

  Log Message:
  ---
  Add warnings to DynaLoader/Makefile.PL


  Commit: 8aa60cc0af7e49b8c6cdc85c2fab35ef65552e4f
  
https://github.com/Perl/perl5/commit/8aa60cc0af7e49b8c6cdc85c2fab35ef65552e4f
  Author: Leon Timmermans 
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
M ext/DynaLoader/DynaLoader_pm.PL

  Log Message:
  ---
  Make DynaLoader strict-safe


  Commit: f0cc16dfe7b8a840f6d2cca7cf92aa21a808ef4c
  
https://github.com/Perl/perl5/commit/f0cc16dfe7b8a840f6d2cca7cf92aa21a808ef4c
  Author: Todd Rinaldo 
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
M dist/XSLoader/Makefile.PL
M dist/XSLoader/XSLoader_pm.PL
M dist/XSLoader/t/XSLoader.t

  Log Message:
  ---
  Drop support for XSLoader below 5.6

Now we're using our, there's no value to attempting to support
versions below 5.6.


Compare: https://github.com/Perl/perl5/compare/aabedb3fadcf...f0cc16dfe7b8


[Perl/perl5] 54e23c: Add warnings to XSLoader.t

2021-06-13 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/leont/xs_dynaloader
  Home:   https://github.com/Perl/perl5
  Commit: 54e23c3324039cf3b18e5a39ffa6250b48f8568c
  
https://github.com/Perl/perl5/commit/54e23c3324039cf3b18e5a39ffa6250b48f8568c
  Author: Leon Timmermans 
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
M dist/XSLoader/t/XSLoader.t

  Log Message:
  ---
  Add warnings to XSLoader.t


  Commit: 5b634c3fda268c87218b9bfb7578dc2783ee8733
  
https://github.com/Perl/perl5/commit/5b634c3fda268c87218b9bfb7578dc2783ee8733
  Author: Leon Timmermans 
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
M dist/XSLoader/XSLoader_pm.PL

  Log Message:
  ---
  Add strict to XSLoader_pm.PL


  Commit: d737e33675edbd1dd042408573e8ea65d0c3bc97
  
https://github.com/Perl/perl5/commit/d737e33675edbd1dd042408573e8ea65d0c3bc97
  Author: Leon Timmermans 
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
M ext/DynaLoader/t/DynaLoader.t

  Log Message:
  ---
  Add warnings to DynaLoader.t


  Commit: e54463ed209ab5f9c06797c8e72b6c85196202a4
  
https://github.com/Perl/perl5/commit/e54463ed209ab5f9c06797c8e72b6c85196202a4
  Author: Leon Timmermans 
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
M ext/DynaLoader/Makefile.PL

  Log Message:
  ---
  Add warnings to DynaLoader/Makefile/PL


  Commit: bb908154ec0d168a0d29af049220e72aa034f7f9
  
https://github.com/Perl/perl5/commit/bb908154ec0d168a0d29af049220e72aa034f7f9
  Author: Leon Timmermans 
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
M ext/DynaLoader/DynaLoader_pm.PL

  Log Message:
  ---
  Make DynaLoader strict-safe


  Commit: aabedb3fadcf44afb2d277f5b4a4b583f1db8022
  
https://github.com/Perl/perl5/commit/aabedb3fadcf44afb2d277f5b4a4b583f1db8022
  Author: Todd Rinaldo 
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
M dist/XSLoader/Makefile.PL
M dist/XSLoader/XSLoader_pm.PL
M dist/XSLoader/t/XSLoader.t

  Log Message:
  ---
  Drop support for XSLoader below 5.6

Now we're using our, there's no value to attempting to support
versions below 5.6.


Compare: https://github.com/Perl/perl5/compare/9484cdf48215...aabedb3fadcf


[Perl/perl5] ff6af4: Update version from CPAN to 0.9929

2021-05-24 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ff6af44f60e2d4d614ab3c464ee736cd7b332a4d
  
https://github.com/Perl/perl5/commit/ff6af44f60e2d4d614ab3c464ee736cd7b332a4d
  Author: Todd Rinaldo 
  Date:   2021-05-24 (Mon, 24 May 2021)

  Changed paths:
M Porting/Maintainers.pl
M cpan/version/lib/version.pm
M cpan/version/lib/version/regex.pm
M cpan/version/t/01base.t
M cpan/version/t/02derived.t
M cpan/version/t/03require.t
M cpan/version/t/05sigdie.t
M cpan/version/t/06noop.t
M cpan/version/t/07locale.t
M cpan/version/t/08_corelist.t
M cpan/version/t/09_list_util.t
M t/porting/customized.dat
M vutil.c
M vutil.h

  Log Message:
  ---
  Update version from CPAN to 0.9929

[DELTA]

0.9929
  * Upgrade to ppport 3.62
  * Import fix for core build warning




[Perl/perl5] 1bcdf8: Tick release_Schedule.pod for 5.33.9

2021-04-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1bcdf8592ddb54cd138f352daab7a3d392c7f0a3
  
https://github.com/Perl/perl5/commit/1bcdf8592ddb54cd138f352daab7a3d392c7f0a3
  Author: Todd Rinaldo 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M Porting/release_schedule.pod

  Log Message:
  ---
  Tick release_Schedule.pod for 5.33.9


  Commit: 3842581a2c1d4fb928305b10091703fa34099ddf
  
https://github.com/Perl/perl5/commit/3842581a2c1d4fb928305b10091703fa34099ddf
  Author: Todd Rinaldo 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M MANIFEST
M Makefile.SH
M pod/.gitignore
M pod/perl.pod
A pod/perl5339delta.pod
M pod/perldelta.pod
M vms/descrip_mms.template
M win32/GNUmakefile
M win32/Makefile
M win32/pod.mak

  Log Message:
  ---
  new perldelta for 5.33.10

5.33.10 isn't going to happen but it looks like we bump to the bogus
release and THEN switch to RC1.


Compare: https://github.com/Perl/perl5/compare/886ae0b5ad8e...3842581a2c1d


[Perl/perl5]

2021-04-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/tags/v5.33.9
  Home:   https://github.com/Perl/perl5


[Perl/perl5] 7d3156: Update changed modules in Module::CoreList

2021-04-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 7d315672dc40617b15115feb23b9249a6208fb6d
  
https://github.com/Perl/perl5/commit/7d315672dc40617b15115feb23b9249a6208fb6d
  Author: Todd Rinaldo 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M dist/Module-CoreList/lib/Module/CoreList.pm

  Log Message:
  ---
  Update changed modules in Module::CoreList


  Commit: 3801a6fb4b0c53b2ea78a4f8d28139bc43ed53a0
  
https://github.com/Perl/perl5/commit/3801a6fb4b0c53b2ea78a4f8d28139bc43ed53a0
  Author: Todd Rinaldo 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M pod/perldelta.pod

  Log Message:
  ---
  Generate new modules in perldelta automatically


  Commit: 75b7bab3e51fb6c7fee979317b53eeb8af5b3206
  
https://github.com/Perl/perl5/commit/75b7bab3e51fb6c7fee979317b53eeb8af5b3206
  Author: Todd Rinaldo 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M pod/perlhist.pod

  Log Message:
  ---
  add new release to perlhist


  Commit: 257e5cb7c3356b68add86609ee21914136e7c374
  
https://github.com/Perl/perl5/commit/257e5cb7c3356b68add86609ee21914136e7c374
  Author: Todd Rinaldo 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M Porting/epigraphs.pod

  Log Message:
  ---
  epigraph for v5.33.9


  Commit: 886ae0b5ad8e10da6c3b66efba5c43dba0fe502d
  
https://github.com/Perl/perl5/commit/886ae0b5ad8e10da6c3b66efba5c43dba0fe502d
  Author: Todd Rinaldo 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M Porting/epigraphs.pod

  Log Message:
  ---
  v5.33.9 advertised on p5p mailing list


Compare: https://github.com/Perl/perl5/compare/c73a52d904fd...886ae0b5ad8e


[Perl/perl5] c73a52: Perldelta for 5.33.9

2021-04-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: c73a52d904fdf00b7517a3ccc61e387a8cab9b22
  
https://github.com/Perl/perl5/commit/c73a52d904fdf00b7517a3ccc61e387a8cab9b22
  Author: Todd Rinaldo 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M pod/perldelta.pod

  Log Message:
  ---
  Perldelta for 5.33.9




[Perl/perl5] 6e97ae: Revert "Update Scalar-List-Utils to 1.56"

2021-04-20 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 6e97aec4164ae1002bc4f372ad76aeb08e769b12
  
https://github.com/Perl/perl5/commit/6e97aec4164ae1002bc4f372ad76aeb08e769b12
  Author: Todd Rinaldo 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Scalar-List-Utils/ListUtil.xs
M cpan/Scalar-List-Utils/lib/List/Util.pm
M cpan/Scalar-List-Utils/lib/List/Util/XS.pm
M cpan/Scalar-List-Utils/lib/Scalar/Util.pm
M cpan/Scalar-List-Utils/lib/Sub/Util.pm
R cpan/Scalar-List-Utils/t/mesh.t
M cpan/Scalar-List-Utils/t/uniq.t
M cpan/Scalar-List-Utils/t/uniqnum.t
R cpan/Scalar-List-Utils/t/zip.t

  Log Message:
  ---
  Revert "Update Scalar-List-Utils to 1.56"

This reverts commit a7dc88699c420088b5448c415a8a973e51c0fc18.

We've opted to keep this out until 5.34 is released.




[Perl/perl5] ff9a89: Upgrade NEXT to 0.68 from CPAN

2021-04-19 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ff9a8961df3d4db0d6d95c699b696b7aa82fb2e9
  
https://github.com/Perl/perl5/commit/ff9a8961df3d4db0d6d95c699b696b7aa82fb2e9
  Author: Todd Rinaldo 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M Porting/Maintainers.pl
M cpan/NEXT/lib/NEXT.pm
M cpan/NEXT/t/actual.t
M cpan/NEXT/t/actuns.t
M cpan/NEXT/t/dynamically_scoped_regex_vars.t
M cpan/NEXT/t/next.t
M cpan/NEXT/t/unseen.t

  Log Message:
  ---
  Upgrade NEXT to 0.68 from CPAN

[DELTA]

0.68 2021-04-19 NEILB
- Fix for RT#123002, so NEXT works with proxy constants
- Made testsuite clean under strict & warnings
- Made testsuite pass if running under perls that are already c3.

0.67_03 2021-04-18 NEILB
- mro was added in Perl 5.9.5, and it's not dual-life, so Reini's
  patch (in 0.67_01) failed on earlier versions of Perl.
  Have now made its use dependent on version, with "use if".

0.67_02 2021-04-18 NEILB
- Applied patch from Father C so that NEXT works with proxy constants.
  RT#123002

0.67_01 2021-04-18 NEILB
- Enforced strict and warnings on testsuite. Thanks to ATOOMIC.
- Added github CI. Thanks to ATOOMIC.
- @ISA fixes for c3, so tests will pass on perls that use c3 as default
  (for example cperl). Thanks to RURBAN.




[Perl/perl5] 548d3f: Update ExtUtils-MakeMaker to CPAN version 7.62

2021-04-19 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 548d3fb413042c9a4abb6ba7adea0c7b450107f2
  
https://github.com/Perl/perl5/commit/548d3fb413042c9a4abb6ba7adea0c7b450107f2
  Author: Todd Rinaldo 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M Porting/Maintainers.pl
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS390.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm

  Log Message:
  ---
  Update ExtUtils-MakeMaker to CPAN version 7.62

  [DELTA]

7.62Tue 13 Apr 18:58:24 BST 2021

No changes since v7.61_01

7.61_01 Sun 21 Mar 09:24:57 GMT 2021

Bug fixes:
- Use shellwords in ExtUtils::Liblist::Kid::_unix_os2_ext




[Perl/perl5] 560297: Adjust Module::CoreList version in Maintainers.pl

2021-04-19 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 560297da64661201c4cb1fec0b565abc60ca51c4
  
https://github.com/Perl/perl5/commit/560297da64661201c4cb1fec0b565abc60ca51c4
  Author: Todd Rinaldo 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M Porting/Maintainers.pl

  Log Message:
  ---
  Adjust Module::CoreList version in Maintainers.pl

This reflects the version that's on CPAN right now.




[Perl/perl5] a7dc88: Update Scalar-List-Utils to 1.56

2021-04-19 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: a7dc88699c420088b5448c415a8a973e51c0fc18
  
https://github.com/Perl/perl5/commit/a7dc88699c420088b5448c415a8a973e51c0fc18
  Author: Todd Rinaldo 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Scalar-List-Utils/ListUtil.xs
M cpan/Scalar-List-Utils/lib/List/Util.pm
M cpan/Scalar-List-Utils/lib/List/Util/XS.pm
M cpan/Scalar-List-Utils/lib/Scalar/Util.pm
M cpan/Scalar-List-Utils/lib/Sub/Util.pm
A cpan/Scalar-List-Utils/t/mesh.t
M cpan/Scalar-List-Utils/t/uniq.t
M cpan/Scalar-List-Utils/t/uniqnum.t
A cpan/Scalar-List-Utils/t/zip.t

  Log Message:
  ---
  Update Scalar-List-Utils to 1.56

[Delta]

1.56 -- 2021-03-30
* Added `List::Util::zip`, `List::Util::mesh` and related functions
  (RT129479)
* Updated embedded ppport.h for Devel::PPPort v3.62




[Perl/perl5] 6f7007: Add warnings to XSLoader.t

2021-03-24 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/leont/xs_dynaloader
  Home:   https://github.com/Perl/perl5
  Commit: 6f7007715efcfe9f021d50795eaf2bcabdb73fe4
  
https://github.com/Perl/perl5/commit/6f7007715efcfe9f021d50795eaf2bcabdb73fe4
  Author: Leon Timmermans 
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
M dist/XSLoader/t/XSLoader.t

  Log Message:
  ---
  Add warnings to XSLoader.t


  Commit: 8680d1665c0867d238fbf65241839e6d3904ae19
  
https://github.com/Perl/perl5/commit/8680d1665c0867d238fbf65241839e6d3904ae19
  Author: Leon Timmermans 
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
M dist/XSLoader/XSLoader_pm.PL

  Log Message:
  ---
  Add strict to XSLoader_pm.PL


  Commit: f633b4644cf347c925b3b5881c1a491618de7f44
  
https://github.com/Perl/perl5/commit/f633b4644cf347c925b3b5881c1a491618de7f44
  Author: Leon Timmermans 
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
M ext/DynaLoader/t/DynaLoader.t

  Log Message:
  ---
  Add warnings to DynaLoader.t


  Commit: ac2bfa405206f0c35d100580a859a00a726bfae6
  
https://github.com/Perl/perl5/commit/ac2bfa405206f0c35d100580a859a00a726bfae6
  Author: Leon Timmermans 
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
M ext/DynaLoader/Makefile.PL

  Log Message:
  ---
  Add warnings to DynaLoader/Makefile/PL


  Commit: b40c65bec1a0ff651e7e86903192115cea04efff
  
https://github.com/Perl/perl5/commit/b40c65bec1a0ff651e7e86903192115cea04efff
  Author: Leon Timmermans 
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
M ext/DynaLoader/DynaLoader_pm.PL

  Log Message:
  ---
  Make DynaLoader strict-safe


  Commit: 9484cdf48215de91203fa60fb27e9a0546d00c7d
  
https://github.com/Perl/perl5/commit/9484cdf48215de91203fa60fb27e9a0546d00c7d
  Author: Todd Rinaldo 
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
M dist/XSLoader/Makefile.PL
M dist/XSLoader/XSLoader_pm.PL
M dist/XSLoader/t/XSLoader.t

  Log Message:
  ---
  Drop support for XSLoader below 5.6

Now we're using our, there's no value to attempting to support
versions below 5.6.


Compare: https://github.com/Perl/perl5/compare/6f7007715efc%5E...9484cdf48215


[Perl/perl5] 81c73c: Fix t/test.pl and t/TEST to be strict compliant.

2020-10-13 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 81c73c1114c366c813689c351023a3f2cc39e50d
  
https://github.com/Perl/perl5/commit/81c73c1114c366c813689c351023a3f2cc39e50d
  Author: Todd Rinaldo 
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
M t/TEST
M t/test.pl

  Log Message:
  ---
  Fix t/test.pl and t/TEST to be strict compliant.

So tests can run with -Dusedefaultstrict


[Perl/perl5] 551856: Update Digest to CPAN version 1.19

2020-10-13 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 551856fd362817d07a3df5400d749676378a6999
  
https://github.com/Perl/perl5/commit/551856fd362817d07a3df5400d749676378a6999
  Author: Todd Rinaldo 
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M Porting/cmpVERSION.pl
R cpan/Digest/Digest.pm
R cpan/Digest/Digest/base.pm
R cpan/Digest/Digest/file.pm
A cpan/Digest/lib/Digest.pm
A cpan/Digest/lib/Digest/base.pm
A cpan/Digest/lib/Digest/file.pm
M cpan/Digest/t/base.t
M cpan/Digest/t/digest.t
M cpan/Digest/t/file.t
M cpan/Digest/t/lib/Digest/Dummy.pm
M t/porting/customized.dat

  Log Message:
  ---
  Update Digest to CPAN version 1.19

[DELTA]

1.19 Tue 2020-10-13
- Merge blead change: Remove . from @INC when loading optional modules.

1.18 Tue 2020-10-13
- Correct documentation for add_bits
- Explain $args,... in constructor prototypes
- Add base64_padded_digest method
- Add support for the SHA3 digests
- Update .gitignore and get make manifest working
- Github CI
- Move Digest to a more modern directory tree layout
- Enable strict/warnings for code and tests
- Drop use vars
- Provide a consistent tidy to the code base
- Get rid of the use of bareword file handles
- Modernize the changelog
- Use File::Temp for temporary test files


[Perl/perl5] ba6f05: Fix enough code to get make test_prep working with...

2020-10-13 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ba6f05dbf3328e0cf055fb6ae3d48e11f7b7c6c1
  
https://github.com/Perl/perl5/commit/ba6f05dbf3328e0cf055fb6ae3d48e11f7b7c6c1
  Author: Todd Rinaldo 
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
M dist/if/if.pm
M lib/Getopt/Std.pm
M lib/Getopt/Std.t
M lib/Symbol.pm
M lib/Symbol.t
M lib/bytes.pm
M lib/bytes.t
M lib/locale.pm
M lib/locale.t
M lib/overload.pm
M lib/subs.pm
M lib/utf8.pm

  Log Message:
  ---
  Fix enough code to get make test_prep working with -dDusedefaultstrict

This change fixes enough code that it's possible to run make test_prep when 
perl is compiled with -Dusedefaultstrict.

There are 2 caveats to this:

 - Does not address XSLoader/DynaLoader already submitted in another PR.
 - Does not address cpan/Pod-Usage or cpan/Text-Tabs which continue to be 
outstanding upstream.


[Perl/perl5] 9e5082: Update Test-Simple to CPAN version 1.302181

2020-10-08 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 9e50822c393d02411dd8d7c21b34222eb226c488
  
https://github.com/Perl/perl5/commit/9e50822c393d02411dd8d7c21b34222eb226c488
  Author: Todd Rinaldo 
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Test-Simple/lib/Test/Builder.pm
M cpan/Test-Simple/lib/Test/Builder/Formatter.pm
M cpan/Test-Simple/lib/Test/Builder/Module.pm
M cpan/Test-Simple/lib/Test/Builder/Tester.pm
M cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm
M cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm
M cpan/Test-Simple/lib/Test/More.pm
M cpan/Test-Simple/lib/Test/Simple.pm
M cpan/Test-Simple/lib/Test/Tester.pm
M cpan/Test-Simple/lib/Test/Tester/Capture.pm
M cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
M cpan/Test-Simple/lib/Test/Tester/Delegate.pm
M cpan/Test-Simple/lib/Test/use/ok.pm
M cpan/Test-Simple/lib/Test2.pm
M cpan/Test-Simple/lib/Test2/API.pm
M cpan/Test-Simple/lib/Test2/API/Breakage.pm
M cpan/Test-Simple/lib/Test2/API/Context.pm
M cpan/Test-Simple/lib/Test2/API/Instance.pm
M cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
M cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm
M cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm
M cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm
M cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm
M cpan/Test-Simple/lib/Test2/API/Stack.pm
M cpan/Test-Simple/lib/Test2/Event.pm
M cpan/Test-Simple/lib/Test2/Event/Bail.pm
M cpan/Test-Simple/lib/Test2/Event/Diag.pm
M cpan/Test-Simple/lib/Test2/Event/Encoding.pm
M cpan/Test-Simple/lib/Test2/Event/Exception.pm
M cpan/Test-Simple/lib/Test2/Event/Fail.pm
M cpan/Test-Simple/lib/Test2/Event/Generic.pm
M cpan/Test-Simple/lib/Test2/Event/Note.pm
M cpan/Test-Simple/lib/Test2/Event/Ok.pm
M cpan/Test-Simple/lib/Test2/Event/Pass.pm
M cpan/Test-Simple/lib/Test2/Event/Plan.pm
M cpan/Test-Simple/lib/Test2/Event/Skip.pm
M cpan/Test-Simple/lib/Test2/Event/Subtest.pm
M cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm
M cpan/Test-Simple/lib/Test2/Event/V2.pm
M cpan/Test-Simple/lib/Test2/Event/Waiting.pm
M cpan/Test-Simple/lib/Test2/EventFacet.pm
M cpan/Test-Simple/lib/Test2/EventFacet/About.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Control.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Error.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Info.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Render.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm
M cpan/Test-Simple/lib/Test2/Formatter.pm
M cpan/Test-Simple/lib/Test2/Formatter/TAP.pm
M cpan/Test-Simple/lib/Test2/Hub.pm
M cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm
M cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm
M cpan/Test-Simple/lib/Test2/Hub/Subtest.pm
M cpan/Test-Simple/lib/Test2/IPC.pm
M cpan/Test-Simple/lib/Test2/IPC/Driver.pm
M cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm
M cpan/Test-Simple/lib/Test2/Tools/Tiny.pm
M cpan/Test-Simple/lib/Test2/Util.pm
M cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm
M cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm
M cpan/Test-Simple/lib/Test2/Util/HashBase.pm
M cpan/Test-Simple/lib/Test2/Util/Trace.pm
M cpan/Test-Simple/lib/ok.pm
M cpan/Test-Simple/t/Test2/modules/API/Breakage.t

  Log Message:
  ---
  Update Test-Simple to CPAN version 1.302181

[DELTA]

1.302182  2020-10-05 22:02:28-07:00 America/Los_Angeles

 - Fix 5.6 support
 - Fix fragile %INC handling in a test


[Perl/perl5] 2bc27c: Make Data::Dumper strict and warnings compliant

2020-10-07 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 2bc27c6c0985d4dbcc8c43d214bff2352e58a121
  
https://github.com/Perl/perl5/commit/2bc27c6c0985d4dbcc8c43d214bff2352e58a121
  Author: Todd Rinaldo 
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
M dist/Data-Dumper/Dumper.pm
M dist/Data-Dumper/t/bless.t
M dist/Data-Dumper/t/bless_var_method.t
M dist/Data-Dumper/t/bugs.t
M dist/Data-Dumper/t/deparse.t
M dist/Data-Dumper/t/dumper.t
M dist/Data-Dumper/t/dumpperl.t
M dist/Data-Dumper/t/freezer.t
M dist/Data-Dumper/t/freezer_useperl.t
M dist/Data-Dumper/t/indent.t
M dist/Data-Dumper/t/misc.t
M dist/Data-Dumper/t/names.t
M dist/Data-Dumper/t/overload.t
M dist/Data-Dumper/t/pair.t
M dist/Data-Dumper/t/perl-74170.t
M dist/Data-Dumper/t/purity_deepcopy_maxdepth.t
M dist/Data-Dumper/t/qr.t
M dist/Data-Dumper/t/quotekeys.t
M dist/Data-Dumper/t/recurse.t
M dist/Data-Dumper/t/seen.t
M dist/Data-Dumper/t/sortkeys.t
M dist/Data-Dumper/t/sparseseen.t
M dist/Data-Dumper/t/terse.t
M dist/Data-Dumper/t/toaster.t
M dist/Data-Dumper/t/trailing_comma.t
M dist/Data-Dumper/t/values.t

  Log Message:
  ---
  Make Data::Dumper strict and warnings compliant


  Commit: c9f7bbefe88590d9344bf174a3e9d0ff10d1b304
  
https://github.com/Perl/perl5/commit/c9f7bbefe88590d9344bf174a3e9d0ff10d1b304
  Author: Todd Rinaldo 
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
M dist/Data-Dumper/t/bless_var_method.t
M dist/Data-Dumper/t/bugs.t
M dist/Data-Dumper/t/deparse.t
M dist/Data-Dumper/t/dumpperl.t
M dist/Data-Dumper/t/freezer.t
M dist/Data-Dumper/t/freezer_useperl.t
M dist/Data-Dumper/t/huge.t
M dist/Data-Dumper/t/indent.t
M dist/Data-Dumper/t/misc.t
M dist/Data-Dumper/t/names.t
M dist/Data-Dumper/t/overload.t
M dist/Data-Dumper/t/pair.t
M dist/Data-Dumper/t/perl-74170.t
M dist/Data-Dumper/t/purity_deepcopy_maxdepth.t
M dist/Data-Dumper/t/qr.t
M dist/Data-Dumper/t/quotekeys.t
M dist/Data-Dumper/t/seen.t
M dist/Data-Dumper/t/sortkeys.t
M dist/Data-Dumper/t/sparseseen.t
M dist/Data-Dumper/t/toaster.t
M dist/Data-Dumper/t/trailing_comma.t
M dist/Data-Dumper/t/values.t

  Log Message:
  ---
  Remove unnecessary need for Data::Dumper Config{extensions} check.

These unit test checks are unnecessary since the entire module
isn't tested if Data::Dumper is excluded.


  Commit: 883bd2e2bc99b775d5ca9a3d110d1ede4c813753
  
https://github.com/Perl/perl5/commit/883bd2e2bc99b775d5ca9a3d110d1ede4c813753
  Author: Todd Rinaldo 
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
M dist/Data-Dumper/t/bless.t
M dist/Data-Dumper/t/qr.t

  Log Message:
  ---
  Remove the need for add_my_to_dump helper in Data::Dumper.


Compare: https://github.com/Perl/perl5/compare/43f856bae111...883bd2e2bc99


[Perl/perl5] 6d1214: Update ExtUtils-MakeMaker to CPAN version 7.48

2020-10-06 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 6d12145e43e291dc7f42e253fc9c04febcc21723
  
https://github.com/Perl/perl5/commit/6d12145e43e291dc7f42e253fc9c04febcc21723
  Author: Todd Rinaldo 
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm
A cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS390.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm
M cpan/ExtUtils-MakeMaker/t/00compile.t
M cpan/ExtUtils-MakeMaker/t/03-xsstatic.t
M cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t
M cpan/ExtUtils-MakeMaker/t/INST.t
M cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t
M cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t
M cpan/ExtUtils-MakeMaker/t/Liblist.t
M cpan/ExtUtils-MakeMaker/t/MM_Any.t
M cpan/ExtUtils-MakeMaker/t/MM_BeOS.t
M cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t
M cpan/ExtUtils-MakeMaker/t/MM_NW5.t
M cpan/ExtUtils-MakeMaker/t/MM_OS2.t
M cpan/ExtUtils-MakeMaker/t/MM_Unix.t
M cpan/ExtUtils-MakeMaker/t/MM_VMS.t
M cpan/ExtUtils-MakeMaker/t/MM_Win32.t
M cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t
M cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t
M cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t
M cpan/ExtUtils-MakeMaker/t/arch_check.t
M cpan/ExtUtils-MakeMaker/t/backwards.t
M cpan/ExtUtils-MakeMaker/t/basic.t
M cpan/ExtUtils-MakeMaker/t/build_man.t
M cpan/ExtUtils-MakeMaker/t/cd.t
M cpan/ExtUtils-MakeMaker/t/config.t
M cpan/ExtUtils-MakeMaker/t/cp.t
M cpan/ExtUtils-MakeMaker/t/dir_target.t
M cpan/ExtUtils-MakeMaker/t/eu_command.t
M cpan/ExtUtils-MakeMaker/t/fix_libs.t
M cpan/ExtUtils-MakeMaker/t/fixin.t
M cpan/ExtUtils-MakeMaker/t/hints.t
M cpan/ExtUtils-MakeMaker/t/is_of_type.t
M cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm
M cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm
M cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm
M cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm
M cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm
M cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm
M cpan/ExtUtils-MakeMaker/t/make.t
M cpan/ExtUtils-MakeMaker/t/maketext_filter.t
M cpan/ExtUtils-MakeMaker/t/metafile_data.t
M cpan/ExtUtils-MakeMaker/t/metafile_file.t
M cpan/ExtUtils-MakeMaker/t/miniperl.t
M cpan/ExtUtils-MakeMaker/t/oneliner.t
M cpan/ExtUtils-MakeMaker/t/os_unsupported.t
M cpan/ExtUtils-MakeMaker/t/parse_version.t
M cpan/ExtUtils-MakeMaker/t/pm.t
M cpan/ExtUtils-MakeMaker/t/pm_to_blib.t
M cpan/ExtUtils-MakeMaker/t/pod2man.t
M cpan/ExtUtils-MakeMaker/t/postamble.t
M cpan/ExtUtils-MakeMaker/t/prefixify.t
M cpan/ExtUtils-MakeMaker/t/prereq.t
M cpan/ExtUtils-MakeMaker/t/prereq_print.t
M cpan/ExtUtils-MakeMaker/t/problems.t
M cpan/ExtUtils-MakeMaker/t/prompt.t
M cpan/ExtUtils-MakeMaker/t/revision.t
M cpan/ExtUtils-MakeMaker/t/several_authors.t
M cpan/ExtUtils-MakeMaker/t/split_command.t
M cpan/ExtUtils-MakeMaker/t/test_boilerplate.t
M cpan/ExtUtils-MakeMaker/t/testlib.t
R cpan/ExtUtils-MakeMaker/t/testrules.yml
M cpan/ExtUtils-MakeMaker/t/unicode.t
M cpan/ExtUtils-MakeMaker/t/vstrings.t
M cpan/ExtUtils-MakeM

[Perl/perl5] 897b79: Update Digest::MD5 to CPAN version 2.57

2020-10-06 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 897b79c3125e67c48f31b38a2d935d254df2be39
  
https://github.com/Perl/perl5/commit/897b79c3125e67c48f31b38a2d935d254df2be39
  Author: Todd Rinaldo 
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Digest-MD5/MD5.pm
M cpan/Digest-MD5/MD5.xs
M cpan/Digest-MD5/Makefile.PL
M cpan/Digest-MD5/hints/MacOS.pl
M cpan/Digest-MD5/hints/irix_6.pl
M cpan/Digest-MD5/t/align.t
M cpan/Digest-MD5/t/badfile.t
M cpan/Digest-MD5/t/bits.t
M cpan/Digest-MD5/t/clone.t
M cpan/Digest-MD5/t/files.t
M cpan/Digest-MD5/t/md5-aaa.t
M cpan/Digest-MD5/t/threads.t
M cpan/Digest-MD5/t/utf8.t
A cpan/Digest-MD5/t/warns.t
M t/porting/customized.dat

  Log Message:
  ---
  Update Digest::MD5 to CPAN version 2.57

[DELTA]

2.58 Mon Oct 5 2020
- Update repo location.
- Update recent changelog entries. Let's see if that's enough to make metacpan 
happy.

2.57 Mon Oct 5 2020
- Merge change submitted to blead

2.56 Mon Oct 5 2020
- Github CI Perl 5.6..5.32
- Fixup MANIFEST/MANIFEST.SKIP/.gitignore
- Enable strict and warnings on all code. Drop vars.pm
- Preserve OPTIMIZE in hints/irix_6.pl
- Don't return context buffer if there isn't one.
- Silence possible loss of data warnings on Win32.


[Perl/perl5] 2351bb: Correct build time warning for vxs.inc

2020-10-05 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 2351bb733429b72c5afa621b2c5ea3ce53f2fa9b
  
https://github.com/Perl/perl5/commit/2351bb733429b72c5afa621b2c5ea3ce53f2fa9b
  Author: Todd Rinaldo 
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
M vxs.inc

  Log Message:
  ---
  Correct build time warning for vxs.inc

Fixes #18202

This fix was present previously and was clobbered by a cpan sync of
version.pm It is now reported into that repo via
https://github.com/toddr/version.pm/pull/1


[Perl/perl5] 165e17: Update Pod::Checker to CPAN version 1.74

2020-10-05 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 165e179185d6d942b610cf7fa2fe9341dbf3f8cf
  
https://github.com/Perl/perl5/commit/165e179185d6d942b610cf7fa2fe9341dbf3f8cf
  Author: Todd Rinaldo 
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Pod-Checker/lib/Pod/Checker.pm
M cpan/Pod-Checker/scripts/podchecker.PL
M cpan/Pod-Checker/t/pod/poderrs.t
M cpan/Pod-Checker/t/pod/poderrs.xr
A cpan/Pod-Checker/t/pod/podname.t
M cpan/Pod-Checker/t/pod/testpchk.pl

  Log Message:
  ---
  Update Pod::Checker to CPAN version 1.74

[DELTA]

+ CPAN#133312: Add strict compliance to Pod-Checker
  Thanks TODDR for the patch to make the code "use strict" compliant
+ CPAN#98326: Can we make “A non-empty Z<>” a warning and not an error
  This is a corner case... and since Pod::Simple anyway "nixes" anything
  inside Z<...>, this is a warning, not an error. Mind the caveats.
+ Added an additional test to achieve 100% statement coverage and added
  some POD to also have 100% POD coverage
+ Made all text files unixish, no CRLF




[Perl/perl5] dd07b8: Make Exporter strict and warnings compliant

2020-10-05 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: dd07b88184b9bd3f6b53dc56af502937e127ee99
  
https://github.com/Perl/perl5/commit/dd07b88184b9bd3f6b53dc56af502937e127ee99
  Author: Todd Rinaldo 
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
M dist/Exporter/lib/Exporter.pm
M dist/Exporter/lib/Exporter/Heavy.pm
M dist/Exporter/t/Exporter.t
M dist/Exporter/t/warn.t
M ext/B/t/optree_specials.t

  Log Message:
  ---
  Make Exporter strict and warnings compliant

Update optree_specials since OptreeCheck.pm uses Exporter.


[Perl/perl5] 761a58: Make FindBin strict and warnings compliant

2020-10-05 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 761a583dcfe0a08cdb7522dd462017a748febdbc
  
https://github.com/Perl/perl5/commit/761a583dcfe0a08cdb7522dd462017a748febdbc
  Author: Todd Rinaldo 
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
M dist/FindBin/lib/FindBin.pm
M dist/FindBin/t/FindBin.t

  Log Message:
  ---
  Make FindBin strict and warnings compliant


[Perl/perl5] f5919b: Update Porting/Maintainers.pl for recent version.p...

2020-10-02 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: f5919b587fc6cabdd5b6826b34a34191eb28e644
  
https://github.com/Perl/perl5/commit/f5919b587fc6cabdd5b6826b34a34191eb28e644
  Author: Todd Rinaldo 
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
M Porting/Maintainers.pl

  Log Message:
  ---
  Update Porting/Maintainers.pl for recent version.pm update to 0.9928


[Perl/perl5] eba151: Fix Makefile.PL in Unicode-Normalize to be strict/...

2020-10-02 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: eba1518a1d65e6594fb5ac92e4e6232acb3dffa7
  
https://github.com/Perl/perl5/commit/eba1518a1d65e6594fb5ac92e4e6232acb3dffa7
  Author: Todd Rinaldo 
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
M dist/Unicode-Normalize/Makefile.PL

  Log Message:
  ---
  Fix Makefile.PL in Unicode-Normalize to be strict/warnings compliant


[Perl/perl5] 966a34: Update version to CPAN version 0.9928

2020-10-02 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 966a34475a7c626a373d46daf542d053d035ed13
  
https://github.com/Perl/perl5/commit/966a34475a7c626a373d46daf542d053d035ed13
  Author: Todd Rinaldo 
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
M cpan/version/lib/version.pm
M cpan/version/lib/version.pod
M cpan/version/lib/version/regex.pm
M cpan/version/t/01base.t
M cpan/version/t/02derived.t
M cpan/version/t/03require.t
M cpan/version/t/04strict_lax.t
M cpan/version/t/05sigdie.t
M cpan/version/t/06noop.t
M cpan/version/t/07locale.t
M cpan/version/t/08_corelist.t
M cpan/version/t/09_list_util.t
M cpan/version/t/10_lyon.t
M cpan/version/t/coretests.pm
M t/porting/customized.dat
M vutil.c
M vutil.h
M vxs.inc

  Log Message:
  ---
  Update version to CPAN version 0.9928

[DELTA]

0.9927
  * Released 0.99_26 as 0.9927

0.99_26
  * Add usage error to pure-perl vcmp
  * Quote version classname in test for 5.8 compatability
  * Use base instead of parent for tests
  * Update ppport.h for future compatibility

0.99_25
  * Fix stack usage in vcmp method
  * Drop Perl 5.5 compatibility
  * Use PERL_VERSION_GE for Perl 7 compatibility
  * Fix typo in pod example for comparing versions.


[Perl/perl5] 6bb313: Make dist/Carp strict compliant.

2020-09-30 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 6bb313bb75cbcf9ea339713facab23f26c92d37e
  
https://github.com/Perl/perl5/commit/6bb313bb75cbcf9ea339713facab23f26c92d37e
  Author: Todd Rinaldo 
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
M dist/Carp/t/Carp.t
M dist/Carp/t/Carp_overloadless.t
M dist/Carp/t/broken_can.t
M dist/Carp/t/broken_univ_can.t
M dist/Carp/t/vivify_stash.t

  Log Message:
  ---
  Make dist/Carp strict compliant.


[Perl/perl5] ffdf82: Update Module-Load to CPAN version 0.36

2020-09-30 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ffdf828c4c26b3bbc46691b443858a107e0f6472
  
https://github.com/Perl/perl5/commit/ffdf828c4c26b3bbc46691b443858a107e0f6472
  Author: Todd Rinaldo 
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
M Porting/Maintainers.pl
M Porting/cmpVERSION.pl
M cpan/Module-Load/lib/Module/Load.pm
M cpan/Module-Load/t/01_Module-Load.t
M cpan/Module-Load/t/02_Module-Load.t
M cpan/Module-Load/t/to_load/LoadIt.pm
M cpan/Module-Load/t/to_load/Must/Be/Loaded.pm
M cpan/Module-Load/t/to_load/TestModule.pm

  Log Message:
  ---
  Update Module-Load to CPAN version 0.36

[DELTA]

0.36Tue Sep 29 11:55:01 BST 2020
* Fixed E in POD (https://github.com/jib/module-load/pull/6)
* Make Module-Load strict compliant (https://github.com/jib/module-load/pull/7)


[Perl/perl5] 90f582: Update MIME-Base64 to CPAN version 3.16

2020-09-28 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 90f582c2ef0c40b7fe74c27d2f03a4e6bb79a7e1
  
https://github.com/Perl/perl5/commit/90f582c2ef0c40b7fe74c27d2f03a4e6bb79a7e1
  Author: Todd Rinaldo 
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
R cpan/MIME-Base64/Base64.pm
M cpan/MIME-Base64/Base64.xs
R cpan/MIME-Base64/QuotedPrint.pm
A cpan/MIME-Base64/lib/MIME/Base64.pm
A cpan/MIME-Base64/lib/MIME/QuotedPrint.pm
M cpan/MIME-Base64/t/base64.t
A cpan/MIME-Base64/t/base64url.t
M cpan/MIME-Base64/t/length.t
M cpan/MIME-Base64/t/quoted-print.t
M cpan/MIME-Base64/t/unicode.t

  Log Message:
  ---
  Update MIME-Base64 to CPAN version 3.16

[DELTA]

3.16 2020-09-26
  - Convert the build to Dist::Zilla to ensure we're releasing well built 
packages
  - Ensure all tests are using strict and warnings (thanks, Nicolas R).
  - Cleanup this change log
  - Add a .mailmap to cleanup our contributors list
  - Use `our` instead of `use vars`
  - Bump the required Perl version to v5.6.2


[Perl/perl5] 98d7b5: Update Unicode-Collate to CPAN version 1.28

2020-09-24 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 98d7b5aeaad3d320d621e1a7888505217c33ef21
  
https://github.com/Perl/perl5/commit/98d7b5aeaad3d320d621e1a7888505217c33ef21
  Author: Todd Rinaldo 
  Date:   2020-09-24 (Thu, 24 Sep 2020)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Unicode-Collate/Collate.pm
M cpan/Unicode-Collate/Collate.xs
M cpan/Unicode-Collate/Collate/CJK/Big5.pm
M cpan/Unicode-Collate/Collate/CJK/GB2312.pm
M cpan/Unicode-Collate/Collate/CJK/JISX0208.pm
M cpan/Unicode-Collate/Collate/CJK/Korean.pm
M cpan/Unicode-Collate/Collate/CJK/Pinyin.pm
M cpan/Unicode-Collate/Collate/CJK/Stroke.pm
M cpan/Unicode-Collate/Collate/CJK/Zhuyin.pm
M cpan/Unicode-Collate/Collate/Locale.pm
M cpan/Unicode-Collate/Collate/Locale/af.pl
M cpan/Unicode-Collate/Collate/Locale/ar.pl
M cpan/Unicode-Collate/Collate/Locale/as.pl
M cpan/Unicode-Collate/Collate/Locale/az.pl
M cpan/Unicode-Collate/Collate/Locale/be.pl
M cpan/Unicode-Collate/Collate/Locale/bn.pl
M cpan/Unicode-Collate/Collate/Locale/ca.pl
M cpan/Unicode-Collate/Collate/Locale/cs.pl
M cpan/Unicode-Collate/Collate/Locale/cu.pl
M cpan/Unicode-Collate/Collate/Locale/cy.pl
M cpan/Unicode-Collate/Collate/Locale/da.pl
M cpan/Unicode-Collate/Collate/Locale/de_at_ph.pl
M cpan/Unicode-Collate/Collate/Locale/de_phone.pl
M cpan/Unicode-Collate/Collate/Locale/dsb.pl
M cpan/Unicode-Collate/Collate/Locale/ee.pl
M cpan/Unicode-Collate/Collate/Locale/eo.pl
M cpan/Unicode-Collate/Collate/Locale/es.pl
M cpan/Unicode-Collate/Collate/Locale/es_trad.pl
M cpan/Unicode-Collate/Collate/Locale/et.pl
M cpan/Unicode-Collate/Collate/Locale/fa.pl
M cpan/Unicode-Collate/Collate/Locale/fi.pl
M cpan/Unicode-Collate/Collate/Locale/fi_phone.pl
M cpan/Unicode-Collate/Collate/Locale/fil.pl
M cpan/Unicode-Collate/Collate/Locale/fo.pl
M cpan/Unicode-Collate/Collate/Locale/fr_ca.pl
M cpan/Unicode-Collate/Collate/Locale/gu.pl
M cpan/Unicode-Collate/Collate/Locale/ha.pl
M cpan/Unicode-Collate/Collate/Locale/haw.pl
M cpan/Unicode-Collate/Collate/Locale/he.pl
M cpan/Unicode-Collate/Collate/Locale/hi.pl
M cpan/Unicode-Collate/Collate/Locale/hr.pl
M cpan/Unicode-Collate/Collate/Locale/hu.pl
M cpan/Unicode-Collate/Collate/Locale/hy.pl
M cpan/Unicode-Collate/Collate/Locale/ig.pl
M cpan/Unicode-Collate/Collate/Locale/is.pl
M cpan/Unicode-Collate/Collate/Locale/ja.pl
M cpan/Unicode-Collate/Collate/Locale/kk.pl
M cpan/Unicode-Collate/Collate/Locale/kl.pl
M cpan/Unicode-Collate/Collate/Locale/kn.pl
M cpan/Unicode-Collate/Collate/Locale/ko.pl
M cpan/Unicode-Collate/Collate/Locale/kok.pl
M cpan/Unicode-Collate/Collate/Locale/lkt.pl
M cpan/Unicode-Collate/Collate/Locale/ln.pl
M cpan/Unicode-Collate/Collate/Locale/lt.pl
M cpan/Unicode-Collate/Collate/Locale/lv.pl
M cpan/Unicode-Collate/Collate/Locale/mk.pl
M cpan/Unicode-Collate/Collate/Locale/ml.pl
M cpan/Unicode-Collate/Collate/Locale/mr.pl
M cpan/Unicode-Collate/Collate/Locale/mt.pl
M cpan/Unicode-Collate/Collate/Locale/nb.pl
M cpan/Unicode-Collate/Collate/Locale/nn.pl
M cpan/Unicode-Collate/Collate/Locale/nso.pl
M cpan/Unicode-Collate/Collate/Locale/om.pl
M cpan/Unicode-Collate/Collate/Locale/or.pl
M cpan/Unicode-Collate/Collate/Locale/pa.pl
M cpan/Unicode-Collate/Collate/Locale/pl.pl
M cpan/Unicode-Collate/Collate/Locale/ro.pl
M cpan/Unicode-Collate/Collate/Locale/sa.pl
M cpan/Unicode-Collate/Collate/Locale/se.pl
M cpan/Unicode-Collate/Collate/Locale/si.pl
M cpan/Unicode-Collate/Collate/Locale/si_dict.pl
M cpan/Unicode-Collate/Collate/Locale/sk.pl
M cpan/Unicode-Collate/Collate/Locale/sl.pl
M cpan/Unicode-Collate/Collate/Locale/sq.pl
M cpan/Unicode-Collate/Collate/Locale/sr.pl
M cpan/Unicode-Collate/Collate/Locale/sv.pl
M cpan/Unicode-Collate/Collate/Locale/sv_refo.pl
M cpan/Unicode-Collate/Collate/Locale/ta.pl
M cpan/Unicode-Collate/Collate/Locale/te.pl
M cpan/Unicode-Collate/Collate/Locale/th.pl
M cpan/Unicode-Collate/Collate/Locale/tn.pl
M cpan/Unicode-Collate/Collate/Locale/to.pl
M cpan/Unicode-Collate/Collate/Locale/tr.pl
M cpan/Unicode-Collate/Collate/Locale/ug_cyrl.pl
M cpan/Unicode-Collate/Collate/Locale/uk.pl
M cpan/Unicode-Collate/Collate/Locale/ur.pl
M cpan/Unicode-Collate/Collate/Locale/vi.pl
M cpan/Unicode-Collate/Collate/Locale/vo.pl
M cpan/Unicode-Collate/Collate/Locale/wae.pl
M cpan/Unicode-Collate/Collate/Locale/wo.pl
M cpan/Unicode-Collate/Collate/Locale/yo.pl
M cpan/Unicode-Collate/Collate/Locale/zh.pl
M cpan/Unicode-Collate/Collate/Locale/zh_big5.pl
M cpan/Unicode-Collate/Collate/Locale/zh_gb.pl
M cpan/Unicode-Collate/Collate/Locale/zh_pin.pl
M cpan/Unicode-Collate/Collate/Locale/zh_strk.pl
M cpan/Unicode-Collate/C

[Perl/perl5] 7c7cb7: Update porting/customized.dat for recent change to...

2020-09-18 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 7c7cb7f6159bd097e1c33777e624281469dd9560
  
https://github.com/Perl/perl5/commit/7c7cb7f6159bd097e1c33777e624281469dd9560
  Author: Todd Rinaldo 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M t/porting/customized.dat

  Log Message:
  ---
  Update porting/customized.dat for recent change to 
cpan/ExtUtils-PL2Bat/t/make_executable.t


[Perl/perl5] 93ba9b: Mark cpan/ExtUtils-PL2Bat/t/make_executable.t as c...

2020-09-18 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 93ba9b2a904f8e9dc2f4592adcc5f8c78ee4b275
  
https://github.com/Perl/perl5/commit/93ba9b2a904f8e9dc2f4592adcc5f8c78ee4b275
  Author: Todd Rinaldo 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M Porting/Maintainers.pl

  Log Message:
  ---
  Mark cpan/ExtUtils-PL2Bat/t/make_executable.t as customized

Goes with #18118. Per ilmari, this is ok to push in while we wait
for https://github.com/Perl-Toolchain-Gang/extutils-pl2bat/pull/6
to merge.


[Perl/perl5] 114a1f: Update DB_File to CPAN version 1.854

2020-09-16 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 114a1f36b0fda316047d5b5853e6731ba3192768
  
https://github.com/Perl/perl5/commit/114a1f36b0fda316047d5b5853e6731ba3192768
  Author: Todd Rinaldo 
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
M Porting/Maintainers.pl
M cpan/DB_File/DB_File.pm
M cpan/DB_File/DB_File.xs
M cpan/DB_File/DB_File_BS
M cpan/DB_File/Makefile.PL
M cpan/DB_File/config.in
M cpan/DB_File/dbinfo
M cpan/DB_File/hints/bitrig.pl
M cpan/DB_File/hints/dynixptx.pl
M cpan/DB_File/hints/minix.pl
M cpan/DB_File/hints/netbsd.pl
M cpan/DB_File/hints/openbsd.pl
M cpan/DB_File/hints/sco.pl
M cpan/DB_File/t/db-btree.t
M cpan/DB_File/t/db-hash.t
M cpan/DB_File/t/db-recno.t
M cpan/DB_File/t/db-threads.t
M cpan/DB_File/version.c

  Log Message:
  ---
  Update DB_File to CPAN version 1.854

[DELTA]

1.854 16 September 2020

* Prefer direct notation over indirect (#4)
* Make hint/BS snippets strict compliant.
* trim whitespace


[Perl/perl5] 18c72c: Update Test-Simple to CPAN version 1.302181

2020-09-15 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 18c72c399196d35c6fc14d5bae4f312deceb8359
  
https://github.com/Perl/perl5/commit/18c72c399196d35c6fc14d5bae4f312deceb8359
  Author: Todd Rinaldo 
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M MANIFEST
M Makefile.SH
M Porting/Maintainers.pl
M cpan/Test-Simple/lib/Test/Builder.pm
M cpan/Test-Simple/lib/Test/Builder/Formatter.pm
M cpan/Test-Simple/lib/Test/Builder/Module.pm
M cpan/Test-Simple/lib/Test/Builder/Tester.pm
M cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm
M cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm
M cpan/Test-Simple/lib/Test/More.pm
M cpan/Test-Simple/lib/Test/Simple.pm
M cpan/Test-Simple/lib/Test/Tester.pm
M cpan/Test-Simple/lib/Test/Tester/Capture.pm
M cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
M cpan/Test-Simple/lib/Test/Tester/Delegate.pm
M cpan/Test-Simple/lib/Test/use/ok.pm
M cpan/Test-Simple/lib/Test2.pm
M cpan/Test-Simple/lib/Test2/API.pm
M cpan/Test-Simple/lib/Test2/API/Breakage.pm
M cpan/Test-Simple/lib/Test2/API/Context.pm
M cpan/Test-Simple/lib/Test2/API/Instance.pm
A cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
A cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm
A cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm
A cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm
A cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm
M cpan/Test-Simple/lib/Test2/API/Stack.pm
M cpan/Test-Simple/lib/Test2/Event.pm
M cpan/Test-Simple/lib/Test2/Event/Bail.pm
M cpan/Test-Simple/lib/Test2/Event/Diag.pm
M cpan/Test-Simple/lib/Test2/Event/Encoding.pm
M cpan/Test-Simple/lib/Test2/Event/Exception.pm
M cpan/Test-Simple/lib/Test2/Event/Fail.pm
M cpan/Test-Simple/lib/Test2/Event/Generic.pm
M cpan/Test-Simple/lib/Test2/Event/Note.pm
M cpan/Test-Simple/lib/Test2/Event/Ok.pm
M cpan/Test-Simple/lib/Test2/Event/Pass.pm
M cpan/Test-Simple/lib/Test2/Event/Plan.pm
M cpan/Test-Simple/lib/Test2/Event/Skip.pm
M cpan/Test-Simple/lib/Test2/Event/Subtest.pm
M cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm
M cpan/Test-Simple/lib/Test2/Event/V2.pm
M cpan/Test-Simple/lib/Test2/Event/Waiting.pm
M cpan/Test-Simple/lib/Test2/EventFacet.pm
M cpan/Test-Simple/lib/Test2/EventFacet/About.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Control.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Error.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Info.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Render.pm
M cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm
M cpan/Test-Simple/lib/Test2/Formatter.pm
M cpan/Test-Simple/lib/Test2/Formatter/TAP.pm
M cpan/Test-Simple/lib/Test2/Hub.pm
M cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm
M cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm
M cpan/Test-Simple/lib/Test2/Hub/Subtest.pm
M cpan/Test-Simple/lib/Test2/IPC.pm
M cpan/Test-Simple/lib/Test2/IPC/Driver.pm
M cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm
M cpan/Test-Simple/lib/Test2/Tools/Tiny.pm
M cpan/Test-Simple/lib/Test2/Transition.pod
M cpan/Test-Simple/lib/Test2/Util.pm
M cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm
M cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm
M cpan/Test-Simple/lib/Test2/Util/HashBase.pm
M cpan/Test-Simple/lib/Test2/Util/Trace.pm
M cpan/Test-Simple/lib/ok.pm
M cpan/Test-Simple/t/Legacy/Builder/current_test.t
A cpan/Test-Simple/t/Legacy/Regression/870-experimental-warnings.t
M cpan/Test-Simple/t/Legacy/buffer.t
M cpan/Test-Simple/t/Legacy/fail-like.t
M cpan/Test-Simple/t/Legacy/is_deeply_fail.t
M cpan/Test-Simple/t/Legacy/todo.t
A cpan/Test-Simple/t/Test2/modules/API/InterceptResult.t
A cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event.t
A cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Squasher.t
M cpan/Test-Simple/t/Test2/modules/Event/V2.t
A cpan/Test-Simple/t/regression/862-intercept_tb_todo.t

  Log Message:
  ---
  Update Test-Simple to CPAN version 1.302181

[DELTA]

1.302181  2020-09-14 09:46:04-07:00 America/Los_Angeles

- put try_sig_mask back where it goes (And add test to prevent this in the 
future)
- Drop new List::Util requirement back down

1.302180  2020-09-13 23:11:18-07:00 America/Los_Angeles

- No changes since last trial

1.302179  2020-09-12 22:35:19-07:00 America/Los_Angeles (TRIAL RELEASE)

- Bump minimum List::Util version (for uniq)

1.302178  2020-09-07 14:1

[Perl/perl5] e63fbf: Update ExtUtils-Install to CPAN version 2.18

2020-09-15 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: e63fbf7306f21629ae4769a6afed89212846e8b5
  
https://github.com/Perl/perl5/commit/e63fbf7306f21629ae4769a6afed89212846e8b5
  Author: Todd Rinaldo 
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M Porting/Maintainers.pl
M cpan/ExtUtils-Install/lib/ExtUtils/Install.pm
M cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm
M cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm
M cpan/ExtUtils-Install/t/Install.t
M cpan/ExtUtils-Install/t/InstallWithMM.t
M cpan/ExtUtils-Install/t/Installapi2.t
M cpan/ExtUtils-Install/t/Installed.t
M cpan/ExtUtils-Install/t/Packlist.t
M cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm
M cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm
M cpan/ExtUtils-Install/t/lib/TieOut.pm

  Log Message:
  ---
  Update ExtUtils-Install to CPAN version 2.18

[DELTA]

2.18

- Add descriptions for 3 tests lacking them
- Removed bundled Test::More from t/lib
- 'use strict' added to all files where missing
- 'use vars' replaced with 'our'
- Properly scope all variables
- Minimal supported perl version is now v5.6.0


[Perl/perl5] 8fa9c8: Update IO-Socket-IP to CPAN version 0.41

2020-09-15 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 8fa9c8df6550bca3290be5dea52bc871e9b6eb19
  
https://github.com/Perl/perl5/commit/8fa9c8df6550bca3290be5dea52bc871e9b6eb19
  Author: Todd Rinaldo 
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M Porting/Maintainers.pl
M cpan/IO-Socket-IP/lib/IO/Socket/IP.pm
M cpan/IO-Socket-IP/t/00use.t
M cpan/IO-Socket-IP/t/01local-client-v4.t
M cpan/IO-Socket-IP/t/02local-server-v4.t
M cpan/IO-Socket-IP/t/03local-cross-v4.t
M cpan/IO-Socket-IP/t/04local-client-v6.t
M cpan/IO-Socket-IP/t/05local-server-v6.t
M cpan/IO-Socket-IP/t/06local-cross-v6.t
M cpan/IO-Socket-IP/t/10args.t
M cpan/IO-Socket-IP/t/11sockopts.t
M cpan/IO-Socket-IP/t/12port-fallback.t
M cpan/IO-Socket-IP/t/13addrinfo.t
M cpan/IO-Socket-IP/t/14fileno.t
M cpan/IO-Socket-IP/t/15io-socket.t
M cpan/IO-Socket-IP/t/16v6only.t
M cpan/IO-Socket-IP/t/17gai-flags.t
M cpan/IO-Socket-IP/t/18fdopen.t
M cpan/IO-Socket-IP/t/19no-addrs.t
M cpan/IO-Socket-IP/t/20subclass.t
M cpan/IO-Socket-IP/t/21as-inet.t
M cpan/IO-Socket-IP/t/22timeout.t
M cpan/IO-Socket-IP/t/30nonblocking-connect.t
M cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t
M cpan/IO-Socket-IP/t/99pod.t

  Log Message:
  ---
  Update IO-Socket-IP to CPAN version 0.41

[DELTA]
0.41 2020-09-15 16:59
 [CHANGES]
   * Updated to `=head2 barename` documentation style

 [BUGFIXES]
   * Remember to declare configure_requires Module::Build

0.40 2020-09-15 16:41
  [CHANGES]
* Don't ship a Makefile.PL
* Updated docs about `-register` option

  [BUGFIXES]
* Ensure safety under default-strict (RT133322)


[Perl/perl5] 51638b: Update Compress-Raw-Bzip2 to CPAN version 2.096

2020-09-15 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 51638bdfa9deb059bb769a031ead709f191a3065
  
https://github.com/Perl/perl5/commit/51638bdfa9deb059bb769a031ead709f191a3065
  Author: Todd Rinaldo 
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M .gitignore
M MANIFEST
M Porting/Maintainers.pl
M cpan/Compress-Raw-Bzip2/Bzip2.xs
A cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.patch
M cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
M cpan/Compress-Raw-Bzip2/t/000prereq.t
M cpan/Compress-Raw-Bzip2/t/01bzip2.t

  Log Message:
  ---
  Update Compress-Raw-Bzip2 to CPAN version 2.096

Address .gitignore issue with *.patch by making it /*.patch. This
seems to match the original intention of the ignore. This also
corrects a mainfest failure because bzip2-src now includes a .patch
file.

[DELTA]
2.096 31 July 2020

* No changes

2.095 19 July 2020

* No changes

2.094 13 July 2020

* Issue with Append mode & SvOOK
https://github.com/pmqs/Compress-Raw-Bzip2/issues/2
e6f1fa7d86a4c631b82b7c923a5def3e274925fa


  Commit: 6fec3df196aaacdde5c2dce1817cd0bf08dd949c
  
https://github.com/Perl/perl5/commit/6fec3df196aaacdde5c2dce1817cd0bf08dd949c
  Author: Todd Rinaldo 
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Compress-Raw-Zlib/Zlib.xs
M cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
M cpan/Compress-Raw-Zlib/t/02zlib.t

  Log Message:
  ---
  Update Compress-Raw-Zlib to CPAN version 2.096

[DELTA]

2.096 31 July 2020

* No changes

2.095 19 July 2020

* No changes

2.094 13 July 2020

* Issue with Append mode & SvOOK
https://github.com/pmqs/Compress-Raw-Zlib/issues/3
80ee0524012f46c5984c2d57649af0b07f82c750


  Commit: 4737eb086461114557478cd96ef0b839db56baf0
  
https://github.com/Perl/perl5/commit/4737eb086461114557478cd96ef0b839db56baf0
  Author: Todd Rinaldo 
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/IO-Compress/Makefile.PL
M cpan/IO-Compress/bin/streamzip
M cpan/IO-Compress/bin/zipdetails
M cpan/IO-Compress/lib/Compress/Zlib.pm
M cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm
M cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm
M cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm
M cpan/IO-Compress/lib/IO/Compress/Base.pm
M cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
M cpan/IO-Compress/lib/IO/Compress/Bzip2.pm
M cpan/IO-Compress/lib/IO/Compress/Deflate.pm
M cpan/IO-Compress/lib/IO/Compress/FAQ.pod
M cpan/IO-Compress/lib/IO/Compress/Gzip.pm
M cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm
M cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm
M cpan/IO-Compress/lib/IO/Compress/Zip.pm
M cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm
M cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm
M cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm
M cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm
M cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm
M cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm
M cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm
M cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm
M cpan/IO-Compress/lib/IO/Uncompress/Base.pm
M cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm
M cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm
M cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm
M cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
M cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm
M cpan/IO-Compress/t/000prereq.t
M cpan/IO-Compress/t/105oneshot-zip-only.t
A cpan/IO-Compress/t/files/testfile1.odt

  Log Message:
  ---
  Update IO-Compress to CPAN version 2.096

[DELTA]

2.096 31 July 2020

* Add Zip support for Zstd
508258baeeec51ba49c3c07d2dda7c19e3194985

* Add support for Zip/Unzip with XZ compression
6d240d3b3514d627a751ec82fe71f2e236301e19
3c0046e8bc65ef467b9153722609654d3ccc5bbd

2.095 19 July 2020

* Add Support for Zstandard in AnyUncompress

2.094 13 July 2020

* bin/zipdetails version 2

7acb49ff4ca67051deaffd7f988556dae0dd884b small update
f5988eebc21a4d0b96e0b094e6e9bf8d3dcb1763 Better error messages for missing 
Zip64 records
d224dcc321dd1ff120345ac3a19286ecdc79776f Add note about warning output
4caa0e5117c4c214f457d90f9a87d00772a79622 Add --version option
6c045c859d2b6bab0398833f207d7f9b803bbbab Version 2
df97743ffa1da816936e8ef504c9d561d66bb0ed Beef up some error cases
073129c4f44ebd3cc2c5381ffa824fc09b474c29 Rename a couple of unused signatures
72568c7d9edfd3e2fb6647dce6ea511e9caa186c update comment
1088199809cabb9c565ac23f065988683aacd323 Merge branch 'master' of 
https://github.com/pmqs/IO-Compress
ad987ab95e3f3fa02fcf526736ad2da78d327460 Merge pull request #10 from 
fabiensanglard/master
ac76d1b3d3f23077b1700778226edd68c50d81a8 fix typo
5950d7e724479f0eceffe68ae515ac117ff6a5ef Don't output "Extra Payload" if length 
is zero
dbd3160decd9b7

[Perl/perl5] 19aaf9: Add the Configure option to enable strict by defau...

2020-09-15 Thread Todd Rinaldo via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 19aaf9297b251db12d787e0eb31f06bfadc56856
  
https://github.com/Perl/perl5/commit/19aaf9297b251db12d787e0eb31f06bfadc56856
  Author: Todd Rinaldo 
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M Configure
M Cross/config.sh-arm-linux
M Cross/config.sh-arm-linux-n770
M NetWare/config.wc
M Porting/Glossary
M Porting/config.sh
M config_h.SH
M configure.com
M plan9/config_sh.sample
M uconfig.h
M uconfig.sh
M uconfig64.sh
M win32/config.gc
M win32/config.vc

  Log Message:
  ---
  Add the Configure option to enable strict by default in perl programs.

Do not set strict by default on -e or -E

This is a development only feature to allow us to clean up blead.

./Configure -Dusedevel -des -Dusedefaultstrict


  Commit: b1cc9c03acf2fd5c705634f9c3628c5721e80afa
  
https://github.com/Perl/perl5/commit/b1cc9c03acf2fd5c705634f9c3628c5721e80afa
  Author: Todd Rinaldo 
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M perl.c
M perl.h
M pp_ctl.c

  Log Message:
  ---
  Non-Configure code required to implement a strict by default option


Compare: https://github.com/Perl/perl5/compare/9c705b6a7378...b1cc9c03acf2