The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# $URL: //local/member/autrijus/Parse-AFP/lib/Parse/AFP/Triplet/RLI.pm $ $Author: autrijus $
# $Rev: 1130 $ $Date: 2004-02-17T15:40:29.640821Z $

package Parse::AFP::Triplet::RLI;
use base 'Parse::AFP::Triplet';

use constant SUBFORMAT => (
    SubType	=> 'H2',
    Data	=> 'C',
);

1;