~ubuntu-branches/ubuntu/trusty/libmime-tools-perl/trusty

« back to all changes in this revision

Viewing changes to lib/MIME/Field/ContType.pm

  • Committer: Bazaar Package Importer
  • Author(s): Salvatore Bonaccorso
  • Date: 2011-03-12 10:22:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110312102232-b8gaujbedg1do78k
Tags: 5.502-1
* New upstream release
* Drop fix-614545-MIME-Words-decode-newlines.patch as it was applied
  upstream.
* Bump Debhelper compat level to 8.
* debian/control: Bump versioned Build-Depends on debhelper to (>= 8).

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
@ISA = qw(MIME::Field::ParamVal);
64
64
 
65
65
# The package version, both in 1.23 style *and* usable by MakeMaker:
66
 
$VERSION = "5.501";
 
66
$VERSION = "5.502";
67
67
 
68
68
# Install it:
69
69
bless([])->register('Content-type');