Skip to content

Instantly share code, notes, and snippets.

@sgnix
Created October 17, 2016 12:28
Show Gist options
  • Save sgnix/ebf82f76d034dbe29719f352bedf6197 to your computer and use it in GitHub Desktop.
Save sgnix/ebf82f76d034dbe29719f352bedf6197 to your computer and use it in GitHub Desktop.
package Kelp::Config;
use strict;
use warnings;
use base 'Kelp';
sub new {
my $self = shift->SUPER::new(@_);
$self->_load_config();
return $self;
}
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment