This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extract version routines into two new files
authorFather Chrysostomos <sprout@cpan.org>
Tue, 10 Sep 2013 07:14:59 +0000 (00:14 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 4 Jan 2014 13:10:02 +0000 (05:10 -0800)
commitabc6d7382c177cc56ee6e74fdc91fa07bc0ada01
treeea8afbc1c6b3329cdc899a8bc8c4208a9b92cf3f
parent99eb9e74c5621c98b79fad6a6c6d707d5741fbec
Extract version routines into two new files

This is to make synchronisation between the CPAN distribution and the
perl core easier.

The files have different extensions to match what the CPAN distribu-
tion will have.  vutil.c is a separate compilation unit that the CPAN
dist already has.  vxs.inc will be included by vxs.xs (vxs.c is obvi-
ously alreday taken, being generated from vxs.xs).

In the perl core util.c includes vutil.c and universal.c
includes vxs.inc.
MANIFEST
universal.c
util.c
vutil.c [new file with mode: 0644]
vxs.inc [new file with mode: 0644]