summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/vulnerable-passwords.in
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/vulnerable-passwords.in')
-rwxr-xr-xrt/etc/upgrade/vulnerable-passwords.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/rt/etc/upgrade/vulnerable-passwords.in b/rt/etc/upgrade/vulnerable-passwords.in
index b00625c7e..1ccf0a180 100755
--- a/rt/etc/upgrade/vulnerable-passwords.in
+++ b/rt/etc/upgrade/vulnerable-passwords.in
@@ -46,15 +46,14 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+use 5.10.1;
use strict;
use warnings;
use lib "@LOCAL_LIB_PATH@";
use lib "@RT_LIB_PATH@";
-use RT;
-RT::LoadConfig;
-RT::Init;
+use RT -init;
$| = 1;