Added use strict / use warnings everywhere it was missing
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / UUIDMaker.pm
index b9c196c..0baedad 100644 (file)
@@ -1,5 +1,8 @@
 package DBIx::Class::UUIDMaker;
 
+use strict;
+use warnings;
+
 sub new {
     return bless {}, shift;
 };