summaryrefslogtreecommitdiff
path: root/lib/JWebmail/Plugin
diff options
context:
space:
mode:
Diffstat (limited to 'lib/JWebmail/Plugin')
-rw-r--r--lib/JWebmail/Plugin/INIConfig.pm6
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