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

« back to all changes in this revision

Viewing changes to lib/LWP/MediaTypes.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
1
package LWP::MediaTypes;
2
2
 
3
 
# $Id: MediaTypes.pm,v 1.33 2007/07/19 20:26:11 gisle Exp $
4
 
 
5
3
require Exporter;
6
4
@ISA = qw(Exporter);
7
5
@EXPORT = qw(guess_media_type media_suffix);
8
6
@EXPORT_OK = qw(add_type add_encoding read_media_types);
9
 
$VERSION = sprintf("%d.%02d", q$Revision: 1.33 $ =~ /(\d+)\.(\d+)/);
 
7
$VERSION = "5.810";
10
8
 
11
9
require LWP::Debug;
12
10
use strict;