Skip to content

Instantly share code, notes, and snippets.

@sukria
Created March 29, 2010 13:43
Show Gist options
  • Save sukria/347840 to your computer and use it in GitHub Desktop.
Save sukria/347840 to your computer and use it in GitHub Desktop.
engines:
your_logger:
your_setting: 42
another_one: "foo"
package Foo;
...
sub init {
my ($self) = @_;
my $setting = $self->config->{your_setting}; # 42
}
...
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment