- deleting useless constant SAFEWRAP in GlobalInit (must just appear in Jail)


			
			
				environments/ppa-mbqj77/deployments/1
			
			
		
David COUTADEUR 12 years ago
parent 262fdaef2c
commit 8439c0692b
  1. 1
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Initialization/GlobalInit.pm

@ -3,7 +3,6 @@ package Lemonldap::NG::Handler::Initialization::GlobalInit;
#use Lemonldap::NG::Handler::Main qw(:all);
use Lemonldap::NG::Common::Safelib; #link protected safe Safe object
use Safe;
use constant SAFEWRAP => ( Safe->can("wrap_code_ref") ? 1 : 0 );
use constant UNPROTECT => 1;
use constant SKIP => 2;

Loading…
Cancel
Save