[otrs-cvs] otrs/Kernel/cpan-lib/MIME/Decoder Binary.pm, 1.13, 1.14 NBit.pm, 1.13, 1.14 UU.pm, 1.13, 1.14 QuotedPrint.pm, 1.13, 1.14 Base64.pm, 1.13, 1.14 BinHex.pm, 1.12, 1.13 Gzip64.pm, 1.13, 1.14

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/cpan-lib/MIME/Decoder
In directory lancelot:/tmp/cvs-serv9222/Kernel/cpan-lib/MIME/Decoder

Modified Files:
	Binary.pm NBit.pm UU.pm QuotedPrint.pm Base64.pm BinHex.pm 
	Gzip64.pm 
Log Message:
 - 2013-01-29 Updated CPAN module MIME::Tools to version 5.503, keeping an OTRS patch in MIME::Words.

Author: mg

Index: Binary.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/cpan-lib/MIME/Decoder/Binary.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- Binary.pm	18 Jul 2012 09:46:21 -0000	1.13
+++ Binary.pm	29 Jan 2013 14:37:18 -0000	1.14
@@ -1,3 +1,5 @@
 package MIME::Decoder::Binary;
+use strict;
+use warnings;
 
 
@@ -46,5 +48,5 @@
 
 ### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.428";
+$VERSION = "5.503";
 
 ### Buffer length:

Author: mg

Index: NBit.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/cpan-lib/MIME/Decoder/NBit.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- NBit.pm	18 Jul 2012 09:46:21 -0000	1.13
+++ NBit.pm	29 Jan 2013 14:37:18 -0000	1.14
@@ -1,3 +1,5 @@
 package MIME::Decoder::NBit;
+use strict;
+use warnings;
 
 
@@ -97,5 +99,5 @@
 
 ### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.428";
+$VERSION = "5.503";
 
 ### How many bytes to decode at a time?

Author: mg

Index: UU.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/cpan-lib/MIME/Decoder/UU.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- UU.pm	18 Jul 2012 09:46:21 -0000	1.13
+++ UU.pm	29 Jan 2013 14:37:18 -0000	1.14
@@ -1,4 +1,5 @@
 package MIME::Decoder::UU;
-
+use strict;
+use warnings;
 
 =head1 NAME
@@ -48,5 +49,5 @@
 
 # The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.428";
+$VERSION = "5.503";
 
 

Author: mg

Index: QuotedPrint.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/cpan-lib/MIME/Decoder/QuotedPrint.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- QuotedPrint.pm	18 Jul 2012 09:46:21 -0000	1.13
+++ QuotedPrint.pm	29 Jan 2013 14:37:18 -0000	1.14
@@ -1,3 +1,5 @@
 package MIME::Decoder::QuotedPrint;
+use strict;
+use warnings;
 
 
@@ -57,5 +59,5 @@
 
 # The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.428";
+$VERSION = "5.503";
 
 #------------------------------

Author: mg

Index: Base64.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/cpan-lib/MIME/Decoder/Base64.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- Base64.pm	18 Jul 2012 09:46:21 -0000	1.13
+++ Base64.pm	29 Jan 2013 14:37:18 -0000	1.14
@@ -1,3 +1,5 @@
 package MIME::Decoder::Base64;
+use strict;
+use warnings;
 
 
@@ -59,5 +61,5 @@
 
 ### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.428";
+$VERSION = "5.503";
 
 ### How many bytes to encode at a time (must be a multiple of 3, and

Author: mg

Index: BinHex.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/cpan-lib/MIME/Decoder/BinHex.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -2 -u -d -r1.12 -r1.13
--- BinHex.pm	18 Jul 2012 09:46:21 -0000	1.12
+++ BinHex.pm	29 Jan 2013 14:37:18 -0000	1.13
@@ -1,3 +1,5 @@
 package MIME::Decoder::BinHex;
+use strict;
+use warnings;
 
 
@@ -46,5 +48,5 @@
 
 # The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.428";
+$VERSION = "5.503";
 
 

Author: mg

Index: Gzip64.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/cpan-lib/MIME/Decoder/Gzip64.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- Gzip64.pm	18 Jul 2012 09:46:21 -0000	1.13
+++ Gzip64.pm	29 Jan 2013 14:37:18 -0000	1.14
@@ -62,5 +62,5 @@
 
 # The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.428";
+$VERSION = "5.503";
 
 # How to compress stdin to stdout:
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.