The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Parse::AFP::EPT;
use base 'Parse::AFP::Record';

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

1;