~ubuntu-branches/ubuntu/intrepid/libwww-perl/intrepid

« back to all changes in this revision

Viewing changes to lib/LWP/Protocol/nntp.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: nntp.pm,v 1.11 2007/07/19 20:26:11 gisle Exp $
 
1
package LWP::Protocol::nntp;
3
2
 
4
3
# Implementation of the Network News Transfer Protocol (RFC 977)
5
 
#
6
 
 
7
 
package LWP::Protocol::nntp;
8
4
 
9
5
require LWP::Protocol;
10
6
@ISA = qw(LWP::Protocol);