End goal is to install Excel::Writer::XLSX on a server without internet access.
I want to install SUPER as its a prerequisite. Sub::Identify is a prerequisite of SUPER. I believe I installed Sub:Identify successfully. But when I attempt to install SUPER I am prompted that the prerequisite is not installed. Here are the commands I entered on command prompt and the output:
cd Sub-Identify-0.14
perl MakeFile.pl
perldoc -l Sub::Identify
- Output:
lib\Sub\Identify.pm\
cd SUPER-1.20141117
- perl
Build.PL
- Output:
Sub::Identify is not installed
perl Makefile.PL
- Output:
Warning: prerequisite Sub::Identify 0 not found.