Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: ccb17fbffbd384acdd19bb2648342f3de2e7d626
https://github.com/Perl/perl5/commit/ccb17fbffbd384acdd19bb2648342f3de2e7d626
Author: Graham Knop <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M dist/autouse/lib/autouse.pm
Log Message:
-----------
autouse: bump version
Commit: 6ac40178a108a89e55c2125884a20fa185223f6e
https://github.com/Perl/perl5/commit/6ac40178a108a89e55c2125884a20fa185223f6e
Author: Graham Knop <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M dist/autouse/lib/autouse.pm
M dist/autouse/t/autouse.t
M dist/autouse/t/lib/MyTestModule.pm
M dist/autouse/t/lib/MyTestModule2.pm
Log Message:
-----------
autouse: normalize whitespace
Commit: 4432ce52a7c78dc2bb7ed5f0c7251421cffc462e
https://github.com/Perl/perl5/commit/4432ce52a7c78dc2bb7ed5f0c7251421cffc462e
Author: Graham Knop <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M dist/autouse/lib/autouse.pm
M dist/autouse/t/autouse.t
M dist/autouse/t/lib/MyTestModule.pm
M dist/autouse/t/lib/MyTestModule2.pm
Log Message:
-----------
autouse: use strict and warnings
autouse was already loading warnings.pm, so there is no reason to avoid
using it. And there is no reason to avoid strict in a module like this.
Commit: ede239c70117de619bd9a4d8ff62872c226f1f51
https://github.com/Perl/perl5/commit/ede239c70117de619bd9a4d8ff62872c226f1f51
Author: Graham Knop <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M dist/autouse/t/autouse.t
Log Message:
-----------
autouse: set up t/lib early in tests
Commit: ec2644565b18aa53f916d231ddfe6de4fd6687e8
https://github.com/Perl/perl5/commit/ec2644565b18aa53f916d231ddfe6de4fd6687e8
Author: Graham Knop <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M MANIFEST
M dist/autouse/t/autouse.t
A dist/autouse/t/lib/MyTestModuleNormal.pm
A dist/autouse/t/lib/MyTestModuleWithProto.pm
Log Message:
-----------
autouse: use test module rather than Scalar::Util
autouse needs a module to test with using a prototype. But there is no
reason it needs to be Scalar::Util. Using Scalar::Util presents a
problem because it is used by Test::More. This means the test has to be
written in an odd order. A simpler option is to use a test module set up
specifically for this test. This also means we don't need to care if the
perl build includes List::Util.
Since we're already reorganizing the tests for Scalar::Util, make the
prototype tests more consistent and complete.
Commit: 7c739d695927e8ed93fcbc0a1a2c39ff5aaceb15
https://github.com/Perl/perl5/commit/7c739d695927e8ed93fcbc0a1a2c39ff5aaceb15
Author: Graham Knop <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M dist/autouse/t/autouse.t
Log Message:
-----------
autouse: check test module %INC entry rather than Errno
Errno is loaded only to check for an %INC entry. Since we're already
loading a test module we can just check its entries instead.
Commit: a1ad8fb250882b05716e1bb06fa94d910ae12ee6
https://github.com/Perl/perl5/commit/a1ad8fb250882b05716e1bb06fa94d910ae12ee6
Author: Graham Knop <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M MANIFEST
A dist/autouse/Changes
Log Message:
-----------
autouse: add change log
Commit: 0104e1184b9b0e6e34cff9cee201a0a2bc25261f
https://github.com/Perl/perl5/commit/0104e1184b9b0e6e34cff9cee201a0a2bc25261f
Author: Graham Knop <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M dist/autouse/Changes
Log Message:
-----------
autouse: add new changelog entries for 1.12
Compare: https://github.com/Perl/perl5/compare/99e22f050da9...0104e1184b9b
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications