@ -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
@ -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 ) = @_;
@ -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__