The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Zed::Config - config base module.

SYNOPSIS

  Foo->load;
  Foo->config;
  Foo->dump;

  package Foo;
  use base Zed::Config;
  our $NAME = "Foo";