Upgrade to MIME-Base64-3.08
[p5sagit/p5-mst-13.2.git] / ext / MIME-Base64 / QuotedPrint.pm
index 1d6a7c1..aee13d6 100644 (file)
@@ -1,7 +1,5 @@
 package MIME::QuotedPrint;
 
-# $Id: QuotedPrint.pm,v 3.7 2005/11/29 20:49:46 gisle Exp $
-
 use strict;
 use vars qw(@ISA @EXPORT $VERSION);
 
@@ -9,7 +7,7 @@ require Exporter;
 @ISA = qw(Exporter);
 @EXPORT = qw(encode_qp decode_qp);
 
-$VERSION = "3.07";
+$VERSION = "3.08";
 
 use MIME::Base64;  # will load XS version of {en,de}code_qp()