Skip to content

Commit 5bc3f49

Browse files
committed
Share strict to the PG safe zone.
Versions of Perl prior to 5.34 need this. Otherwise warnings are issue by the `BEGIN { strict->import }` approach now used in place of the old `BEGIN { be_strict() }` approach.
1 parent b2b054f commit 5bc3f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/defaults.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,6 +1276,7 @@ ${pg}{modules} = [
12761276
[qw(Rserve Class::Tiny IO::Handle)],
12771277
[qw(DragNDrop)],
12781278
[qw(Types::Serialiser)],
1279+
[qw(strict)],
12791280
];
12801281

12811282
##### Problem creation defaults

0 commit comments

Comments
 (0)