Skip to content

Commit

Permalink
using perl 5.010
Browse files Browse the repository at this point in the history
Signed-off-by: Alexei Znamensky <russoz@cpan.org>
  • Loading branch information
russoz committed Jul 31, 2011
1 parent d5b721e commit 4ec0095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 104 deletions.
103 changes: 0 additions & 103 deletions dev/mkdist

This file was deleted.

1 change: 1 addition & 0 deletions lib/Net/LDAP/SimpleServer.pm
Expand Up @@ -7,6 +7,7 @@ use warnings;

# VERSION

use 5.008;
use Carp;
use common::sense;

Expand Down
3 changes: 2 additions & 1 deletion lib/Net/LDAP/SimpleServer/LDIFStore.pm
Expand Up @@ -8,7 +8,8 @@ use diagnostics;

# VERSION

use Carp;
use 5.010;
use Carp qw/carp croak/;
use UNIVERSAL::isa;
use Scalar::Util qw(blessed reftype);
use Net::LDAP::LDIF;
Expand Down

0 comments on commit 4ec0095

Please sign in to comment.