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

write_makefile(
    NAME          => 'CPP::Boost::Mini',
    VERSION_FROM  => 'lib/CPP/Boost/Mini.pm',
    ABSTRACT_FROM => 'lib/CPP/Boost/Mini.pod',
    BIN_SHARE => {
        CPLUS    => 1,
        INCLUDE  => {
            'include' => '/',
        },
    },
);