Skip to content

Commit

Permalink
Pod::Html: "use warnings;" in all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeijen committed Jan 4, 2022
1 parent 308c71f commit 7679a54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions ext/Pod-Html/t/anchorify-536.t
@@ -1,6 +1,7 @@
# -*- perl -*-

use strict;
use warnings;
use Pod::Html qw( anchorify relativize_url );
my ($revision,$version,$subversion) = split /\./, sprintf("%vd",$^V);
use Test::More;
Expand Down
1 change: 1 addition & 0 deletions ext/Pod-Html/t/anchorify.t
@@ -1,6 +1,7 @@
# -*- perl -*-

use strict;
use warnings;
use Pod::Html::Util qw( anchorify relativize_url );
use Test::More;

Expand Down
4 changes: 3 additions & 1 deletion ext/Pod-Html/t/eol.t
@@ -1,5 +1,7 @@
#!./perl -w

use strict;
use warnings;
use Pod::Html;
use Test::More;

Expand Down Expand Up @@ -69,4 +71,4 @@ END {
1 while unlink $podfile, $infile, @outfile, 'pod2htmd.tmp';
}

done_testing;
done_testing;

0 comments on commit 7679a54

Please sign in to comment.