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

« back to all changes in this revision

Viewing changes to lib/MIME/Body.pm

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber, gregor herrmann, Nicholas Bamber, Ansgar Burchardt
  • Date: 2011-01-08 13:33:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110108133303-7jd1dibat2es7pve
Tags: 5.500-1
[ gregor herrmann ]
* Set Standards-Version to 3.9.1; replace Conflicts with Breaks.

[ Nicholas Bamber ]
* Added myself to Uploaders 
* New upstream release
* Updated dependencies
* Refreshed copyright
* Refreshed and forwarded patch

[ Ansgar Burchardt ]
* Make (build-)dep on perl unversioned.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
use IO::File;
142
142
 
143
143
### The package version, both in 1.23 style *and* usable by MakeMaker:
144
 
$VERSION = "5.428";
 
144
$VERSION = "5.500";
145
145
 
146
146
 
147
147
#------------------------------