[Perl/perl5] 02494a: perl5db: only check sub names for non-references

2025-07-29 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/db-sub-overload-fixes Home: https://github.com/Perl/perl5 Commit: 02494a5da6d05d6af3d1ddf5a39c7158a81eb1a9 https://github.com/Perl/perl5/commit/02494a5da6d05d6af3d1ddf5a39c7158a81eb1a9 Author: Graham Knop Date: 2025-07-29 (Tue, 29 Jul 2025) Changed

[Perl/perl5] a71385: perl5db: use a lexical copy of $DB::sub inside DB:...

2025-07-29 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/db-sub-overload-fixes Home: https://github.com/Perl/perl5 Commit: a71385d4b292a5f627c989a5450a7ec2ce51ecee https://github.com/Perl/perl5/commit/a71385d4b292a5f627c989a5450a7ec2ce51ecee Author: Graham Knop Date: 2025-07-29 (Tue, 29 Jul 2025) Changed

[Perl/perl5] ef4611: Account for possibility of envvar $CC being defined

2025-06-27 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ef46119a4fccd90a218cca9cbdd710ae25303640 https://github.com/Perl/perl5/commit/ef46119a4fccd90a218cca9cbdd710ae25303640 Author: Graham Knop Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M dist

[Perl/perl5] bc8ebc: ExtUtils-CBuilder: fix test failure when CXX env v...

2025-05-29 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: bc8ebc5eb7ff46db8b32b2ed7660ee8ef1ff28be https://github.com/Perl/perl5/commit/bc8ebc5eb7ff46db8b32b2ed7660ee8ef1ff28be Author: Graham Knop Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M dist

[Perl/perl5] 5db41c: ExtUtils-CBuilder: fix test failure when CXX env v...

2025-05-29 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/cbuilder-cope-with-cxx Home: https://github.com/Perl/perl5 Commit: 5db41c10287c383e6632318f61dce1117ed81621 https://github.com/Perl/perl5/commit/5db41c10287c383e6632318f61dce1117ed81621 Author: Graham Knop Date: 2025-05-29 (Thu, 29 May 2025

[Perl/perl5] 11de3f: fix mismatched quotes in re.pm

2025-05-16 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 11de3f792e035101cd109b4e92e64036fe72a4f2 https://github.com/Perl/perl5/commit/11de3f792e035101cd109b4e92e64036fe72a4f2 Author: Graham Knop Date: 2025-05-16 (Fri, 16 May 2025) Changed paths: M ext/re

[Perl/perl5] 799513: fix mismatched quotes in re.pm

2025-05-15 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/fix-re-pod-quotes Home: https://github.com/Perl/perl5 Commit: 799513fc301dd620575c9fed7c299955a6503929 https://github.com/Perl/perl5/commit/799513fc301dd620575c9fed7c299955a6503929 Author: Graham Knop Date: 2025-05-15 (Thu, 15 May 2025) Changed

[Perl/perl5] 7ff48b: fix mismatched quotes in re.pm

2025-05-13 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/fix-re-pod-quotes Home: https://github.com/Perl/perl5 Commit: 7ff48b60e684c6b7de0c9ac4ae7c1545ca6c8586 https://github.com/Perl/perl5/commit/7ff48b60e684c6b7de0c9ac4ae7c1545ca6c8586 Author: Graham Knop Date: 2025-05-14 (Wed, 14 May 2025) Changed

[Perl/perl5] 064a75: remove deprecated::goto_construct warning from per...

2025-05-09 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 064a75fb477ad99293cbd4bb73afb966a3a0bc1b https://github.com/Perl/perl5/commit/064a75fb477ad99293cbd4bb73afb966a3a0bc1b Author: Graham Knop Date: 2025-05-10 (Sat, 10 May 2025) Changed paths: M pod

[Perl/perl5] 7ad4d5: remove deprecated::goto_construct warning from per...

2025-05-09 Thread Graham Knop via perl5-changes
Branch: refs/heads/gknop/remove-goto-contruct Home: https://github.com/Perl/perl5 Commit: 7ad4d58c9121c4b17dbd6c712cfb8bf7f425beeb https://github.com/Perl/perl5/commit/7ad4d58c9121c4b17dbd6c712cfb8bf7f425beeb Author: Graham Knop Date: 2025-05-09 (Fri, 09 May 2025) Changed

[Perl/perl5] 135abe: perlop: fix and normalize indentation and alignment

2025-04-18 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 135abefda8f01c71feb2d24e5415f1d62b2a235a https://github.com/Perl/perl5/commit/135abefda8f01c71feb2d24e5415f1d62b2a235a Author: Graham Knop Date: 2025-04-18 (Fri, 18 Apr 2025) Changed paths: M pod

[Perl/perl5] 1bfdc6: perlop: fix and normalize indentation and alignment

2025-04-17 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/perlop-fix-improve-indent-alignment Home: https://github.com/Perl/perl5 Commit: 1bfdc64bc3ef7fd722d32186958b7693809c0b22 https://github.com/Perl/perl5/commit/1bfdc64bc3ef7fd722d32186958b7693809c0b22 Author: Graham Knop Date: 2025-04-17 (Thu, 17 Apr

[Perl/perl5] d58f20: PathTools: check Config values early before chdir

2025-04-01 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d58f204d51252c97a0c6ce487a97ec309d29386c https://github.com/Perl/perl5/commit/d58f204d51252c97a0c6ce487a97ec309d29386c Author: Graham Knop Date: 2025-04-01 (Tue, 01 Apr 2025) Changed paths: M dist

[Perl/perl5] 85bc66: PathTools: check Config values early before chdir

2025-03-31 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/pathtools-config-before-chdir Home: https://github.com/Perl/perl5 Commit: 85bc66764b118bcbd7510d13d13d34e426836af5 https://github.com/Perl/perl5/commit/85bc66764b118bcbd7510d13d13d34e426836af5 Author: Graham Knop Date: 2025-04-01 (Tue, 01 Apr 2025

[Perl/perl5] 3ab036: Time::HiRes: avoid importing via export_to_level

2025-03-31 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3ab0369d98885eb81c47c3f914ee5b7dcef2205c https://github.com/Perl/perl5/commit/3ab0369d98885eb81c47c3f914ee5b7dcef2205c Author: Graham Knop Date: 2025-03-31 (Mon, 31 Mar 2025) Changed paths: M dist

[Perl/perl5] cfe216: Time::HiRes: avoid importing via export_to_level

2025-03-29 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/hires-no-exporter-heavy Home: https://github.com/Perl/perl5 Commit: cfe21632708d27bb5ace62d5363bf6ec35f8adc3 https://github.com/Perl/perl5/commit/cfe21632708d27bb5ace62d5363bf6ec35f8adc3 Author: Graham Knop Date: 2025-03-29 (Sat, 29 Mar 2025

[Perl/perl5] 5ea8c7: Time::HiRes: avoid importing via export_to_level

2025-03-29 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/hires-no-exporter-heavy Home: https://github.com/Perl/perl5 Commit: 5ea8c7ecbd64643d0385be1f67c233d5e9aa84e6 https://github.com/Perl/perl5/commit/5ea8c7ecbd64643d0385be1f67c233d5e9aa84e6 Author: Graham Knop Date: 2025-03-29 (Sat, 29 Mar 2025

[Perl/perl5] 5a5493: [DBM_Filter] do not look like it contains document...

2025-01-02 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5a5493e4da7a9012d51e778f4276d710ff99210e https://github.com/Perl/perl5/commit/5a5493e4da7a9012d51e778f4276d710ff99210e Author: Branislav ZahradnĂ­k Date: 2025-01-03 (Fri, 03 Jan 2025) Changed paths: M l

[Perl/perl5] ad0f86: release manager guide: cmpVERSION needs the previo...

2024-10-20 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ad0f8623edde8440543dde1c88d7b1f644348640 https://github.com/Perl/perl5/commit/ad0f8623edde8440543dde1c88d7b1f644348640 Author: Graham Knop Date: 2024-10-21 (Mon, 21 Oct 2024) Changed paths: M Porting

[Perl/perl5] 8684cb: perlop: fix and normalize indentation and alignment

2024-10-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/perlop-fix-improve-indent-alignment Home: https://github.com/Perl/perl5 Commit: 8684cb8a0f5c413baa566638d519f3dae2353a4f https://github.com/Perl/perl5/commit/8684cb8a0f5c413baa566638d519f3dae2353a4f Author: Graham Knop Date: 2024-10-11 (Fri, 11 Oct

