-T causing problems
[freeside.git] / FS / bin / freeside-setup
index 12d9a94..fd9f74a 100755 (executable)
@@ -1,9 +1,10 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 
 #to delay loading dbdef until we're ready
 BEGIN { $FS::Schema::setup_hack = 1; }
 
 #to allow initial insert
+use FS::part_pkg;
 $FS::part_pkg::setup_hack = 1;
 $FS::part_pkg::setup_hack = 1;