~ubuntu-branches/ubuntu/karmic/libwww-perl/karmic

« back to all changes in this revision

Viewing changes to lib/LWP/Protocol/https10.pm

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-04-16 16:36:16 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080416163616-06kg47nxqi6xrwts
Tags: 5.812-1
New upstream release, fixes the SSL regression (closes: #476390).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# $Id: https10.pm,v 1.4 2007/07/20 06:16:58 gisle Exp $
 
1
package LWP::Protocol::https10;
3
2
 
4
3
use strict;
5
4
 
6
 
package LWP::Protocol::https10;
7
 
 
8
5
# Figure out which SSL implementation to use
9
6
use vars qw($SSL_CLASS);
10
7
if ($Net::SSL::VERSION) {