. is used in some implementations of classic crypt
[freeside.git] / FS / FS / Mason.pm
index 219f6b7..cfb12e4 100644 (file)
@@ -93,6 +93,7 @@ Initializes the Mason environment, loads all Freeside and RT libraries, etc.
   use FS::Misc qw( send_email send_fax states_hash counties state_label );
   use FS::Report::Table::Monthly;
   use FS::TicketSystem;
+  use FS::Tron qw( tron_lint );
 
   use FS::agent;
   use FS::agent_type;
@@ -144,6 +145,8 @@ Initializes the Mason environment, loads all Freeside and RT libraries, etc.
   use FS::rate;
   use FS::rate_region;
   use FS::rate_prefix;
+  use FS::rate_detail;
+  use FS::usage_class;
   use FS::payment_gateway;
   use FS::agent_payment_gateway;
   use FS::XMLRPC;