diff --git a/lemonldap-ng-common/META.json b/lemonldap-ng-common/META.json index e576fc936..7986eeb4f 100644 --- a/lemonldap-ng-common/META.json +++ b/lemonldap-ng-common/META.json @@ -4,13 +4,13 @@ "Xavier Guimard , Clément Oudot " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", "license" : [ "open_source" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Lemonldap-NG-Common", "no_index" : { @@ -72,6 +72,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.6", - "x_serialization_backend" : "JSON::PP version 2.27400_02" + "version" : "v2.0.7", + "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/lemonldap-ng-common/META.yml b/lemonldap-ng-common/META.yml index 9de4f2456..a37007140 100644 --- a/lemonldap-ng-common/META.yml +++ b/lemonldap-ng-common/META.yml @@ -9,7 +9,7 @@ build_requires: configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010' license: open_source meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -50,5 +50,5 @@ resources: X_twitter: https://twitter.com/lemonldapng homepage: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.6 +version: v2.0.7 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm index a99124234..9040e9202 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Common; -our $VERSION = '2.0.6'; +our $VERSION = '2.0.7'; 1; __END__ diff --git a/lemonldap-ng-handler/META.json b/lemonldap-ng-handler/META.json index 99c71c631..b6e620cdf 100644 --- a/lemonldap-ng-handler/META.json +++ b/lemonldap-ng-handler/META.json @@ -4,13 +4,13 @@ "Xavier Guimard , Clément Oudot " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", "license" : [ "open_source" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Lemonldap-NG-Handler", "no_index" : { @@ -43,7 +43,7 @@ }, "requires" : { "LWP::UserAgent" : "0", - "Lemonldap::NG::Common" : "v2.0.6", + "Lemonldap::NG::Common" : "v2.0.7", "Mouse" : "0", "URI" : "0" } @@ -58,6 +58,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.6", - "x_serialization_backend" : "JSON::PP version 2.27400_02" + "version" : "v2.0.7", + "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/lemonldap-ng-handler/META.yml b/lemonldap-ng-handler/META.yml index d452f7d68..50d081956 100644 --- a/lemonldap-ng-handler/META.yml +++ b/lemonldap-ng-handler/META.yml @@ -11,7 +11,7 @@ build_requires: configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010' license: open_source meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -28,7 +28,7 @@ recommends: SOAP::Lite: '0' requires: LWP::UserAgent: '0' - Lemonldap::NG::Common: v2.0.6 + Lemonldap::NG::Common: v2.0.7 Mouse: '0' URI: '0' resources: @@ -36,5 +36,5 @@ resources: X_twitter: https://twitter.com/lemonldapng homepage: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.6 +version: v2.0.7 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-handler/Makefile.PL b/lemonldap-ng-handler/Makefile.PL index 0ab67d25e..e64f381f5 100644 --- a/lemonldap-ng-handler/Makefile.PL +++ b/lemonldap-ng-handler/Makefile.PL @@ -39,7 +39,7 @@ WriteMakefile( }, }, PREREQ_PM => { - 'Lemonldap::NG::Common' => '2.0.6', + 'Lemonldap::NG::Common' => '2.0.7', 'LWP::UserAgent' => 0, 'Mouse' => 0, 'URI' => 0, diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm index da4b1f3b8..849364931 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm @@ -3,7 +3,7 @@ package Lemonldap::NG::Handler; # Use the appropriate handler # For Apache, use Lemonldap::NG::Handler::ApacheMP2 -our $VERSION = '2.0.6'; +our $VERSION = '2.0.7'; 1; diff --git a/lemonldap-ng-manager/META.json b/lemonldap-ng-manager/META.json index 3b851b310..5b8780a74 100644 --- a/lemonldap-ng-manager/META.json +++ b/lemonldap-ng-manager/META.json @@ -4,13 +4,13 @@ "Xavier Guimard , Clément Oudot " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", "license" : [ "open_source" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Lemonldap-NG-Manager", "no_index" : { @@ -40,8 +40,8 @@ "Convert::PEM" : "0", "Crypt::OpenSSL::RSA" : "0", "LWP::UserAgent" : "0", - "Lemonldap::NG::Common" : "v2.0.6", - "Lemonldap::NG::Handler" : "v2.0.6" + "Lemonldap::NG::Common" : "v2.0.7", + "Lemonldap::NG::Handler" : "v2.0.7" } } }, @@ -54,6 +54,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.6", - "x_serialization_backend" : "JSON::PP version 2.27400_02" + "version" : "v2.0.7", + "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/lemonldap-ng-manager/META.yml b/lemonldap-ng-manager/META.yml index 326c3cfd9..3e7f6b763 100644 --- a/lemonldap-ng-manager/META.yml +++ b/lemonldap-ng-manager/META.yml @@ -9,7 +9,7 @@ build_requires: configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010' license: open_source meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -25,12 +25,12 @@ requires: Convert::PEM: '0' Crypt::OpenSSL::RSA: '0' LWP::UserAgent: '0' - Lemonldap::NG::Common: v2.0.6 - Lemonldap::NG::Handler: v2.0.6 + Lemonldap::NG::Common: v2.0.7 + Lemonldap::NG::Handler: v2.0.7 resources: MailingList: mailto:lemonldap-ng-dev@ow2.org X_twitter: https://twitter.com/lemonldapng homepage: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.6 +version: v2.0.7 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-manager/Makefile.PL b/lemonldap-ng-manager/Makefile.PL index d5f196db3..632d4afd1 100644 --- a/lemonldap-ng-manager/Makefile.PL +++ b/lemonldap-ng-manager/Makefile.PL @@ -35,8 +35,8 @@ WriteMakefile( PREREQ_PM => { 'Convert::PEM' => 0, 'Crypt::OpenSSL::RSA' => 0, - 'Lemonldap::NG::Common' => '2.0.6', - 'Lemonldap::NG::Handler' => '2.0.6', + 'Lemonldap::NG::Common' => '2.0.7', + 'Lemonldap::NG::Handler' => '2.0.7', 'LWP::UserAgent' => 0, }, # e.g., Module::Name => 1.1 ( diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm index 950f0f7ff..d5bb6c57a 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm @@ -17,7 +17,7 @@ use JSON; use Lemonldap::NG::Common::Conf::Constants; use Lemonldap::NG::Common::PSGI::Constants; -our $VERSION = '2.0.6'; +our $VERSION = '2.0.7'; extends 'Lemonldap::NG::Common::Conf::AccessLib', 'Lemonldap::NG::Handler::PSGI::Router'; diff --git a/lemonldap-ng-portal/META.json b/lemonldap-ng-portal/META.json index 5d2edee53..1782646c6 100644 --- a/lemonldap-ng-portal/META.json +++ b/lemonldap-ng-portal/META.json @@ -4,13 +4,13 @@ "Xavier Guimard , Clément Oudot " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", "license" : [ "open_source" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Lemonldap-NG-Portal", "no_index" : { @@ -66,7 +66,7 @@ }, "requires" : { "Clone" : "0", - "Lemonldap::NG::Handler" : "v2.0.6", + "Lemonldap::NG::Handler" : "v2.0.7", "Regexp::Assemble" : "0" } } @@ -80,6 +80,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.6", - "x_serialization_backend" : "JSON::PP version 2.27400_02" + "version" : "v2.0.7", + "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/lemonldap-ng-portal/META.yml b/lemonldap-ng-portal/META.yml index 25fa36846..48dd549f1 100644 --- a/lemonldap-ng-portal/META.yml +++ b/lemonldap-ng-portal/META.yml @@ -17,7 +17,7 @@ build_requires: configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010' license: open_source meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -51,12 +51,12 @@ recommends: Web::ID: '0' requires: Clone: '0' - Lemonldap::NG::Handler: v2.0.6 + Lemonldap::NG::Handler: v2.0.7 Regexp::Assemble: '0' resources: MailingList: mailto:lemonldap-ng-dev@ow2.org X_twitter: https://twitter.com/lemonldapng homepage: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.6 +version: v2.0.7 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-portal/Makefile.PL b/lemonldap-ng-portal/Makefile.PL index f0d3fbd0e..0b025b6bb 100644 --- a/lemonldap-ng-portal/Makefile.PL +++ b/lemonldap-ng-portal/Makefile.PL @@ -62,7 +62,7 @@ WriteMakefile( }, PREREQ_PM => { 'Clone' => 0, - 'Lemonldap::NG::Handler' => '2.0.6', + 'Lemonldap::NG::Handler' => '2.0.7', 'Regexp::Assemble' => 0, }, ( diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm index 58cdbf4da..5dcd334ea 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm @@ -1,7 +1,7 @@ # Alias for Lemonldap::NG::Portal::Main package Lemonldap::NG::Portal; -our $VERSION = '2.0.6'; +our $VERSION = '2.0.7'; use Lemonldap::NG::Portal::Main; use base 'Lemonldap::NG::Portal::Main';