[Perl/perl5] 997089: perlop: fix and normalize indentation and alignment

2024-10-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/perlop-fix-improve-indent-alignment Home: https://github.com/Perl/perl5 Commit: 997089d6af3e52e7b193a3756e98be16a8d32cb0 https://github.com/Perl/perl5/commit/997089d6af3e52e7b193a3756e98be16a8d32cb0 Author: Graham Knop Date: 2024-10-11 (Fri, 11 Oct

[Perl/perl5] bcea45: perlop: fix and normalize indentation and alignment

2024-10-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/perlop-fix-improve-indent-alignment Home: https://github.com/Perl/perl5 Commit: bcea45970b82a6241811258d21d990238cb6b6ff https://github.com/Perl/perl5/commit/bcea45970b82a6241811258d21d990238cb6b6ff Author: Graham Knop Date: 2024-10-10 (Thu, 10 Oct

[Perl/perl5]

2024-09-17 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-no-bwfh 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] 5311f0: Storable: stop using bareword file handles

2024-09-17 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5311f0ced8f73fb0f9e3e3664aff99662af28504 https://github.com/Perl/perl5/commit/5311f0ced8f73fb0f9e3e3664aff99662af28504 Author: Graham Knop Date: 2024-09-17 (Tue, 17 Sep 2024) Changed paths: M dist

[Perl/perl5] 030b2d: Storable: stop using bareword file handles

2024-09-15 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-no-bwfh Home: https://github.com/Perl/perl5 Commit: 030b2d26f0b8011c2be70f7a8eb88aec85194cad https://github.com/Perl/perl5/commit/030b2d26f0b8011c2be70f7a8eb88aec85194cad Author: Graham Knop Date: 2024-09-16 (Mon, 16 Sep 2024) Changed

[Perl/perl5] 2d04b1: Storable: stop using bareword file handles

2024-09-15 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-no-bwfh Home: https://github.com/Perl/perl5 Commit: 2d04b1af49f6d89d1e3130b5665b9ce5d7932cab https://github.com/Perl/perl5/commit/2d04b1af49f6d89d1e3130b5665b9ce5d7932cab Author: Graham Knop Date: 2024-09-16 (Mon, 16 Sep 2024) Changed

[Perl/perl5]

2024-08-08 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup 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] f8021e: Storable: version bump

2024-08-08 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f8021e2de0e3cf62fa533974f0b0884dda456f78 https://github.com/Perl/perl5/commit/f8021e2de0e3cf62fa533974f0b0884dda456f78 Author: Graham Knop Date: 2024-08-08 (Thu, 08 Aug 2024) Changed paths: M dist

[Perl/perl5] f8021e: Storable: version bump

2024-08-08 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: f8021e2de0e3cf62fa533974f0b0884dda456f78 https://github.com/Perl/perl5/commit/f8021e2de0e3cf62fa533974f0b0884dda456f78 Author: Graham Knop Date: 2024-08-08 (Thu, 08 Aug 2024) Changed

[Perl/perl5] 451703: Storable: version bump

2024-08-05 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: 45170365e47e6ff86a260348cc136c361d77bd56 https://github.com/Perl/perl5/commit/45170365e47e6ff86a260348cc136c361d77bd56 Author: Graham Knop Date: 2024-08-05 (Mon, 05 Aug 2024) Changed

[Perl/perl5] a76191: Storable: remove MANIFEST and add MANIFEST.SKIP

2024-07-31 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: a76191b225b4b3482721a764e062f813c3c9057f https://github.com/Perl/perl5/commit/a76191b225b4b3482721a764e062f813c3c9057f Author: Graham Knop Date: 2024-08-01 (Thu, 01 Aug 2024) Changed

[Perl/perl5] bd8229: Storable: remove conditional define

2024-07-31 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: bd8229e7049add6f6da46c15d55a498e9c298b76 https://github.com/Perl/perl5/commit/bd8229e7049add6f6da46c15d55a498e9c298b76 Author: Graham Knop Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M dist

[Perl/perl5] c6c03e: Storable: remove MANIFEST and add MANIFEST.SKIP

2024-07-31 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: c6c03e9d6086669aba2fe0dc7334bbc44f37c5e2 https://github.com/Perl/perl5/commit/c6c03e9d6086669aba2fe0dc7334bbc44f37c5e2 Author: Graham Knop Date: 2024-07-31 (Wed, 31 Jul 2024) Changed

