Modules version changes.

This commit is contained in:
Xavier Guimard 2007-02-04 12:14:53 +00:00
parent 58efa9b4b7
commit 4a7b3cda7e
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
Revision history for Perl extension Lemonldap::NG::Manager.
0.43 Sun Jan 28 19:10:24 2007
- Little correction on patch 0.41->0.42
0.42 Wed Jan 17 20:35:43 2007
- Correction issued from the first test in real life:
* Close #306573 / forge.objectweb.org

View File

@ -12,7 +12,7 @@ require Lemonldap::NG::Manager::Help;
our @ISA = qw(Lemonldap::NG::Manager::Base);
our $VERSION = '0.42';
our $VERSION = '0.43';
sub new {
my ( $class, $args ) = @_;

View File

@ -6,7 +6,7 @@ package Lemonldap::NG::Manager::_HTML;
use AutoLoader qw(AUTOLOAD);
require Lemonldap::NG::Manager::_i18n;
our $VERSION = '0.12';
our $VERSION = '0.13';
1;
__END__