Move the BEGIN from ZoneMinder to ZoneMinder/Base.

pull/1458/head
Isaac Connor 2016-05-07 09:34:45 -04:00
parent 6e32b5d266
commit b444c8a6b4
1 changed files with 0 additions and 6 deletions

View File

@ -81,12 +81,6 @@ our @EXPORT = ( @EXPORT_OK );
our $VERSION = $ZoneMinder::Base::VERSION;
BEGIN {
require ZoneMinder::Config;
require ZoneMinder::Database;
ZoneMinder::Config::zmConfigLoad();
ZoneMinder::Database::zmDbConnect();
}
1;
__END__