1 package SL::DB::Helper::ALLAuth;
6 use SL::DB::AuthGroupRight;
7 use SL::DB::AuthUserConfig;
18 SL::DB::Helper::ALLAuth: Dependency-only package for all SL::DB::Auth* modules
22 use SL::DB::Helper::ALLAuth;
26 This module depends on all modules in SL/DB/Auth*.pm for the
27 convenience of being able to write a simple \C<use
28 SL::DB::Helper::ALLAuth> and having everything loaded. This is
29 supposed to be used only in the kivitendo console. Normal modules
30 should C<use> only the modules they actually need.
34 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>