Restore trunk versions of main modules

environments/ppa-mbqj77/deployments/1
Clément Oudot 13 years ago
parent b8bd611ccb
commit 853f61f752
  1. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
  2. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
  3. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm

@ -1,6 +1,6 @@
package Lemonldap::NG::Common;
our $VERSION = '1.2.3';
our $VERSION = '1.3.0';
use strict;

@ -5,7 +5,7 @@
# Alias for Lemonldap::NG::Handler::SharedConf
package Lemonldap::NG::Handler;
our $VERSION = '1.2.3';
our $VERSION = '1.3.0';
use Lemonldap::NG::Handler::SharedConf;
use base qw(Lemonldap::NG::Handler::SharedConf);

@ -10,7 +10,7 @@ use Lemonldap::NG::Handler::CGI qw(:globalStorage :locationRules); #inherits
use Lemonldap::NG::Common::Conf; #link protected conf Configuration
use Lemonldap::NG::Common::Conf::Constants; #inherits
our $VERSION = '1.2.3';
our $VERSION = '1.3.0';
our @ISA = qw(
Lemonldap::NG::Handler::CGI
Lemonldap::NG::Manager::Downloader

Loading…
Cancel
Save