Skip to content

Commit

Permalink
Add strict and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 30, 2024
1 parent fd2f290 commit ad66a58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Amazon/Site.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Amazon::Site - A class to represent an Amazon site
=cut

use strict;
use warnings;

use Feature::Compat::Class;

use feature 'signatures';
Expand Down
3 changes: 3 additions & 0 deletions lib/Amazon/Sites.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ A simple class that encapsulates information about Amazon sites.
=cut

use strict;
use warnings;

use Feature::Compat::Class;

use feature 'signatures';
Expand Down

0 comments on commit ad66a58

Please sign in to comment.