This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
[perl5.git] / plan9 / fndvers
... / ...
CommitLineData
1#!/bin/rc
2
3. plan9/buildinfo
4
5ed plan9/config.plan9 <<!
6g/_P9P_VERSION/s//$p9pvers/g
7g/_P9P_OBJTYPE/s//$objtype/g
8w config.h
9!
10
11ed plan9/genconfig.pl<<!
12g/_P9P_VERSION/s//$p9pvers/g
13w plan9/genconfig.pl
14!