From 59a377f29a4cf4e89a2bcb4f5dbfcdbe38cd0bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Sat, 14 May 2016 14:00:34 +0000 Subject: [PATCH] Export checkHeader method in _Slave (#1018) --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Slave.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Slave.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Slave.pm index ce47292c7..c94a5f5bc 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Slave.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Slave.pm @@ -9,7 +9,7 @@ use Exporter; use base qw(Exporter); use strict; -our @EXPORT = qw(checkIP); +our @EXPORT = qw(checkIP checkHeader); our $VERSION = '2.0.0'; ## @method Lemonldap::NG::Portal::_Slave checkIP()