use warnings in all modules
[perl/plp/.git] / lib / PLP / Fields.pm
index 7f07c4e914225e8f006e86a02db99b7391ee7471..01f3baf964ee41661c12f4dbd6bd4ae05fc0a48d 100644 (file)
@@ -1,6 +1,7 @@
 package PLP::Fields;
 
 use strict;
+use warnings;
 
 # Has only one function: doit(), which ties the hashes %get, %post, %fields
 # and %header in PLP::Script. Also generates %cookie immediately.