use warnings in all modules
[perl/plp/.git] / lib / PLP / Backend / FastCGI.pm
index 4f14863ee9bcb80b64ba1ae5e17c82b1559c8805..92dda745a6463cacbf28fa1d19ae913237fa2042 100644 (file)
@@ -1,6 +1,7 @@
 package PLP::Backend::FastCGI;
 
 use strict;
+use warnings;
 
 use PLP::Backend::CGI ();
 use FCGI;