This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move `use strict;` *out* of the BEGIN block in makedef.pl 19158/head
authorNicholas Clark <nick@ccl4.org>
Wed, 29 Sep 2021 08:24:58 +0000 (08:24 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 29 Sep 2021 08:24:58 +0000 (08:24 +0000)
commit681a22f48ffc404dcc78c3f47b840fac94810241
tree83d2f9b7b14be7d2eeb11ad1c3c6a3339aaace76
parent8f194132568163e2753e1878f7c8a0aa8a5f25a3
Move `use strict;` *out* of the BEGIN block in makedef.pl

`use strict;` was moved into the BEGIN block in 2015 as part of commit
196f7c461ba85005:
    export data symbols as data on Win32

This mistake wasn't spotted at the time, and meant that only the code within
the BEGIN block was subject to strictures.
makedef.pl