VERSION conflicts for CPAN

environments/ppa-mbqj77/deployments/1
Xavier Guimard 16 years ago
parent 2537e92fe0
commit f573c2f571
  1. 2
      modules/lemonldap-ng-common/Changes
  2. 2
      modules/lemonldap-ng-common/META.yml
  3. 2
      modules/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
  4. 2
      modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPServer.pm
  5. 2
      modules/lemonldap-ng-manager/Changes
  6. 2
      modules/lemonldap-ng-manager/META.yml
  7. 2
      modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
  8. 2
      modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/SOAPServer.pm

@ -1,6 +1,6 @@
Revision history for Perl extension Lemonldap::NG::Common.
0.93 Mon Jun 29 11:44:47 2009
0.94 Mon Jun 29 11:44:47 2009
- New SOAP wrapper
- WSDL builder
- New Apache2::Log wrapper

@ -1,6 +1,6 @@
--- #YAML:1.0
name: Lemonldap-NG-Common
version: 0.93
version: 0.94
abstract: Common files for Lemonldap::NG infrastructure
license: ~
author:

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

@ -10,7 +10,7 @@ package Lemonldap::NG::Common::CGI::SOAPServer;
use SOAP::Transport::HTTP;
use base qw(SOAP::Transport::HTTP::Server);
our $VERSION = '0.3';
our $VERSION = '0.32';
## @method protected void DESTROY()
# Call SOAP::Trace::objects().

@ -1,6 +1,6 @@
Revision history for Perl extension Lemonldap::NG::Manager.
0.89 Mon jun 29 11:58:54 2009
0.9 Mon jun 29 11:58:54 2009
- Doxygen documentation
- Sessions.pm now use $whatToTrace parameter instead of $uid
- SOAP server is now obsolete (replaced by portal)

@ -1,6 +1,6 @@
--- #YAML:1.0
name: Lemonldap-NG-Manager
version: 0.89
version: 0.9
abstract: Perl extension for managing Lemonldap::NG Web-SSO
license: ~
author:

@ -26,7 +26,7 @@ use MIME::Base64;
use base qw(Lemonldap::NG::Common::CGI);
our @ISA;
our $VERSION = '0.89';
our $VERSION = '0.9';
# Secure jail
our $safe;

@ -2,7 +2,7 @@ package Lemonldap::NG::Manager::SOAPServer;
use strict;
our $VERSION = '0.2';
our $VERSION = '0.31';
die 'This module is now obsolete. You have to use the portal as "proxy".
See http://wiki.lemonldap.ow2.org/xwiki/bin/view/NG/DocSOAP';

Loading…
Cancel
Save