summaryrefslogtreecommitdiffstats
path: root/Bugzilla/RNG.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/RNG.pm')
-rw-r--r--Bugzilla/RNG.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/RNG.pm b/Bugzilla/RNG.pm
index c3f112007..14b831672 100644
--- a/Bugzilla/RNG.pm
+++ b/Bugzilla/RNG.pm
@@ -10,7 +10,7 @@ package Bugzilla::RNG;
use 5.10.1;
use strict;
-use base qw(Exporter);
+use parent qw(Exporter);
use Bugzilla::Constants qw(ON_WINDOWS);
use Math::Random::ISAAC;