Skip to content

Instantly share code, notes, and snippets.

@breezhang
Created May 3, 2014 14:17
Show Gist options
  • Save breezhang/11498660 to your computer and use it in GitHub Desktop.
Save breezhang/11498660 to your computer and use it in GitHub Desktop.
perl5 build very easy
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