Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julien Ledoux
lemonldap-ng
Commits
b31a25e4
Commit
b31a25e4
authored
May 12, 2019
by
Clément OUDOT
Browse files
Update version in modules
parent
c92404ca
Changes
11
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-common/META.yml
View file @
b31a25e4
...
...
@@ -45,5 +45,5 @@ requires:
Net::CIDR::Lite: '0'
SOAP::Lite: '0'
Storable
:
'
0'
version
:
v1.9.1
8
version
:
v1.9.1
9
x_serialization_backend
:
'
CPAN::Meta::YAML
version
0.018'
lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
View file @
b31a25e4
package
Lemonldap::NG::
Common
;
our
$VERSION
=
'
1.9.1
8
';
our
$VERSION
=
'
1.9.1
9
';
use
strict
;
...
...
lemonldap-ng-handler/META.yml
View file @
b31a25e4
...
...
@@ -34,8 +34,8 @@ requires:
Apache::Session::Generate::MD5: '0'
CGI
:
'
3.08'
LWP
:
'
0'
Lemonldap::NG::Common: v1.9.1
8
Lemonldap::NG::Common: v1.9.1
9
Mouse
:
'
0'
URI
:
'
0'
version
:
v1.9.1
8
version
:
v1.9.1
9
x_serialization_backend
:
'
CPAN::Meta::YAML
version
0.018'
lemonldap-ng-handler/Makefile.PL
View file @
b31a25e4
...
...
@@ -30,7 +30,7 @@ WriteMakefile(
PREREQ_PM
=>
{
'Apache::Session::Generate::MD5'
=>
0,
'CGI'
=>
3.08,
'Lemonldap::NG::Common'
=>
'1.9.1
8
'
,
'Lemonldap::NG::Common'
=>
'1.9.1
9
'
,
'LWP'
=>
0,
'Mouse'
=>
0,
'URI'
=>
0,
...
...
lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
View file @
b31a25e4
...
...
@@ -5,7 +5,7 @@
# Handler module
package
Lemonldap::NG::
Handler
;
our
$VERSION
=
'
1.9.1
8
';
our
$VERSION
=
'
1.9.1
9
';
use
Lemonldap::NG::Handler::
SharedConf
;
@ISA
=
qw(Lemonldap::NG::Handler::SharedConf)
;
...
...
lemonldap-ng-manager/META.yml
View file @
b31a25e4
...
...
@@ -25,11 +25,11 @@ requires:
HTML::Template: '0'
JSON
:
'
0'
LWP
:
'
0'
Lemonldap::NG::Common: v1.9.1
8
Lemonldap::NG::Handler: v1.9.1
8
Lemonldap::NG::Common: v1.9.1
9
Lemonldap::NG::Handler: v1.9.1
9
URI
:
'
0'
XML::LibXML: '0'
XML::LibXSLT: '0'
version
:
v1.9.1
8
version
:
v1.9.1
9
x_LWP::Protocol::https:
0
x_serialization_backend
:
'
CPAN::Meta::YAML
version
0.018'
lemonldap-ng-manager/Makefile.PL
View file @
b31a25e4
...
...
@@ -18,8 +18,8 @@ WriteMakefile(
'Crypt::OpenSSL::RSA'
=>
0,
'HTML::Template'
=>
0,
'JSON'
=>
0,
'Lemonldap::NG::Common'
=>
'1.9.1
8
'
,
'Lemonldap::NG::Handler'
=>
'1.9.1
8
'
,
'Lemonldap::NG::Common'
=>
'1.9.1
9
'
,
'Lemonldap::NG::Handler'
=>
'1.9.1
9
'
,
'LWP'
=>
0,
'URI'
=>
0,
'XML::LibXSLT'
=>
0,
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
View file @
b31a25e4
...
...
@@ -13,7 +13,7 @@ package Lemonldap::NG::Manager;
use
5.10.0
;
use
utf8
;
use
Mouse
;
our
$VERSION
=
'
1.9.1
8
';
our
$VERSION
=
'
1.9.1
9
';
use
Lemonldap::NG::Common::Conf::
Constants
;
use
Lemonldap::NG::Common::PSGI::
Constants
;
...
...
lemonldap-ng-portal/META.yml
View file @
b31a25e4
...
...
@@ -38,7 +38,7 @@ recommends:
LWP
:
'
0'
LWP::Protocol::https: '0'
Lasso
:
v2.3.0
Lemonldap::NG::Handler: v1.9.1
8
Lemonldap::NG::Handler: v1.9.1
9
MIME::Lite: '0'
Net::Facebook::Oauth2: '0'
Net::OAuth: '0'
...
...
@@ -56,9 +56,9 @@ requires:
CGI
:
'
3.08'
Clone
:
'
0'
HTML::Template: '0'
Lemonldap::NG::Common: v1.9.1
8
Lemonldap::NG::Common: v1.9.1
9
Net::LDAP: '0.38'
Regexp::Assemble: '0'
Unicode::String: '0'
version
:
v1.9.1
8
version
:
v1.9.1
9
x_serialization_backend
:
'
CPAN::Meta::YAML
version
0.018'
lemonldap-ng-portal/Makefile.PL
View file @
b31a25e4
...
...
@@ -15,7 +15,7 @@ WriteMakefile(
'HTTP::Message'
=>
0,
'JSON'
=>
0,
'Lasso'
=>
'2.3.0'
,
'Lemonldap::NG::Handler'
=>
'1.9.1
8
'
,
'Lemonldap::NG::Handler'
=>
'1.9.1
9
'
,
'LWP'
=>
0,
'LWP::Protocol::https'
=>
0,
'MIME::Lite'
=>
0,
...
...
@@ -52,7 +52,7 @@ WriteMakefile(
'CGI'
=>
3.08,
'Clone'
=>
0,
'HTML::Template'
=>
0,
'Lemonldap::NG::Common'
=>
'1.9.1
8
'
,
'Lemonldap::NG::Common'
=>
'1.9.1
9
'
,
'Net::LDAP'
=>
0.38,
'Regexp::Assemble'
=>
0,
'Unicode::String'
=>
0,
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm
View file @
b31a25e4
...
...
@@ -5,7 +5,7 @@
# Alias for Lemonldap::NG::SharedConf
package
Lemonldap::NG::
Portal
;
our
$VERSION
=
'
1.9.1
8
';
our
$VERSION
=
'
1.9.1
9
';
use
Lemonldap::NG::Portal::
SharedConf
;
use
base
'
Lemonldap::NG::Portal::SharedConf
';
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment