Remove explicit strictures usage
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Types.pm
index b820013..754ca60 100644 (file)
@@ -1,5 +1,8 @@
 package SQL::Translator::Types;
 
+use warnings;
+use strict;
+
 =head1 NAME
 
 SQL::Translator::Types - Type checking functions
@@ -23,8 +26,6 @@ Errors are reported using L<SQL::Translator::Utils/throw>.
 
 =cut
 
-use strictures 1;
-
 use SQL::Translator::Utils qw(throw);
 use Scalar::Util qw(blessed);