projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0b5301
)
Testfehler: keine indirekte Objektnotation nutzen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 10 Feb 2017 12:54:11 +0000
(13:54 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 10 Feb 2017 12:54:11 +0000
(13:54 +0100)
SL/Mailer.pm
patch
|
blob
|
history
diff --git
a/SL/Mailer.pm
b/SL/Mailer.pm
index
abc25f7
..
801c38d
100644
(file)
--- a/
SL/Mailer.pm
+++ b/
SL/Mailer.pm
@@
-50,7
+50,7
@@
my %mail_delivery_modules = (
sub new {
my ($type, %params) = @_;
my $self = { %params };
- $parser =
new MIME::Parser
;
+ $parser =
MIME::Parser->new
;
$parser->output_under("users");
bless $self, $type;