The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# This will be converted from Module::Install to plain
# ordinary ExtUtils::MakeMaker before production release.

use strict;
use inc::Module::Install;

name           'Package-Util';
all_from       'lib/Package/Util.pm';
requires       'Carp'       => 0;
build_requires 'Test::More' => '0.47';

WriteAll;