Module::Build::Pluggable::CPANfile is awesome! I'm going to use this module :) @kazeburo++ for example: ちょっと変更 # Build.PL use strict; use warnings; use Module::Build::Pluggable qw(CPANfile); my $build = Module::Build::Pluggable->new( license => 'perl', dynamic_config => 0, configure_requires => {}, build_requires => {}, requires => { perl => '5.008001', }, no_index => { 'directory' => [ 'inc' ] },