The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package MooXTestBlub;
use MooX::HasEnv;

has_env bla => MOOX_HAS_ENV_BLUBBLUB => sub { 'blub' };

1;