use warnings in all modules
[perl/plp/.git] / lib / PLP / Functions.pm
index 28815cd2e2ba2559b22a77ee49596e808101ff14..18318ad7b0bacbdf643f0037fee5f202abb84ea2 100644 (file)
@@ -1,8 +1,10 @@
 package PLP::Functions;
 
-use base 'Exporter';
-use Fcntl qw(:flock);
 use strict;
+use warnings;
+
+use Exporter qw(import);
+use Fcntl qw(:flock);
 
 our @EXPORT = qw/Entity DecodeURI EncodeURI Include include PLP_END
                  AddCookie ReadFile WriteFile AutoURL Counter exit/;