source: vendor/perl/5.8.8/plan9/versnum

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 205 bytes
Line 
1/PERL_VERSION/ {base = $3}
2/PERL_SUBVERSION/ {subvers = $3}
3END {
4if (subvers == 0)
5 printf "p9pvers = 5.%03d\n", base> "buildinfo";
6else
7 printf "p9pvers = 5.%03d_%02d\n" , base, subvers> "buildinfo";
8}
Note: See TracBrowser for help on using the repository browser.