[Perl/perl5] 062de4: Storable: use strict and warnings in tests

2024-07-30 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: 062de485643b4f33b0adc05ad0ff0a7d66fecd32 https://github.com/Perl/perl5/commit/062de485643b4f33b0adc05ad0ff0a7d66fecd32 Author: Graham Knop Date: 2024-07-30 (Tue, 30 Jul 2024) Changed

[Perl/perl5] e5b2bc: update MANIFEST for Storable changes

2024-07-30 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: e5b2bcfa91ba79d785ae7d2c54ba54ee997bdb9e https://github.com/Perl/perl5/commit/e5b2bcfa91ba79d785ae7d2c54ba54ee997bdb9e Author: Graham Knop Date: 2024-07-30 (Tue, 30 Jul 2024) Changed

[Perl/perl5] 68a291: Storable: normalize test utility scripts

2024-07-30 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: 68a2918a22fd507ac19e32bac4c5ad407f61f99a https://github.com/Perl/perl5/commit/68a2918a22fd507ac19e32bac4c5ad407f61f99a Author: Graham Knop Date: 2024-07-30 (Tue, 30 Jul 2024) Changed

[Perl/perl5] aeaa40: asdadsasd

2024-07-30 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: aeaa40c70cf650420b6da129d6f8a5f400f14270 https://github.com/Perl/perl5/commit/aeaa40c70cf650420b6da129d6f8a5f400f14270 Author: Graham Knop Date: 2024-07-30 (Tue, 30 Jul 2024) Changed

[Perl/perl5] 2625c9: update MANIFEST for Storable changes

2024-07-30 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: 2625c9f2ed1080ebf0d92109f865c7a88d3aec69 https://github.com/Perl/perl5/commit/2625c9f2ed1080ebf0d92109f865c7a88d3aec69 Author: Graham Knop Date: 2024-07-30 (Tue, 30 Jul 2024) Changed

[Perl/perl5] 7bcf85: Storable: remove test skips when extension not ena...

2024-07-30 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: 7bcf857328e963155c3ffcf08948459f749d10ba https://github.com/Perl/perl5/commit/7bcf857328e963155c3ffcf08948459f749d10ba Author: Graham Knop Date: 2024-07-30 (Tue, 30 Jul 2024) Changed

[Perl/perl5] a27863: Storable: remove MANIFEST and add MANIFEST.SKIP

2024-07-30 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: a27863754e618479676f6aea6b7d58113731863b https://github.com/Perl/perl5/commit/a27863754e618479676f6aea6b7d58113731863b Author: Graham Knop Date: 2024-07-30 (Tue, 30 Jul 2024) Changed

[Perl/perl5]

2024-07-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/makerel-ustar 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] cb7053: makerel: always use ustar format

2024-07-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: cb7053107d319696177f9ee39e872a959797ccad https://github.com/Perl/perl5/commit/cb7053107d319696177f9ee39e872a959797ccad Author: Graham Knop Date: 2024-07-23 (Tue, 23 Jul 2024) Changed paths: M Porting

[Perl/perl5] cb8eba: makerel: always use ustar format

2024-06-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/makerel-ustar Home: https://github.com/Perl/perl5 Commit: cb8eba736ec672d68ca9b354781c3a05678292c7 https://github.com/Perl/perl5/commit/cb8eba736ec672d68ca9b354781c3a05678292c7 Author: Graham Knop Date: 2024-06-10 (Mon, 10 Jun 2024) Changed paths

[Perl/perl5] bf4858: corelist: add future released entry for 5.41.1

2024-06-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: bf4858b25b93ae0e354b5f516a0ae3ed1fa6d329 https://github.com/Perl/perl5/commit/bf4858b25b93ae0e354b5f516a0ae3ed1fa6d329 Author: Graham Knop Date: 2024-06-10 (Mon, 10 Jun 2024) Changed paths: M dist

[Perl/perl5] 4d590e: fix release schedule for next dev cycle

2024-06-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4d590ea7f85ad225387c7f7a6e9fe111702505df https://github.com/Perl/perl5/commit/4d590ea7f85ad225387c7f7a6e9fe111702505df Author: Graham Knop Date: 2024-06-10 (Mon, 10 Jun 2024) Changed paths: M Porting

[Perl/perl5]

