6 use SL::Dev::CustomerVendor;
 
   7 use SL::Dev::Inventory;
 
  17 SL::Dev::ALL: Dependency-only package for all SL::Dev::* modules
 
  25 This module depends on all modules in SL/Dev/*.pm for the convenience of being
 
  26 able to write a simple C<use SL::Dev::ALL> and having everything loaded. This
 
  27 is supposed to be used only for test cases or in the kivitendo console. Normal
 
  28 modules should C<use> only the modules they actually need.
 
  30 To automatically include it in the console, add a line in the client section of
 
  31 the kivitendo.config, e.g.
 
  34 autorun = require "bin/mozilla/common.pl";
 
  35         = use SL::DB::Helper::ALL;
 
  40 G. Richardson E<lt>grichardson@kivitendo-premium.deE<gt>