Skip to content

Commit

Permalink
add strict and warnings options
Browse files Browse the repository at this point in the history
  • Loading branch information
Sri-2023 committed Dec 12, 2024
1 parent a6f8ba0 commit 46ff305
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use lib 't/lib';

use strict;
use warnings;
use Test::More 'tests' => 57;

use SGN::Test::WWW::WebDriver;
use SGN::Test::Fixture;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

use strict;
use warnings;
use lib 't/lib';

use Test::More 'tests' => 39;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use lib 't/lib';

use Test::More;

use strict;
use warnings;
use SGN::Test::WWW::WebDriver;
use SGN::Test::Fixture;

Expand Down

0 comments on commit 46ff305

Please sign in to comment.