2024-06-10 Thread Graham Knop via perl5-changes
Branch: refs/tags/v5.41.0 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] 883613: Module::CoreList: fix release date of perl 5.40.0

2024-06-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 883613655c907b3f684f9f16ad58d60fb740d6f8 https://github.com/Perl/perl5/commit/883613655c907b3f684f9f16ad58d60fb740d6f8 Author: Graham Knop Date: 2024-06-10 (Mon, 10 Jun 2024) Changed paths: M dist

[Perl/perl5] 246f73: add epigraph for perl 5.40.0

2024-06-09 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 246f73bce25044ed2c84717c1926dbf0ae5df79b https://github.com/Perl/perl5/commit/246f73bce25044ed2c84717c1926dbf0ae5df79b Author: Graham Knop Date: 2024-06-10 (Mon, 10 Jun 2024) Changed paths: M Porting

[Perl/perl5]

2024-06-09 Thread Graham Knop via perl5-changes
Branch: refs/heads/maint-5.40 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]

2024-06-09 Thread Graham Knop via perl5-changes
Branch: refs/tags/v5.40.0 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] dead01: update Module::CoreList version for 5.40.0

2024-06-09 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: dead01ba00c8b812e115c1e48cb1e2cb222e0425 https://github.com/Perl/perl5/commit/dead01ba00c8b812e115c1e48cb1e2cb222e0425 Author: Graham Knop Date: 2024-06-09 (Sun, 09 Jun 2024) Changed paths: M dist

[Perl/perl5]

2024-06-04 Thread Graham Knop via perl5-changes
Branch: refs/tags/v5.40.0-RC2 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] ed9ce1: update perldelta Acknowledgements

2024-06-04 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ed9ce1140fbf768815857811ebfe86eeb0c3a995 https://github.com/Perl/perl5/commit/ed9ce1140fbf768815857811ebfe86eeb0c3a995 Author: Graham Knop Date: 2024-06-04 (Tue, 04 Jun 2024) Changed paths: M pod

[Perl/perl5] def119: note that inf and nan are experimental in perldelta

2024-05-30 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: def119f8761f8b66dd42eaaaeec7da177bf30542 https://github.com/Perl/perl5/commit/def119f8761f8b66dd42eaaaeec7da177bf30542 Author: Graham Knop Date: 2024-05-31 (Fri, 31 May 2024) Changed paths: M pod

[Perl/perl5] c729e4: Revert "Remove experimental warnings from extra pa...

2024-05-28 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c729e47cb91f797fa10d8df6772de79066a941ac https://github.com/Perl/perl5/commit/c729e47cb91f797fa10d8df6772de79066a941ac Author: Graham Knop Date: 2024-05-29 (Wed, 29 May 2024) Changed paths: M lib

[Perl/perl5]

2024-05-24 Thread Graham Knop via perl5-changes
Branch: refs/tags/v5.40.0-RC1 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] 9028e1: final copyedits of perldelta

2024-05-24 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9028e12473e7fa76ca5a5787af6d1b2e6d110b78 https://github.com/Perl/perl5/commit/9028e12473e7fa76ca5a5787af6d1b2e6d110b78 Author: Graham Knop Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M pod

[Perl/perl5] 307a55: Bump the perl version in various places for 5.40.0...

2024-05-24 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 307a559badef9b9ae54e43066f6e13ce785df43b https://github.com/Perl/perl5/commit/307a559badef9b9ae54e43066f6e13ce785df43b Author: Graham Knop Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M Cross

[Perl/perl5] 307a55: Bump the perl version in various places for 5.40.0...

2024-05-24 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: 307a559badef9b9ae54e43066f6e13ce785df43b https://github.com/Perl/perl5/commit/307a559badef9b9ae54e43066f6e13ce785df43b Author: Graham Knop Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M

[Perl/perl5] d4ecfb: merge perldelta files

2024-05-24 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: d4ecfbd284ef4a95fea68b8c8e5a11fc61c48fc4 https://github.com/Perl/perl5/commit/d4ecfbd284ef4a95fea68b8c8e5a11fc61c48fc4 Author: Graham Knop Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M

[Perl/perl5] 74a290: Bump the perl version in various places for 5.40.0...

2024-05-24 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: 74a2900975c32e0d44ac183146e249ae6a03512b https://github.com/Perl/perl5/commit/74a2900975c32e0d44ac183146e249ae6a03512b Author: Graham Knop Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M

