RT 4.2.11, ticket#13852
[freeside.git] / rt / etc / upgrade / vulnerable-passwords.in
index b00625c..1ccf0a1 100755 (executable)
 # 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;