]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Helpers/ALLAuth.pm
Rückstände aus Umbenennung von SL/DB/Helpers nach SL/DB/Helper gefixt Teil 2
[mfinanz.git] / SL / DB / Helpers / ALLAuth.pm
diff --git a/SL/DB/Helpers/ALLAuth.pm b/SL/DB/Helpers/ALLAuth.pm
deleted file mode 100644 (file)
index b74952e..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-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<use
-SL::DB::Helpers::ALLAuth> and having everything loaded. This is
-supposed to be used only in the Lx-Office console. Normal modules
-should C<use> only the modules they actually need.
-
-=head1 AUTHOR
-
-Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>
-
-=cut