[Perl/perl5] f7527d: Bump the perl version in various places for 5.40.0...

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: f7527dc50ab0efd0251fa62f3b8c4045188768bb https://github.com/Perl/perl5/commit/f7527dc50ab0efd0251fa62f3b8c4045188768bb Author: Graham Knop Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M

[Perl/perl5] 01f4e8: Bump the perl version in various places for 5.40.0...

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: 01f4e8907053a25b622737d40b2544f65532f747 https://github.com/Perl/perl5/commit/01f4e8907053a25b622737d40b2544f65532f747 Author: Graham Knop Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M

[Perl/perl5] 3a2c94: merge perldelta files

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: 3a2c9467021e2baf726fcecf51d406de9f5158c8 https://github.com/Perl/perl5/commit/3a2c9467021e2baf726fcecf51d406de9f5158c8 Author: Graham Knop Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod

[Perl/perl5] edc263: merge perldelta files

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: edc2631bd4743e708012f40d7ec487d26a1e1484 https://github.com/Perl/perl5/commit/edc2631bd4743e708012f40d7ec487d26a1e1484 Author: Graham Knop Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod

[Perl/perl5] 134e31: merge 5.39.1 and 5.39.2 into perldelta

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: 134e318eab021205544227ccf0abdf7ab31c0bff https://github.com/Perl/perl5/commit/134e318eab021205544227ccf0abdf7ab31c0bff Author: Graham Knop Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod

[Perl/perl5] e9ed88: note to internal change

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: e9ed884ade92a03a2ac93d2a317062b68d969cfd https://github.com/Perl/perl5/commit/e9ed884ade92a03a2ac93d2a317062b68d969cfd Author: Graham Knop Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod

[Perl/perl5] e9dd49: more delta 5396

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: e9dd4905f33114c3acf4ea0a65ceeae9eb4eaa5d https://github.com/Perl/perl5/commit/e9dd4905f33114c3acf4ea0a65ceeae9eb4eaa5d Author: Graham Knop Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod

[Perl/perl5] 874385: merge 5.39.1 and 5.39.2 into perldelta

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: 874385435ac9108b079cb058fc2a6e40704501b1 https://github.com/Perl/perl5/commit/874385435ac9108b079cb058fc2a6e40704501b1 Author: Graham Knop Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod

[Perl/perl5] 370d12: more delta: 5394

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: 370d129ed8b20f3436499556a0ec0814e346d6f5 https://github.com/Perl/perl5/commit/370d129ed8b20f3436499556a0ec0814e346d6f5 Author: Graham Knop Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod

[Perl/perl5] 54c518: more delta

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: 54c51828d9212886def7a1c738f68dfbcd9b8a86 https://github.com/Perl/perl5/commit/54c51828d9212886def7a1c738f68dfbcd9b8a86 Author: Graham Knop Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod

[Perl/perl5] c88b09: update documentation of use VERSION to match curre...

2024-05-23 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c88b099b6f0c8c4001c17845743e3b819e831bff https://github.com/Perl/perl5/commit/c88b099b6f0c8c4001c17845743e3b819e831bff Author: Graham Knop Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod

[Perl/perl5] 516ef8: merge 5.39.1 and 5.39.2 into perldelta

2024-05-22 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/5.40 Home: https://github.com/Perl/perl5 Commit: 516ef8eb5cef88b27e3a3f8e9a050412b4f79442 https://github.com/Perl/perl5/commit/516ef8eb5cef88b27e3a3f8e9a050412b4f79442 Author: Graham Knop Date: 2024-05-22 (Wed, 22 May 2024) Changed paths: M pod

[Perl/perl5] f1e176: update documentation of use VERSION to match curre...

2024-05-22 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/update-use-version-docs Home: https://github.com/Perl/perl5 Commit: f1e176460658a7eadca28bc6c2b10ce3494a2edb https://github.com/Perl/perl5/commit/f1e176460658a7eadca28bc6c2b10ce3494a2edb Author: Graham Knop Date: 2024-05-22 (Wed, 22 May 2024

[Perl/perl5] 9fd142: remove underscore from VERSION in podlators

