Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ce1383eae4cd16b18ff9df6cecb54582e0c689ab https://github.com/Perl/perl5/commit/ce1383eae4cd16b18ff9df6cecb54582e0c689ab Author: Tony Cook <t...@develop-help.com> Date: 2024-08-12 (Mon, 12 Aug 2024)
Changed paths: M embed.fnc M embed.h M gv.c M lib/overload.t M mg.c M op.c M pod/perldata.pod M pod/perldiag.pod M pod/perlmod.pod M proto.h M t/comp/package.t M t/comp/parser.t M t/lib/croak/toke M t/lib/warnings/toke M t/op/magic.t M t/op/method.t M t/op/ref.t M t/op/sort.t M t/op/stash.t M t/op/stash_parse_gv.t M t/uni/package.t M t/uni/parser.t M t/uni/stash.t M t/uni/variables.t M toke.c Log Message: ----------- remove use of ' as a package separator In general for tests I translate them to using :: if the test wasn't specifically for ', and the test didn't duplicate a similar test that did test ::. This doesn't just change the parsing stage from accepting ' instead of :: in names, but also removes the translation from ' to :: done in several places, but that's really there to support the syntax. Commit: 87e1ec10b4ba12f40e63b7c3cc33bbbb89d40781 https://github.com/Perl/perl5/commit/87e1ec10b4ba12f40e63b7c3cc33bbbb89d40781 Author: Tony Cook <t...@develop-help.com> Date: 2024-08-12 (Mon, 12 Aug 2024) Changed paths: 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 M cpan/Scalar-List-Utils/t/exotic_names.t Log Message: ----------- Scalar::List::Utils: ' not special in names from v5.41 Commit: 83d4e742eb83e1e6c50fb82e3c7ac1a366337909 https://github.com/Perl/perl5/commit/83d4e742eb83e1e6c50fb82e3c7ac1a366337909 Author: Tony Cook <t...@develop-help.com> Date: 2024-08-12 (Mon, 12 Aug 2024) Changed paths: M cpan/parent/lib/parent.pm M cpan/parent/t/compile-time-file.t Log Message: ----------- parent: don't test ' in names from 5.41. Commit: 0c81a5c9ca0287c0ee954a71b1bffdeb2cb3e9c8 https://github.com/Perl/perl5/commit/0c81a5c9ca0287c0ee954a71b1bffdeb2cb3e9c8 Author: Tony Cook <t...@develop-help.com> Date: 2024-08-12 (Mon, 12 Aug 2024) Changed paths: 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 M cpan/Scalar-List-Utils/t/exotic_names.t M cpan/parent/lib/parent.pm M cpan/parent/t/compile-time-file.t M embed.fnc M embed.h M gv.c M lib/overload.t M mg.c M op.c M pod/perldata.pod M pod/perldiag.pod M pod/perlmod.pod M proto.h M t/comp/package.t M t/comp/parser.t M t/lib/croak/toke M t/lib/warnings/toke M t/op/magic.t M t/op/method.t M t/op/ref.t M t/op/sort.t M t/op/stash.t M t/op/stash_parse_gv.t M t/uni/package.t M t/uni/parser.t M t/uni/stash.t M t/uni/variables.t M toke.c Log Message: ----------- remove use of ' as a package separator Compare: https://github.com/Perl/perl5/compare/3e14b2fcf59b...0c81a5c9ca02 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications