Fix some warnings (#1559)

environments/ppa-mbqj77/deployments/531
Xavier Guimard 7 years ago
parent 1ab7826767
commit 75f20be6d8
  1. 1
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm
  2. 1
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Jail.pm

@ -13,6 +13,7 @@ use Lemonldap::NG::Common::Apache::Session;
# Workaround for another ModPerl/Mouse issue...
BEGIN {
require Mouse;
no warnings;
my $v =
$Mouse::VERSION
? sprintf( "%d.%03d%03d", ( $Mouse::VERSION =~ /(\d+)/g ) )

@ -8,6 +8,7 @@ use Lemonldap::NG::Common::Safelib; #link protected safe Safe object
# Workaround for another ModPerl/Mouse issue...
BEGIN {
require Mouse;
no warnings;
my $v = $Mouse::VERSION
? sprintf( "%d.%03d%03d", ( $Mouse::VERSION =~ /(\d+)/g ) )
: 0;

Loading…
Cancel
Save