2024-05-04 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9fd1426176ae8c9df32d0c1968462f2c162524aa https://github.com/Perl/perl5/commit/9fd1426176ae8c9df32d0c1968462f2c162524aa Author: Graham Knop Date: 2024-05-04 (Sat, 04 May 2024) Changed paths: M cpan

[Perl/perl5]

2024-05-04 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/remove-underscore-podlators 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] 229ee7: remove underscore from VERSION in podlators

2024-05-04 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/remove-underscore-podlators Home: https://github.com/Perl/perl5 Commit: 229ee7896874c3d8c7038b46b7ea6e271b09bdaa https://github.com/Perl/perl5/commit/229ee7896874c3d8c7038b46b7ea6e271b09bdaa Author: Graham Knop Date: 2024-05-04 (Sat, 04 May 2024

[Perl/perl5] b2547d: remove underscore from VERSION in podlators

2024-04-28 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/remove-underscore-podlators Home: https://github.com/Perl/perl5 Commit: b2547d9490538908bd385bce3d637796a7a9b157 https://github.com/Perl/perl5/commit/b2547d9490538908bd385bce3d637796a7a9b157 Author: Graham Knop Date: 2024-04-28 (Sun, 28 Apr 2024

[Perl/perl5]

2024-04-16 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/perlfunc-split-fix-limit-empty-match 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] be3876: perlfunc: fix split example with limit higher than...

2024-04-16 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: be3876fd2d2bf44510fd439c8a0b195d52b831bd https://github.com/Perl/perl5/commit/be3876fd2d2bf44510fd439c8a0b195d52b831bd Author: Graham Knop Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M pod

[Perl/perl5] b87841: perlfunc: fix split example with limit higher than...

2024-04-16 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/perlfunc-split-fix-limit-empty-match Home: https://github.com/Perl/perl5 Commit: b8784131837c0c2ee567673e011dabf214a96bff https://github.com/Perl/perl5/commit/b8784131837c0c2ee567673e011dabf214a96bff Author: Graham Knop Date: 2024-04-16 (Tue, 16 Apr

[Perl/perl5]

2024-04-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/fix-deparse-state-sub 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] 4a5534: fix deparse of state sub with empty prototype

2024-04-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4a55343c55f905436e15ff5f201f15bd2bf39ca7 https://github.com/Perl/perl5/commit/4a55343c55f905436e15ff5f201f15bd2bf39ca7 Author: Graham Knop Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M lib/B

[Perl/perl5] ed3601: fix deparse of state sub with empty prototype

2024-04-04 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/fix-deparse-state-sub Home: https://github.com/Perl/perl5 Commit: ed36011d72604a1b486a52f2a644c4d36051fc12 https://github.com/Perl/perl5/commit/ed36011d72604a1b486a52f2a644c4d36051fc12 Author: Graham Knop Date: 2024-04-04 (Thu, 04 Apr 2024) Changed

[Perl/perl5]

2024-03-26 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/cpan-diff-version-fix 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] 1c90da: fix core-cpan-diff and sync-with-cpan to handle di...

2024-03-26 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1c90da2f774d7d8c9a984e56746a7b6635c5b518 https://github.com/Perl/perl5/commit/1c90da2f774d7d8c9a984e56746a7b6635c5b518 Author: Graham Knop Date: 2024-03-26 (Tue, 26 Mar 2024) Changed paths: M Porting

[Perl/perl5] 33280a: fix core-cpan-diff and sync-with-cpan to handle di...

2024-03-26 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/cpan-diff-version-fix Home: https://github.com/Perl/perl5 Commit: 33280ad034b87de256dbd3c05d37dd81bd8dabe4 https://github.com/Perl/perl5/commit/33280ad034b87de256dbd3c05d37dd81bd8dabe4 Author: Graham Knop Date: 2024-03-26 (Tue, 26 Mar 2024) Changed

[Perl/perl5] f6754a: fix core-cpan-diff and sync-with-cpan to handle di...

2024-03-25 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/cpan-diff-version-fix Home: https://github.com/Perl/perl5 Commit: f6754a63b5983681b949dbdf0a153d316f6f8046 https://github.com/Perl/perl5/commit/f6754a63b5983681b949dbdf0a153d316f6f8046 Author: Graham Knop Date: 2024-03-26 (Tue, 26 Mar 2024) Changed

[Perl/perl5] 0921e3: fix deparse of state sub with empty prototype

