Source: libx12-parser-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Robert James Clay Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libx12-parser-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libx12-parser-perl.git Homepage: https://metacpan.org/release/X12 Testsuite: autopkgtest-pkg-perl Package: libx12-parser-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for parsing X12 Transaction files The X12::Parser is a token based parser for parsing X12 transaction files. The parsing of transaction files requires the presence of configuration files for the different transaction types. . The following methods are available: new, parsefile, parse, closefile, get_next_loop, get_loop_segments, get_next_pos_loop,get_next_pos_level_loop, print_tree, get_segment_separator, and get_segment_separator.