Skip to content

Commit

Permalink
requires perl 5.8.0, per *STDIN{IO}
Browse files Browse the repository at this point in the history
- see perlref for technical explanation
  • Loading branch information
russoz committed Dec 9, 2010
1 parent e2032a1 commit 8337011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Build.PL
Expand Up @@ -8,9 +8,10 @@ my $builder = Module::Build->new(
dist_author => 'Alexei Znamensky <russoz@cpan.org>',
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,
Expand Down
1 change: 1 addition & 0 deletions 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
Expand Down

0 comments on commit 8337011

Please sign in to comment.