Merge pull request #2 from haarg-contrib/no-use-vars

don't use vars, use our
This commit is contained in:
T.v.Dein
2025-01-07 10:01:30 +01:00
committed by GitHub
3 changed files with 3 additions and 8 deletions

View File

@@ -34,9 +34,8 @@ use Exporter;
$Config::General::VERSION = "2.65";
use vars qw(@ISA @EXPORT_OK);
use base qw(Exporter);
@EXPORT_OK = qw(ParseConfig SaveConfig SaveConfigString);
our @EXPORT_OK = qw(ParseConfig SaveConfig SaveConfigString);
use constant _UTF8_BOM => "\x{ef}\x{bb}\x{bf}";