use warnings in all modules
[perl/plp/.git] / lib / PLP / Backend / Apache.pm
index 62caadcb1e2b5debb3af827a9639667db749c16e..6964b56412ca45efb56c8954bb00d76e8458ec3d 100644 (file)
@@ -1,6 +1,7 @@
 package PLP::Backend::Apache;
 
 use strict;
+use warnings;
 
 our $VERSION = '1.00';