From 8337011b5ba68901e4a285e47cf74c51130670de Mon Sep 17 00:00:00 2001 From: Alexei Znamensky Date: Thu, 9 Dec 2010 09:43:49 -0200 Subject: [PATCH] requires perl 5.8.0, per *STDIN{IO} - see perlref for technical explanation --- Build.PL | 7 ++++--- TODO | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index 1c7aedf..d1d4f4c 100644 --- a/Build.PL +++ b/Build.PL @@ -8,9 +8,10 @@ my $builder = Module::Build->new( dist_author => 'Alexei Znamensky ', dist_version_from => 'lib/Net/LDAP/SimpleServer.pm', requires => { - 'Net::Server' => 0.91, # must have a new() method - 'Net::LDAP' => 0.4001, - 'Net::LDAP::Server' => 0.43, # must support 2-params constructor + 'perl' => '5.8.0', + 'Net::Server' => '0.91', # must have a new() method + 'Net::LDAP' => '0.4001', + 'Net::LDAP::Server' => '0.43', # must support 2-params constructor 'UNIVERSAL::isa' => 0, 'Scalar::Util' => 0, 'File::Path' => 0, diff --git a/TODO b/TODO index 91dbee5..498eab3 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ TODO +- implement other methods - encrypting passwords http://www.openldap.org/faq/data/cache/347.html - different auth mechanisms: ssl/tls, sasl