Mojolicious-Plugin-INIConfig-Extended

 view release on metacpan or  search on metacpan

t/lib/Foo/Bar.pm  view on Meta::CPAN

package Foo::Bar;
use Mojo::Base 'Mojolicious';

sub overload_cfg_for_site {
  my $self = shift;
  my $config_files = shift;
  $self->plugin('INIConfig::Extended', {
     base_config => $self->app->config,
    config_files => $config_files });
  return;
}

# sub new {
#   my $class = shift;
#   return bless {}, $class;
# }

1;



( run in 1.245 second using v1.01-cache-2.11-cpan-437f7b0c052 )