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

« back to all changes in this revision

Viewing changes to lib/MIME/Decoder/NBit.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:
96
96
@ISA = qw(MIME::Decoder);
97
97
 
98
98
### The package version, both in 1.23 style *and* usable by MakeMaker:
99
 
$VERSION = "5.501";
 
99
$VERSION = "5.502";
100
100
 
101
101
### How many bytes to decode at a time?
102
102
my $DecodeChunkLength = 8 * 1024;