So I went through the perl readme on github. And I wanted to do this over from scratch. In the Readme file I started at
Building a 64-bit Dynamic EBCDID Perl
On my windows desktop I installed Git.
Went into Git Bash
Did the git clone of perl
Changed directory to perl
I had to set the PERL5LIB path
%ENV:
PERL5LIB="/c/perl/cpan/Extutils-Manifest/lib:/c/greene/perl"
@INC:
/c/perl/cpan/Extutils-Manifest/lib
/c/perl
/usr/lib/perl5/site_perl
/usr/share/perl5/site_perl
/usr/lib/perl5/vendor_perl
/usr/share/perl5/vendor_perl
/usr/lib/perl5/core_perl
/usr/share/perl5/core_perl
The first path was for the Manifest.pm which allowed me to run the Porting/makerel -e
I am not sure what other paths I need because I get the following from the Porting.
Making a release for perl-5.35.11 in ../perl-5.35.11
Cross-checking the MANIFEST...
Creating ../perl-5.35.11 release directory...
Copying files to release directory...
sh: cpio: command not found
awk '{print $1}' MANIFEST | cpio -pdm ../perl-5.35.11 failed at Porting/makerel line 125.
Have gotten past this, as I installed Ubuntu to my windows machine. Created the tar.gz file. SFTP to the mainframe. Now I am working on a C compiler issues.