Export checkHeader method in _Slave (#1018)

This commit is contained in:
Clément Oudot 2016-05-14 14:00:34 +00:00
parent 2eafb60240
commit 59a377f29a

View File

@ -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()