summaryrefslogtreecommitdiff
path: root/pod/perlmod.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlmod.pod')
-rw-r--r--pod/perlmod.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlmod.pod b/pod/perlmod.pod
index e1fc952e28..5c68273820 100644
--- a/pod/perlmod.pod
+++ b/pod/perlmod.pod
@@ -448,8 +448,7 @@ create a file called F<Some/Module.pm> and start with this template:
package Some::Module; # assumes Some/Module.pm
- use strict;
- use warnings;
+ use v5.36;
# Get the import method from Exporter to export functions and
# variables