Created
May 3, 2014 14:17
-
-
Save breezhang/11498660 to your computer and use it in GitHub Desktop.
perl5 build very easy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl build very easy | |
1. git source code | |
2. change some Makefile eg Win32->Makefile so int->64bit ... ithread ...vc | |
free .. | |
3. just nmake -f Makefile can ok | |
4 test maybe has iuuse | |
maybe iuuse "Can't extract version from pod/perldelta.pod at | |
Porting/pod_lib.pl" | |
like change | |
$contents =~ /perldelta - what is new for perl v(5)\.(\d+)\.(\d+)[\r\n]+/; | |
like fine | |
maybe done | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment