From a97f1a5eb6649e93bfd6584ed590e37c1290755f Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Mon, 25 Apr 2022 16:52:57 +0200 Subject: Refactored ReadMails into a role --- lib/JWebmail/Plugin/INIConfig.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/JWebmail/Plugin/INIConfig.pm') diff --git a/lib/JWebmail/Plugin/INIConfig.pm b/lib/JWebmail/Plugin/INIConfig.pm index fe0fb1a..be9841e 100644 --- a/lib/JWebmail/Plugin/INIConfig.pm +++ b/lib/JWebmail/Plugin/INIConfig.pm @@ -7,7 +7,7 @@ use Config::Tiny; sub parse { - my ($self, $content, $file, $conf, $app) = @_; + my ($self, $content, $file, $conf, $_app) = @_; my $ct = Config::Tiny->new; my $config = $ct->read_string($content, 'utf8'); @@ -102,7 +102,7 @@ INIConfig - Reads in ini config files. INI configuration is simple with limited nesting and propper comments. For more precise specification on the syntax see the Config::Tiny documentation -on metacpan. +on cpan. =head1 OPTIONS @@ -133,4 +133,4 @@ overrides the parse method of Mojolicious::Plugin::Config Config::Tiny -=cut \ No newline at end of file +=cut -- cgit v1.2.3