X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/b5e0ee87251670be18b2f2fc128a4be0b25ebfb8..b485fa6bb934e79d44a1be1b5e41e31f4e7129b1:/lib/PLP/Functions.pm diff --git a/lib/PLP/Functions.pm b/lib/PLP/Functions.pm index 28815cd..90ff741 100644 --- a/lib/PLP/Functions.pm +++ b/lib/PLP/Functions.pm @@ -1,9 +1,12 @@ package PLP::Functions; -use base 'Exporter'; -use Fcntl qw(:flock); use strict; +use warnings; + +use Exporter qw(import); +use Fcntl qw(:flock); +our $VERSION = '1.00'; our @EXPORT = qw/Entity DecodeURI EncodeURI Include include PLP_END AddCookie ReadFile WriteFile AutoURL Counter exit/;