[Perl/perl5] 4d18c9: builtin: document when each function was first ava...

2024-06-22 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 4d18c95d3df96082623a3e09a85288ced7509e7c
  
https://github.com/Perl/perl5/commit/4d18c95d3df96082623a3e09a85288ced7509e7c
  Author: Dan Book 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M lib/builtin.pm

  Log Message:
  ---
  builtin: document when each function was first available and stabilized



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


[Perl/perl5] 531b62: perlfunc - defang warning about ref() and add warn...

2024-06-17 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 531b623ae4a4f4e3ec7f00f8479e5844514dffbc
  
https://github.com/Perl/perl5/commit/531b623ae4a4f4e3ec7f00f8479e5844514dffbc
  Author: Dan Book 
  Date:   2024-06-18 (Tue, 18 Jun 2024)

  Changed paths:
M pod/perlfunc.pod

  Log Message:
  ---
  perlfunc - defang warning about ref() and add warning about using reftype() 
on objects

Also, move the pointer to "isa" up to the paragraph discussing blessed 
references, and point to "builtin" instead of "Scalar::Util".



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


[Perl/perl5] 81c610: perlretut: clarify confusing parenthetical

2024-06-10 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 81c610653fc99bb30f5540b4bb5c7c0f33e4b05d
  
https://github.com/Perl/perl5/commit/81c610653fc99bb30f5540b4bb5c7c0f33e4b05d
  Author: Dan Book 
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
M pod/perlretut.pod

  Log Message:
  ---
  perlretut: clarify confusing parenthetical

Resolves #22260



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


[Perl/perl5] 48392c: perlfunc: clarify why use VERSION does not load pr...

2024-05-30 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 48392ceedf8ee03f7013e08fb26e275e7ed00ecb
  
https://github.com/Perl/perl5/commit/48392ceedf8ee03f7013e08fb26e275e7ed00ecb
  Author: Dan Book 
  Date:   2024-05-30 (Thu, 30 May 2024)

  Changed paths:
M pod/perlfunc.pod

  Log Message:
  ---
  perlfunc: clarify why use VERSION does not load pragma files



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


[Perl/perl5] a7a5df: perlfunc - Describe and provide examples of my/sta...

2024-05-23 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: a7a5df31bee75d8a2a79ff316fcf62e5164ae033
  
https://github.com/Perl/perl5/commit/a7a5df31bee75d8a2a79ff316fcf62e5164ae033
  Author: Dan Book 
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
M pod/perlfunc.pod

  Log Message:
  ---
  perlfunc - Describe and provide examples of my/state/local/our effects within 
a statement

To show succinctly how these declarations operate on the declared variable and 
affect the rest of the current and following statements.



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


[Perl/perl5] 430d36: perlsub: correct confusing references to local in...

2024-05-17 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 430d3646c598b6c3cfdf523cdccace5c8ec82c37
  
https://github.com/Perl/perl5/commit/430d3646c598b6c3cfdf523cdccace5c8ec82c37
  Author: Dan Book 
  Date:   2024-05-17 (Fri, 17 May 2024)

  Changed paths:
M pod/perlsub.pod

  Log Message:
  ---
   perlsub: correct confusing references to local in my docs

The docs for lexical variable declarations referenced 'local' as a mechanism to 
declare global variables in a couple instances, which is incorrect. 'local' 
only localizes global variables, it doesn't create or declare them in the 
common case where strict 'vars' is in effect.



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


