use warnings in all modules
[perl/plp/.git] / lib / PLP / Backend / CGI.pm
index 1e8def9abb09a5a394ceafdac5f99da29fb9fa7d..10b9b45618b2d1bc2dc48f90ca17266d45acbf0d 100644 (file)
@@ -1,6 +1,7 @@
 package PLP::Backend::CGI;
 
 use strict;
+use warnings;
 
 our $VERSION = '1.02';