The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use inc::Module::Install;

name('Catalyst-Plugin-ConfigLoader-Environment');
author('Jonathan Rockway <jrockway@cpan.org>');
all_from('lib/Catalyst/Plugin/ConfigLoader/Environment.pm');
license('Perl');
include('ExtUtils::AutoInstall');

requires('Catalyst' => '5.7000');
requires('JSON::Any');
build_requires('Test::More' => 0);

auto_install();
WriteAll();