[Rt-commit] r6721 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Tue Jan 9 15:54:29 EST 2007
Author: ruz
Date: Tue Jan 9 15:54:27 2007
New Revision: 6721
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/EmailParser.pm
Log:
r4325 at cubic-pc: cubic | 2006-12-23 06:11:16 +0300
* minor
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/EmailParser.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/EmailParser.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/EmailParser.pm Tue Jan 9 15:54:27 2007
@@ -49,6 +49,8 @@
use base qw/RT::Base/;
use strict;
+use warnings;
+
use Mail::Address;
use MIME::Entity;
use MIME::Head;
@@ -162,7 +164,7 @@
=head2 ParseMIMEEntityFromScalar $message
-Takes either a scalar or a reference to a scalr which contains a stringified MIME message.
+Takes either a scalar or a reference to a scalar which contains a stringified MIME message.
Parses it.
Returns true if it wins.
More information about the Rt-commit
mailing list