From b444c8a6b41238e2557fef4258422bea41d6ec85 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sat, 7 May 2016 09:34:45 -0400 Subject: [PATCH] Move the BEGIN from ZoneMinder to ZoneMinder/Base. --- scripts/ZoneMinder/lib/ZoneMinder.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder.pm b/scripts/ZoneMinder/lib/ZoneMinder.pm index 37292a44d..63b7c8108 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder.pm @@ -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__