diff options
Diffstat (limited to 'pod/perlxstut.pod')
-rw-r--r-- | pod/perlxstut.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index 88c04ad300..202aa570c4 100644 --- a/pod/perlxstut.pod +++ b/pod/perlxstut.pod @@ -114,6 +114,7 @@ The file Mytest.pm should start with something like this: package Mytest; use strict; + use warnings; require Exporter; require DynaLoader; |