7 use SL::Dev::CustomerVendor;
8 use SL::Dev::Inventory;
12 use SL::Dev::TimeRecording;
16 for (qw(Part CustomerVendor Inventory Record Payment Shop TimeRecording)) {
17 Exporter::export_to_level("SL::Dev::$_", 1, @_);
30 SL::Dev::ALL: Dependency-only package for all SL::Dev::* modules
38 This module depends on all modules in SL/Dev/*.pm for the convenience of being
39 able to write a simple C<use SL::Dev::ALL> and having everything loaded. This
40 is supposed to be used only for test cases or in the kivitendo console. Normal
41 modules should C<use> only the modules they actually need.
43 To automatically include it in the console, add a line in the client section of
44 the kivitendo.config, e.g.
47 autorun = require "bin/mozilla/common.pl";
48 = use SL::DB::Helper::ALL;
53 G. Richardson E<lt>grichardson@kivitendo-premium.deE<gt>