NAME
t/codingstd/pbc_compat.t - Enforce PBC_COMPAT's record format
SYNOPSIS
% prove t/codingstd/pbc_compat.t
DESCRIPTION
PBC_COMPAT records the history of changes to Parrot's bytecode format. Entries in this file must, per specifications in the file itself, consist of four hard-tab-delimited columns. The first of these columns is the bytecode version number, which must be in N.N
format, where each N
increases monotonically. This test file enforces this coding standard.
We assume that this file is run from the top-level directory of the Parrot distribution.