Skip to content

Commit

Permalink
- Add missing 'use warnings;' as reported by CPANTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed Jun 6, 2016
1 parent a071837 commit 68dd856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Kwalify.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
package Kwalify;

use strict;
use warnings;

use base qw(Exporter);
use vars qw(@EXPORT_OK $VERSION);
Expand Down
2 changes: 2 additions & 0 deletions lib/Schema/Kwalify.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
package Schema::Kwalify;

use strict;
use warnings;

use vars qw($VERSION);
$VERSION = sprintf("%d.%02d", q$Revision: 1.4 $ =~ /(\d+)\.(\d+)/);

Expand Down

0 comments on commit 68dd856

Please sign in to comment.