diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-04-25 16:52:57 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-04-25 16:52:57 +0200 |
commit | a97f1a5eb6649e93bfd6584ed590e37c1290755f (patch) | |
tree | fe5858e3d1f23ee991566db6c0995604b0b40910 /lib/JWebmail/Plugin | |
parent | 5c3fa491eebc690fbac8a963996a0244882813c7 (diff) |
Refactored ReadMails into a role
Diffstat (limited to 'lib/JWebmail/Plugin')
-rw-r--r-- | lib/JWebmail/Plugin/INIConfig.pm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |