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',
    CPLUS         => 1,
    CCFLAGS       => '-std=c++11',
    BIN_SHARE => {
        INCLUDE  => {
            'include' => '/',
        },
    },
);