Revision f7e32e0459c3a7e9b201972c80b0828ba534bc17 authored by Christophe Maudoux on 29 September 2021, 09:43:52 UTC, committed by Christophe Maudoux on 29 September 2021, 09:43:52 UTC
Fix 2618 - Take into account RULES_URL param with DevOps handler

See merge request lemonldap-ng/lemonldap-ng!223
2 parent s 24a989a + 51ee0fe
Raw File
META.json
{
   "abstract" : "The Apache protection module part of Lemonldap::NG Web-SSO system.",
   "author" : [
      "Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>"
   ],
   "dynamic_config" : 1,
   "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
   },
   "name" : "Lemonldap-NG-Handler",
   "no_index" : {
      "directory" : [
         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "Cwd" : "0",
            "Digest::HMAC_SHA1" : "0",
            "Env" : "0",
            "IO::Pipe" : "0",
            "Test::MockObject" : "0",
            "Test::Pod" : "0",
            "Time::Fake" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "recommends" : {
            "Cache::Memcached" : "0",
            "Digest::HMAC_SHA1" : "0",
            "HTTP::Message" : "0",
            "SOAP::Lite" : "0"
         },
         "requires" : {
            "LWP::UserAgent" : "0",
            "Lemonldap::NG::Common" : "v2.0.13",
            "Mouse" : "0",
            "URI" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "X_twitter" : "https://twitter.com/lemonldapng",
      "bugtracker" : {
         "web" : "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues"
      },
      "homepage" : "http://lemonldap-ng.org/",
      "license" : [
         "http://opensource.org/licenses/GPL-2.0"
      ],
      "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
   },
   "version" : "v2.0.13",
   "x_serialization_backend" : "JSON::PP version 4.04"
}
back to top