Skip to content

Commit

Permalink
bumped version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
russoz committed Nov 8, 2010
1 parent 3c54751 commit e7d8624
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/Net/LDAP/SimpleServer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;

use version; our $VERSION = qv('0.0.9');
use version; our $VERSION = qv('0.0.10');
our $personality = undef;

sub import {
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP/SimpleServer/LDIFStore.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use UNIVERSAL::isa;
use Scalar::Util qw(blessed reftype);
use Net::LDAP::LDIF;

use version; our $VERSION = qv('0.0.9');
use version; our $VERSION = qv('0.0.10');

sub new {
my ( $class, $param ) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP/SimpleServer/ProtocolHandler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use fields qw(store);
use Carp;
use Net::LDAP::LDIF;

use version; our $VERSION = qv('0.0.9');
use version; our $VERSION = qv('0.0.10');

sub new {
my $class = shift;
Expand Down
4 changes: 1 addition & 3 deletions t/02.handler.t
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ sub check_param_failure {

diag("Testing the constructor params for ProtocolHandler\n");

my $obj = undef;

$obj = new_ok(
my $obj = new_ok(
'Net::LDAP::SimpleServer::ProtocolHandler',
[ $store, *STDIN{IO}, *STDOUT{IO} ]
);
Expand Down

0 comments on commit e7d8624

Please sign in to comment.