helm

 view release on metacpan or  search on metacpan

lib/Helm/Conf/Loader.pm  view on Meta::CPAN

package Helm::Conf::Loader;
use strict;
use warnings;
use Moose;
use namespace::autoclean;

sub load {
    my ($class, $uri) = @_;
    die "You must implement the load() method in your child class!";
}

__PACKAGE__->meta->make_immutable;

1;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.222 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )