Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3bc614b311f3bdbdda48ab969e9e2728630d4e21 https://github.com/Perl/perl5/commit/3bc614b311f3bdbdda48ab969e9e2728630d4e21 Author: David Cantrell <da...@cantrell.org.uk> Date: 2024-09-04 (Wed, 04 Sep 2024)
Changed paths: M MANIFEST A t/run/switch-I-and-M.t Log Message: ----------- Add a test to prove that -I and -M take effect in the order documented in perlrun.pod Commit: 59a68f5508fce05275dedd6d5abe47737ec4e766 https://github.com/Perl/perl5/commit/59a68f5508fce05275dedd6d5abe47737ec4e766 Author: David Cantrell <da...@cantrell.org.uk> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M t/run/switch-I-and-M.t Log Message: ----------- Use a q-ish quote instead of chr() to make the code a little clearer while still avoiding problematic "actual quotes" Commit: c59a19c6721e5ac7b4b31327e3664638706410ab https://github.com/Perl/perl5/commit/c59a19c6721e5ac7b4b31327e3664638706410ab Author: David Cantrell <da...@cantrell.org.uk> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M t/run/switch-I-and-M.t Log Message: ----------- Add test for -M with a space. Not testing with `-M ` in PERL5OPT, spaces aren't supported for any switch in the env var Commit: dfc06ef34298421569f1f043a871cd3428a4e4bd https://github.com/Perl/perl5/commit/dfc06ef34298421569f1f043a871cd3428a4e4bd Author: David Cantrell <da...@cantrell.org.uk> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M t/run/switch-I-and-M.t Log Message: ----------- Test with a mixture of arguments that have/don't have spaces between the switch and its parameter Commit: d3e47e36fee6f34dc529943bbee324db58fc613d https://github.com/Perl/perl5/commit/d3e47e36fee6f34dc529943bbee324db58fc613d Author: David Cantrell <da...@cantrell.org.uk> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M t/run/switch-I-and-M.t Log Message: ----------- Re-format to avoid having ridiculously long lines Commit: a1e34bc26210cb55cf7712aa20bdb96515f67a9d https://github.com/Perl/perl5/commit/a1e34bc26210cb55cf7712aa20bdb96515f67a9d Author: David Cantrell <da...@cantrell.org.uk> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M t/run/switch-I-and-M.t M t/run/switchM.t Log Message: ----------- Add `use warnings` to the new script, and also to the prexisting test script it is based on Compare: https://github.com/Perl/perl5/compare/11ed71cadd79...a1e34bc26210 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications