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

« back to all changes in this revision

Viewing changes to lib/MIME/Decoder/Gzip64.pm

  • Committer: Package Import Robot
  • Author(s): Salvatore Bonaccorso, Ansgar Burchardt, Salvatore Bonaccorso
  • Date: 2012-06-08 18:46:14 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120608184614-q2oz2mohku18fhye
Tags: 5.503-1
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* Imported Upstream version 5.503
* Update debian/copyright file.
  Update format to copyright-format 1.0 as released together with Debian
  policy 3.9.3.
  Update copyright years for debian/* packaging files.
* Refresh fix-spelling.patch patch (offset)
* Bump Standards-Version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
@ISA = qw(MIME::Decoder::Base64);
62
62
 
63
63
# The package version, both in 1.23 style *and* usable by MakeMaker:
64
 
$VERSION = "5.502";
 
64
$VERSION = "5.503";
65
65
 
66
66
# How to compress stdin to stdout:
67
67
$GZIP   = "gzip -c";