~ubuntu-branches/ubuntu/oneiric/libnet-ldap-perl/oneiric

« back to all changes in this revision

Viewing changes to t/55ssl.t

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ragwitz
  • Date: 2007-07-15 17:09:49 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070715170949-qzdjstmic9pef23h
Tags: 1:0.34-1
* New upstream release (Closes: #432931).
  + Ships with an improved recursive-ldap-delete.pl (Closes: #322872).
* Don't ignore make distclean errors.
* Update Standards-Version to 3.7.2 (no changes).
* Update my Maintainer address.
* Run the test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
BEGIN {
4
4
  require "t/common.pl";
5
 
  start_server(version => 3, ssl => 1);
6
 
}
 
5
}
 
6
 
 
7
unless (eval { require IO::Socket::SSL; 1} ) {
 
8
  print "1..0 # IO::Socket::SSL not installed\n";
 
9
  exit;
 
10
}
 
11
 
 
12
start_server(version => 3, ssl => 1);
7
13
 
8
14
print "1..15\n";
9
15