X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a93b3b648ec14f94c87176bb8d174da005446d97..a5ba22d29e683629d731fc0bfdfb72719e59a0b9:/SL/DB/Helpers/ALLAuth.pm diff --git a/SL/DB/Helpers/ALLAuth.pm b/SL/DB/Helpers/ALLAuth.pm new file mode 100644 index 000000000..b74952ee9 --- /dev/null +++ b/SL/DB/Helpers/ALLAuth.pm @@ -0,0 +1,36 @@ +package SL::DB::Helpers::ALLAuth; + +use strict; + +use SL::DB::AuthGroup; +use SL::DB::AuthGroupRight; +use SL::DB::AuthUserConfig; +use SL::DB::AuthUser; + +1; + +__END__ + +=pod + +=head1 NAME + +SL::DB::Helpers::ALLAuth: Dependency-only package for all SL::DB::Auth* modules + +=head1 SYNOPSIS + + use SL::DB::Helpers::ALLAuth; + +=head1 DESCRIPTION + +This module depends on all modules in SL/DB/Auth*.pm for the +convenience of being able to write a simple \C and having everything loaded. This is +supposed to be used only in the Lx-Office console. Normal modules +should C only the modules they actually need. + +=head1 AUTHOR + +Moritz Bunkus Em.bunkus@linet-services.deE + +=cut