diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2020-10-13 08:28:46 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2020-10-13 08:28:46 +0100 |
commit | 1ccbfc075dd437760cf7620810fed32cccbb6237 (patch) | |
tree | 8b51f034df78f805aa273912396845d2685229a2 /cpan/Pod-Simple/t/emptylists.t | |
parent | 2b8fc250cda86dddcc8e7c8418c67d5bb24036c8 (diff) | |
download | perl-1ccbfc075dd437760cf7620810fed32cccbb6237.tar.gz |
Update Pod-Simple from version 3.40 to 3.41
Diffstat (limited to 'cpan/Pod-Simple/t/emptylists.t')
-rw-r--r-- | cpan/Pod-Simple/t/emptylists.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpan/Pod-Simple/t/emptylists.t b/cpan/Pod-Simple/t/emptylists.t index 619cd63bb8..2edfbc8bd2 100644 --- a/cpan/Pod-Simple/t/emptylists.t +++ b/cpan/Pod-Simple/t/emptylists.t @@ -6,6 +6,7 @@ BEGIN { } use strict; +use warnings; use Test; BEGIN { plan tests => 5 }; |