|
I have been unsuccessfully in figuring out how Module-Build can be built using modules installed in a my home directory. I don't have access to install the modules in the distribution of perl that is on my machine. here's what i'm running currently:
$ perl Build.PL destdir=~/perl
Checking whether your kit is complete...
Looks good
* Optional prerequisite Module::Signature isn't installed
* Optional prerequisite Archive::Tar isn't installed
* Optional prerequisite ExtUtils::CBuilder isn't installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation.
Feature 'YAML_support' disabled because of the following prerequisite failures:
* Prerequisite YAML isn't installed
Deleting Build
Removed previous script 'Build'
Creating new 'Build' script for 'Module-Build' version '0.2611'
|