fix Exporter inclusion
[perl/plp/.git] / lib / PLP / Functions.pm
index c298dca0d37d821ece7f12d6370974f302678bcb..8c3886f795aa44ebf133ce5158a3eeae377d177b 100644 (file)
@@ -3,7 +3,7 @@ package PLP::Functions;
 use strict;
 use warnings;
 
-use Exporter qw(import);
+use base 'Exporter';
 use Fcntl qw(:flock);
 
 our $VERSION = '1.00';