[Perl/perl5] 243f8c: perl5376delta - Remove erroneous hyphen (fixes #21...

2023-04-12 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 243f8ce6f4073bdaa704088694d9fb7597ba9448
  
https://github.com/Perl/perl5/commit/243f8ce6f4073bdaa704088694d9fb7597ba9448
  Author: Dan Book 
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
M pod/perl5376delta.pod

  Log Message:
  ---
  perl5376delta - Remove erroneous hyphen (fixes #21014)




[Perl/perl5] 153755: perlsub - replace uses of $a and $b in examples

2022-10-17 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1537553fc143a3b1c0766f59e887b19396cb2549
  
https://github.com/Perl/perl5/commit/1537553fc143a3b1c0766f59e887b19396cb2549
  Author: Dan Book 
  Date:   2022-10-17 (Mon, 17 Oct 2022)

  Changed paths:
M pod/perlsub.pod

  Log Message:
  ---
  perlsub - replace uses of $a and $b in examples

replace $a and $b in examples to avoid recommending their use, since they 
aren't treated as normal variables by strict.
also replace $c and $d when used in the same examples so it looks consistent.




[Perl/perl5] 6d02a9: perlfunc - correct argument terminology for dbmopen

2022-08-02 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 6d02a9e121d037896df9b91ac623c1ab4c98c99a
  
https://github.com/Perl/perl5/commit/6d02a9e121d037896df9b91ac623c1ab4c98c99a
  Author: Dan Book 
  Date:   2022-08-02 (Tue, 02 Aug 2022)

  Changed paths:
M pod/perlfunc.pod

  Log Message:
  ---
  perlfunc - correct argument terminology for dbmopen

The MODE argument was renamed to MASK in 5.6, but later verbiage was added that 
calls it MODE again. Change the reference to MASK for consistency.




[Perl/perl5] dd834d: feature - document that use utf8 should probably b...

2022-06-07 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: dd834db38c17eed742a7adc0c4baad02341dcd03
  
https://github.com/Perl/perl5/commit/dd834db38c17eed742a7adc0c4baad02341dcd03
  Author: Dan Book 
  Date:   2022-06-07 (Tue, 07 Jun 2022)

  Changed paths:
M lib/feature.pm
M regen/feature.pl

  Log Message:
  ---
  feature - document that use utf8 should probably be used for non-ascii 
delimiters




[Perl/perl5] 62e3a0: perl5360delta - pod syntax fix

2022-05-27 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 62e3a0d5d51cfd774562e9f04dfcf1a6a297ee92
  
https://github.com/Perl/perl5/commit/62e3a0d5d51cfd774562e9f04dfcf1a6a297ee92
  Author: Dan Book 
  Date:   2022-05-27 (Fri, 27 May 2022)

  Changed paths:
M pod/perl5360delta.pod

  Log Message:
  ---
  perl5360delta - pod syntax fix




[Perl/perl5] 63f36a: Encode.pm: apply a local patch for CVE-2021-36770

2022-02-26 Thread Dan Book via perl5-changes
  Branch: refs/heads/maint-5.34
  Home:   https://github.com/Perl/perl5
  Commit: 63f36a9334f30cb27d641731521f07564eaa391d
  
https://github.com/Perl/perl5/commit/63f36a9334f30cb27d641731521f07564eaa391d
  Author: Ricardo Signes 
  Date:   2022-02-26 (Sat, 26 Feb 2022)

  Changed paths:
M cpan/Encode/Encode.pm

  Log Message:
  ---
  Encode.pm: apply a local patch for CVE-2021-36770

I expect Encode to see a new release today.

Without this fix, Encode::ConfigLocal can be loaded from a path relative
to the current directory, because the || operator will evaluate @INC in
scalar context, putting an integer as the only value in @INC.

(cherry picked from commit c1a937fef07c061600a0078f4cb53fe9c2136bb9)


  Commit: 932f6a09ff08934d7eb7c230427d4633dd6d6621
  
https://github.com/Perl/perl5/commit/932f6a09ff08934d7eb7c230427d4633dd6d6621
  Author: Hugo van der Sanden 
  Date:   2022-02-26 (Sat, 26 Feb 2022)

  Changed paths:
M locale.c

  Log Message:
  ---
  gh17824: zero curlocales[]

Static analysis tools such as Coverity and clang report that we can
otherwise end up reading uninitialized data, and inspection agrees.

(cherry picked from commit 8a2e41ffbc376a86586e2b42daa43293299622c5)


  Commit: db48c3db85182b05e557fbbe6491e297665f3bdf
  
https://github.com/Perl/perl5/commit/db48c3db85182b05e557fbbe6491e297665f3bdf
  Author: Hugo van der Sanden 
  Date:   2022-02-26 (Sat, 26 Feb 2022)

  Changed paths:
M regcomp.c

  Log Message:
  ---
  avoid overflow on delta in study_chunk

delta and pos_delta may hold OPTIMIZE_INFTY to represent infinity.

(cherry picked from commit e096e509321e540009a195ee8530c7dd07c62125)


  Commit: 7a52f426ed718c218479642f3ed2f7a76035
  
https://github.com/Perl/perl5/commit/7a52f426ed718c218479642f3ed2f7a76035
  Author: Hugo van der Sanden 
  Date:   2022-02-26 (Sat, 26 Feb 2022)

  Changed paths:
M regcomp.c

  Log Message:
  ---
  data->pos_delta should stick at infinity

The expression we're about to add to data->pos_delta in this part of
study_chunk() can be both positive or negative; however while we apply
an overflow check to avoid exceeding OPTIMIZE_INFTY, we were happily
subtracting from it when the expression was negative, making it no longer
infinite.

(cherry picked from commit 8227b2b69230eaeea8f88d757b20021608518279)


  Commit: 43cbd598f60a85afcfc3de71e89e8a48330158f5
  
https://github.com/Perl/perl5/commit/43cbd598f60a85afcfc3de71e89e8a48330158f5
  Author: Tony Cook 
  Date:   2022-02-26 (Sat, 26 Feb 2022)

  Changed paths:
M sv.c
M t/lib/warnings/sv

  Log Message:
  ---
  Don't try to Sv[PI]V() on an undef index SV in find_uninit_var()

When trying to evaluate:

  $x{$y}

or

  $x[$y]

where both the index and the hash or array entry was undefined,
when trying to report the entry as uninitialised, find_uninit_var()
would try to get the string or numeric value of the index,
recursively trying to produce a warning.

This would end up overflowing the stack, producing a segmentation fault.

Fixes #19147.

(cherry picked from commit 23cca2d1f4544cb47f1124d98c308ce1f31f09a6)


  Commit: 656575c0e8a592751ea5bb18ad5760647af7eb4b
  
https://github.com/Perl/perl5/commit/656575c0e8a592751ea5bb18ad5760647af7eb4b
  Author: Yves Orton 
  Date:   2022-02-26 (Sat, 26 Feb 2022)

  Changed paths:
M regcomp.c

  Log Message:
  ---
  Fixup Issue #19350 - Assert error under: use re Debug=>"ALL"

In 7c932d07cab18751bfc7515b4320436273a459e2 karl changed the regex
parser to not do two passes always, and instead do one if it could.
However in some edge cases it still must do a second past and some of
the info needed for the Debug => "All" would not be available during the
first pass.

This was compounded by S_add_data() validly returning a 0 index for data
that was stored in the data array, which meant that there was no way to
tell the difference between "we dont have the data to call S_add_data()
at all" and "we called S_add_data() and it returned 0", this in turn
would cause the dumping logic to try to access data that was not there,
and misinterpret it as a valid SV, with ensure assert fails or worse
segfaults.

This patch changes S_add_data() so it always returns a non-zero return,
so that the regex debug logic can tell that it shouldnt do a lookup into
the data array. This means create a new "what" type of "%", which is
used SOLELY to populate the ->data[0] and ->what[0] with a dummy entry.

With this done we can add guard statements to places that lookup things
in the data array, if the index is 0 it can not be valid.

(cherry picked from commit a963d6d5acabdd8c78afec507b56f890de6d346a)


  Commit: f5d636819508aaa8aca5bf524608482989d72318
  
https://github.com/Perl/perl5/commit/f5d636819508aaa8aca5bf524608482989d72318
  Author: Yves Orton 
  Date:   2022-02-26 (Sat, 26 Feb 2022)

  Changed paths:
M t/re/pat_advanced.t

  Log Message:
  ---
  Test for Issue #19250,

[Perl/perl5] c2ad6d: perlop - clarify that hyphens are interpreted lite...

2021-10-17 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: c2ad6dafc59d8d9369dce3e7a16dfe04c43872ef
  
https://github.com/Perl/perl5/commit/c2ad6dafc59d8d9369dce3e7a16dfe04c43872ef
  Author: Dan Book 
  Date:   2021-10-17 (Sun, 17 Oct 2021)

  Changed paths:
M pod/perlop.pod

  Log Message:
  ---
  perlop - clarify that hyphens are interpreted literally in tr with single 
quotes




[Perl/perl5] bf5b83: Exporter: Document non-inheriting as default mecha...

2021-08-23 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: bf5b83691177e09d51f74f11f833cb6944abcd6e
  
https://github.com/Perl/perl5/commit/bf5b83691177e09d51f74f11f833cb6944abcd6e
  Author: Dan Book 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
M dist/Exporter/lib/Exporter.pm
M dist/Exporter/lib/Exporter/Heavy.pm

  Log Message:
  ---
  Exporter: Document non-inheriting as default mechanism




[Perl/perl5] 38b5dc: perlfunc 'ref' and UNIVERSAL: document isa operato...

2021-08-22 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 38b5dc294ed4ebbdc84f167eb5766db6230bdbe6
  
https://github.com/Perl/perl5/commit/38b5dc294ed4ebbdc84f167eb5766db6230bdbe6
  Author: Dan Book 
  Date:   2021-08-22 (Sun, 22 Aug 2021)

  Changed paths:
M lib/UNIVERSAL.pm
M pod/perlfunc.pod

  Log Message:
  ---
  perlfunc 'ref' and UNIVERSAL: document isa operator alternative




[Perl/perl5] d2e37f: perlop - Invocant only needs to be an object or cl...

2021-07-24 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: d2e37f76ef9bd3b769f74d663aa25e902d78cfa1
  
https://github.com/Perl/perl5/commit/d2e37f76ef9bd3b769f74d663aa25e902d78cfa1
  Author: Dan Book 
  Date:   2021-07-24 (Sat, 24 Jul 2021)

  Changed paths:
M pod/perlop.pod

  Log Message:
  ---
  perlop - Invocant only needs to be an object or class name for method calls




[Perl/perl5] f63c75: perlcommunity - add a webchat link for Libera.Chat...

2021-05-29 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: f63c7598275f2412f1b2d3d1160f4d1682fb6599
  
https://github.com/Perl/perl5/commit/f63c7598275f2412f1b2d3d1160f4d1682fb6599
  Author: Dan Book 
  Date:   2021-05-29 (Sat, 29 May 2021)

  Changed paths:
M pod/perlcommunity.pod

  Log Message:
  ---
  perlcommunity - add a webchat link for Libera.Chat #perl




[Perl/perl5] 495e97: perlfunc - mention that delete can only be used on...

2021-05-20 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 495e977adaa1929329462e60df26084025cfb19c
  
https://github.com/Perl/perl5/commit/495e977adaa1929329462e60df26084025cfb19c
  Author: Dan Book 
  Date:   2021-05-20 (Thu, 20 May 2021)

  Changed paths:
M pod/perlfunc.pod

  Log Message:
  ---
  perlfunc - mention that delete can only be used on key-value slices since 5.28




[Perl/perl5] 3cfda6: File::stat - Fix typo in synopsis

2021-05-20 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 3cfda62a1290cd64a86a6d7aa3ac7e7317baa06b
  
https://github.com/Perl/perl5/commit/3cfda62a1290cd64a86a6d7aa3ac7e7317baa06b
  Author: Dan Book 
  Date:   2021-05-20 (Thu, 20 May 2021)

  Changed paths:
M lib/File/stat.pm

  Log Message:
  ---
  File::stat - Fix typo in synopsis




[Perl/perl5] 1b4abd: perlcommunity - freenode chat is moving to libera

2021-05-20 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1b4abd7a1176bbccd4448de637474be7e72f8a57
  
https://github.com/Perl/perl5/commit/1b4abd7a1176bbccd4448de637474be7e72f8a57
  Author: Dan Book 
  Date:   2021-05-20 (Thu, 20 May 2021)

  Changed paths:
M pod/perlcommunity.pod

  Log Message:
  ---
  perlcommunity - freenode chat is moving to libera




[Perl/perl5] 1e43c1: perldelta - move split change to other perlfunc ch...

2021-05-08 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1e43c13e1f81d5dd4edd27cd7a11a6a9ffe051a7
  
https://github.com/Perl/perl5/commit/1e43c13e1f81d5dd4edd27cd7a11a6a9ffe051a7
  Author: Dan Book 
  Date:   2021-05-08 (Sat, 08 May 2021)

  Changed paths:
M pod/perldelta.pod

  Log Message:
  ---
  perldelta - move split change to other perlfunc changes and add issue link




[Perl/perl5] d1690f: perl.pod - move perlhist + perldeltas to History s...

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

  Changed paths:
M Porting/add-pod-file
M pod/perl.pod

  Log Message:
  ---
  perl.pod - move perlhist + perldeltas to History section




[Perl/perl5] af5a1f: perl5121delta - fix documentation links

2021-04-12 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: af5a1f69e9aeb54e8569dfac4f8ee9d8caaa9fc9
  
https://github.com/Perl/perl5/commit/af5a1f69e9aeb54e8569dfac4f8ee9d8caaa9fc9
  Author: Dan Book 
  Date:   2021-04-12 (Mon, 12 Apr 2021)

  Changed paths:
M pod/perl5121delta.pod

  Log Message:
  ---
  perl5121delta - fix documentation links




[Perl/perl5] 83af6b: perlfunc - mention that rename sets $! on failure

2021-02-17 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 83af6b626c6925bf6b3b47699049003954c1aa56
  
https://github.com/Perl/perl5/commit/83af6b626c6925bf6b3b47699049003954c1aa56
  Author: Dan Book 
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
M pod/perlfunc.pod

  Log Message:
  ---
  perlfunc - mention that rename sets $! on failure




[Perl/perl5] e51b4d: perl5335delta grammar nit

2020-12-20 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: e51b4db5730ae5783d9eeef20decc773ab051247
  
https://github.com/Perl/perl5/commit/e51b4db5730ae5783d9eeef20decc773ab051247
  Author: Dan Book 
  Date:   2020-12-20 (Sun, 20 Dec 2020)

  Changed paths:
M pod/perl5335delta.pod

  Log Message:
  ---
  perl5335delta grammar nit


[Perl/perl5] 6e4626: perlvar - clarify that paragraph mode also discard...

2020-11-27 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 6e46265cd30bc5b18a16181a924660fb80a1c284
  
https://github.com/Perl/perl5/commit/6e46265cd30bc5b18a16181a924660fb80a1c284
  Author: Dan Book 
  Date:   2020-11-27 (Fri, 27 Nov 2020)

  Changed paths:
M pod/perlvar.pod

  Log Message:
  ---
  perlvar - clarify that paragraph mode also discards a single leading newline


[Perl/perl5] ab6d15: perlsub - indicate version requirement for "delete...

2020-11-25 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ab6d150ee160f09d70a0b174a4729ff9c7068515
  
https://github.com/Perl/perl5/commit/ab6d150ee160f09d70a0b174a4729ff9c7068515
  Author: Dan Book 
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
M pod/perlsub.pod

  Log Message:
  ---
  perlsub - indicate version requirement for "delete local"


[Perl/perl5] 617613: perl - update usage data to match perlrun

2020-11-23 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 617613e2415f6e65538efd1001089b567bdff5ad
  
https://github.com/Perl/perl5/commit/617613e2415f6e65538efd1001089b567bdff5ad
  Author: Dan Book 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M perl.c

  Log Message:
  ---
  perl - update usage data to match perlrun


[Perl/perl5] 912a1e: add versions to POSIX features

2020-11-03 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 912a1e06e7b4c2f71b280a0dcc51f5797c33c22e
  
https://github.com/Perl/perl5/commit/912a1e06e7b4c2f71b280a0dcc51f5797c33c22e
  Author: Dan Book 
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
M ext/POSIX/lib/POSIX.pod

  Log Message:
  ---
  add versions to POSIX features


[Perl/perl5] bbc1eb: perldata - example of using DATA

2020-11-03 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: bbc1eb38c866fe13df45c126f121a4f41e31aa03
  
https://github.com/Perl/perl5/commit/bbc1eb38c866fe13df45c126f121a4f41e31aa03
  Author: Dan Book 
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
M pod/perldata.pod

  Log Message:
  ---
  perldata - example of using DATA


[Perl/perl5] e3f589: perlintro - Use single hyphen in NAME section

2020-10-20 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: e3f5895267dc3c7c3d00a8a63089f587b76db399
  
https://github.com/Perl/perl5/commit/e3f5895267dc3c7c3d00a8a63089f587b76db399
  Author: Dan Book 
  Date:   2020-10-20 (Tue, 20 Oct 2020)

  Changed paths:
M pod/perlintro.pod

  Log Message:
  ---
  perlintro - Use single hyphen in NAME section


[Perl/perl5] ae07d8: perlbug - remove obsolete paragraph

2020-10-17 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ae07d8d10a6642fc3e9270fff50b7d737ef2fa87
  
https://github.com/Perl/perl5/commit/ae07d8d10a6642fc3e9270fff50b7d737ef2fa87
  Author: Dan Book 
  Date:   2020-10-17 (Sat, 17 Oct 2020)

  Changed paths:
M utils/perlbug.PL

  Log Message:
  ---
  perlbug - remove obsolete paragraph


[Perl/perl5] e11b30: perlsub - Link to constant pragma

2020-10-14 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: e11b30f706be2725ff8a0aaa114f6a472e2512e5
  
https://github.com/Perl/perl5/commit/e11b30f706be2725ff8a0aaa114f6a472e2512e5
  Author: Dan Book 
  Date:   2020-10-14 (Wed, 14 Oct 2020)

  Changed paths:
M pod/perlsub.pod

  Log Message:
  ---
  perlsub - Link to constant pragma


[Perl/perl5] 65ac75: Add crosslinks between perl5db.pl and perldebug-re...

2020-10-08 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 65ac759c1f5674f237be6813516044b19447a11e
  
https://github.com/Perl/perl5/commit/65ac759c1f5674f237be6813516044b19447a11e
  Author: Dan Book 
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
M lib/perl5db.pl
M pod/perldebguts.pod
M pod/perldebtut.pod
M pod/perldebug.pod

  Log Message:
  ---
  Add crosslinks between perl5db.pl and perldebug-related docs


[Perl/perl5] 43f856: perlutil updates and cleanup

2020-10-06 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 43f856bae111d54f354ee7393baba1cf1617a769
  
https://github.com/Perl/perl5/commit/43f856bae111d54f354ee7393baba1cf1617a769
  Author: Dan Book 
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
M pod/perlutil.pod
M t/porting/known_pod_issues.dat

  Log Message:
  ---
  perlutil updates and cleanup

- Add missing encguess, json_pp, and streamzip utilities
- Normalize item entries for utilities so they are equally visible and linkable
- Normalize usage of F<> on unlinked executables
- Normalize linking to referenced modules
- Simplify links with duplicate text
- Clean up SEE ALSO


[Perl/perl5] a37b1d: perlcommunity - replace reference to Raku developm...

2020-09-26 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: a37b1d52ef16009a087cf010b5d108a0c7416c1d
  
https://github.com/Perl/perl5/commit/a37b1d52ef16009a087cf010b5d108a0c7416c1d
  Author: Dan Book 
  Date:   2020-09-27 (Sun, 27 Sep 2020)

  Changed paths:
M pod/perlcommunity.pod

  Log Message:
  ---
  perlcommunity - replace reference to Raku development with pointer to Raku 
community resources