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/EFN.pm $ $Author: autrijus $
# $Rev: 1130 $ $Date: 2004-02-17T15:40:29.640821Z $

package Parse::AFP::EFN;
use base 'Parse::AFP::Record';

use constant SUBFORMAT => (
    Data => 'a*',    # not yet parsed!
);

1;