summaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib/Auth/Login.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Example/lib/Auth/Login.pm')
-rw-r--r--extensions/Example/lib/Auth/Login.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Example/lib/Auth/Login.pm b/extensions/Example/lib/Auth/Login.pm
index f87831157..03ca2481d 100644
--- a/extensions/Example/lib/Auth/Login.pm
+++ b/extensions/Example/lib/Auth/Login.pm
@@ -7,7 +7,7 @@
package Bugzilla::Extension::Example::Auth::Login;
use strict;
-use base qw(Bugzilla::Auth::Login);
+use parent qw(Bugzilla::Auth::Login);
use constant user_can_create_account => 0;
use Bugzilla::Constants;