my $home=$ENV{'HOME'}; my $cpants_location=$build->prompt("Where do you want CPANTS to reside?\n(you'll need about 2 GB free disk space)",catdir($home,'cpants'));

$build->copy_if_modified({ from=>'examples', to=>$cpants_location, });