perl - Custom Directory cpan install -


i'm trying load several perl modules custom directory , 1 module giving me problem appears older version in servers perl directory. module "cpan::meta::yaml" , i've installed latest version custom directory, 0.012, when attempt install "parse::cpan::meta" gives me error:

## following required prerequisites not satisfied: ## cpan::meta::yaml version '0.008' not in required range '0.011' 

is there way tell cpan use prerequisite located in custom directory opposed system perl directory?

i forgot mention set perl5lib environmental variable doesn't fix this.


Comments