Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions t/0use.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use 5.010;
use strict;
use warnings;
use Test::More tests => 1;
Expand Down
1 change: 1 addition & 0 deletions t/apache.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $Id: apache.t,v 1.28 1999/08/26 23:39:52 john Exp $

use 5.010;
use strict;
use warnings;

Expand Down
1 change: 1 addition & 0 deletions t/export.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# These test the rarely-exercised Exporter extension that makes
# "use Net::Ident ':fh'" add methods to other packages.

use 5.010;
use strict;
use warnings;
use Test::More;
Expand Down
Loading