The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

my::bundles - Load all the modules bundled with MakeMaker

SYNOPSIS

    use lib ".";
    use my::bundles;

    my::bundles::copy_bundles($src, $dest);

DESCRIPTION

Include all the modules bundled with MakeMaker in @INC so ExtUtils::MakeMaker will load.

This is for bootstrapping the process of deciding how much of the bundles we need.

copy_bundles() copies the contents of each bundle, if necessary, into inc/ as a flattened module directory that MakeMaker can install.