2024-03-24 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/fix-deparse-state-sub Home: https://github.com/Perl/perl5 Commit: 0921e34f260c6d1e4a897f914224530089345034 https://github.com/Perl/perl5/commit/0921e34f260c6d1e4a897f914224530089345034 Author: Graham Knop Date: 2024-03-24 (Sun, 24 Mar 2024) Changed

[Perl/perl5] 97c04f: fix deparse of state sub with empty prototype

2024-03-24 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/fix-deparse-state-sub Home: https://github.com/Perl/perl5 Commit: 97c04fec53ac42c17953db4e12c8a23a499dbde2 https://github.com/Perl/perl5/commit/97c04fec53ac42c17953db4e12c8a23a499dbde2 Author: Graham Knop Date: 2024-03-24 (Sun, 24 Mar 2024) Changed

[Perl/perl5] bce688: fix deparse of state sub with empty prototype

2024-03-21 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/fix-deparse-state-sub Home: https://github.com/Perl/perl5 Commit: bce6881eab90206cbcf279109a4a7a79fe707ab7 https://github.com/Perl/perl5/commit/bce6881eab90206cbcf279109a4a7a79fe707ab7 Author: Graham Knop Date: 2024-03-22 (Fri, 22 Mar 2024) Changed

[Perl/perl5] 4017ac: fix deparse of state sub with empty prototype

2024-03-21 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/fix-deparse-state-sub Home: https://github.com/Perl/perl5 Commit: 4017ac2b743cee48a3ac2564cf7e9d4e8796a7d5 https://github.com/Perl/perl5/commit/4017ac2b743cee48a3ac2564cf7e9d4e8796a7d5 Author: Graham Knop Date: 2024-03-21 (Thu, 21 Mar 2024) Changed

[Perl/perl5]

2024-02-27 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/allow-use-version-overlap-for-noop-versions 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] 8f7708: allow multiple use v5.x declarations in some cases...

2024-02-27 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8f770826b6c32799ae766feb28830018349c2d70 https://github.com/Perl/perl5/commit/8f770826b6c32799ae766feb28830018349c2d70 Author: Graham Knop Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M op.c

[Perl/perl5] 5f7baf: allow multiple use v5.x declarations in some cases...

2024-02-22 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/allow-use-version-overlap-for-noop-versions Home: https://github.com/Perl/perl5 Commit: 5f7bafd3ffe878aef941a1532b787202ec1a5ad0 https://github.com/Perl/perl5/commit/5f7bafd3ffe878aef941a1532b787202ec1a5ad0 Author: Graham Knop Date: 2024-02-22 (Thu

[Perl/perl5] 8a7a01: allow multiple use v5.x declarations in some cases...

2024-02-22 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/allow-use-version-overlap-for-noop-versions Home: https://github.com/Perl/perl5 Commit: 8a7a0154ad08fa9efa0700dded22926805d338d5 https://github.com/Perl/perl5/commit/8a7a0154ad08fa9efa0700dded22926805d338d5 Author: Graham Knop Date: 2024-02-22 (Thu

[Perl/perl5] 2f8aef: allow multiple use v5.x declarations in some cases...

2024-02-21 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/allow-use-version-overlap-for-noop-versions Home: https://github.com/Perl/perl5 Commit: 2f8aefb1205b58a0851ee05b5d47faab081ba928 https://github.com/Perl/perl5/commit/2f8aefb1205b58a0851ee05b5d47faab081ba928 Author: Graham Knop Date: 2024-02-21 (Wed

[Perl/perl5]

2024-01-22 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-changelog Home: https://github.com/Perl/perl5

[Perl/perl5] ea7611: Storable: reformat and fix up change log

2024-01-22 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ea7611b58ba1e09cf59415d24fe10105fe55ea8c https://github.com/Perl/perl5/commit/ea7611b58ba1e09cf59415d24fe10105fe55ea8c Author: Graham Knop Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M dist

[Perl/perl5] 8042a0: Storable: reformat and fix up change log

2024-01-22 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-changelog Home: https://github.com/Perl/perl5 Commit: 8042a0dc517d6383e20bc6e0b2b1e3631ff9fb61 https://github.com/Perl/perl5/commit/8042a0dc517d6383e20bc6e0b2b1e3631ff9fb61 Author: Graham Knop Date: 2024-01-22 (Mon, 22 Jan 2024) Changed

  1   2   3   >